Skip to content

[release-2.11] modified agent images for jenkins as well as submariner #771

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions jenkinsfiles/SubmarinerAgentPod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
activeDeadlineSeconds: 18000
containers:
- name: jnlp
image: "image-registry.openshift-image-registry.svc:5000/jenkins-csb-skynet/qe-jenkins-agent:latest"
image: "image-registry.openshift-image-registry.svc:5000/dno--jenkins-csb-skynet/qe-jenkins-agent:latest"
workingDir: '/home/jenkins'
env:
- name: HOME
Expand All @@ -20,7 +20,7 @@ spec:
cpu: 50m
memory: 256Mi
- name: submariner
image: 'quay.io/maxbab/subm-test@sha256:eb50a87a94fcfa65f90a15ed2f6437889fbdc8bbb3aca1f4e92fdf69a825d005'
image: 'quay.io/maxbab/subm-test@sha256:ca1acc7a1ec273f0554c0f2fb43c391ac729729000b04e121ba814f0b6c59b6e'
# imagePullSecrets: 'agent-image-secret'
ttyEnabled: true
alwaysPullImage: true
Expand All @@ -38,11 +38,11 @@ spec:
requests:
cpu: 2000m
memory: 3Gi
volumeMounts:
- name: skynet-data
mountPath: '/var/skynet-data'
readOnly: false
volumes:
- name: skynet-data
persistentVolumeClaim:
claimName: skynet-workspace
# volumeMounts:
# - name: skynet-data
# mountPath: '/var/skynet-data'
# readOnly: false
# volumes:
# - name: skynet-data
# persistentVolumeClaim:
# claimName: skynet-workspace
Loading