Skip to content

Commit

Permalink
Update test-runner image in prow config
Browse files Browse the repository at this point in the history
Fixes tektoncd/pipeline#6992

Using the latest built image
`gcr.io/tekton-releases/dogfooding/test-runner@sha256:11dc05cf6e81786ce5935e43aad29a84d6b662804cb57f740c9fb3e1e73ff5f7`

Signed-off-by: Chuang Wang <chuangw@google.com>
  • Loading branch information
chuangw6 committed Jul 27, 2023
1 parent d1bfe95 commit f29ebb2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ presubmits:
value: "true"
effect: NoSchedule
containers:
- image: gcr.io/tekton-releases/dogfooding/test-runner@sha256:5e5c4b04b7e7459f306eb0b8424495652b034b4b06a9e9ea7b0fe22282fd11af # golang 1.19
- image: gcr.io/tekton-releases/dogfooding/test-runner@sha256:11dc05cf6e81786ce5935e43aad29a84d6b662804cb57f740c9fb3e1e73ff5f7 # golang 1.19
imagePullPolicy: Always
command:
- /usr/local/bin/entrypoint.sh
Expand Down Expand Up @@ -1333,7 +1333,7 @@ presubmits:
value: "true"
effect: NoSchedule
containers:
- image: gcr.io/tekton-releases/dogfooding/test-runner@sha256:5e5c4b04b7e7459f306eb0b8424495652b034b4b06a9e9ea7b0fe22282fd11af # golang 1.19
- image: gcr.io/tekton-releases/dogfooding/test-runner@sha256:11dc05cf6e81786ce5935e43aad29a84d6b662804cb57f740c9fb3e1e73ff5f7 # golang 1.19
imagePullPolicy: Always
command:
- /usr/local/bin/entrypoint.sh
Expand Down Expand Up @@ -1391,7 +1391,7 @@ presubmits:
value: "true"
effect: NoSchedule
containers:
- image: gcr.io/tekton-releases/dogfooding/test-runner@sha256:5e5c4b04b7e7459f306eb0b8424495652b034b4b06a9e9ea7b0fe22282fd11af # golang 1.19
- image: gcr.io/tekton-releases/dogfooding/test-runner@sha256:11dc05cf6e81786ce5935e43aad29a84d6b662804cb57f740c9fb3e1e73ff5f7 # golang 1.19
imagePullPolicy: Always
command:
- /usr/local/bin/entrypoint.sh
Expand Down Expand Up @@ -1946,7 +1946,7 @@ periodics:
value: "true"
effect: NoSchedule
containers:
- image: gcr.io/tekton-releases/dogfooding/test-runner@sha256:5e5c4b04b7e7459f306eb0b8424495652b034b4b06a9e9ea7b0fe22282fd11af # golang 1.19
- image: gcr.io/tekton-releases/dogfooding/test-runner@sha256:11dc05cf6e81786ce5935e43aad29a84d6b662804cb57f740c9fb3e1e73ff5f7 # golang 1.19
imagePullPolicy: Always
command:
- /usr/local/bin/entrypoint.sh
Expand All @@ -1962,7 +1962,7 @@ periodics:
- "--e2e-script"
- "./test/e2e-tests-upgrade.sh"
- "--e2e-env"
- "./test/e2e-tests-kind-prow.env"
- "./test/e2e-tests-kind-prow.env"
securityContext:
privileged: true
resources:
Expand All @@ -1971,7 +1971,7 @@ periodics:
memory: 4Gi
limits:
cpu: 3500m
memory: 8Gi
memory: 8Gi
env:
- name: SKIP_INITIALIZE
value: "true"
Expand Down

0 comments on commit f29ebb2

Please sign in to comment.