Skip to content

Commit

Permalink
Update test-runner image used for Dashboard jobs
Browse files Browse the repository at this point in the history
Same issue previously encountered with tektoncd/pipeline as described in
tektoncd/pipeline#6992

Integration test failure due to metallb version in previous test-runner
version not supporting Kubernetes 1.25
  • Loading branch information
AlanGreene committed Aug 23, 2023
1 parent a09b0ac commit ac78e21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ presubmits:
trigger: "(?m)^/test (all|pull-tekton-dashboard-build-tests),?(\\s+|$)"
spec:
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 @@ -804,7 +804,7 @@ presubmits:
trigger: "(?m)^/test (all|tekton-dashboard-unit-tests),?(\\s+|$)"
spec:
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 @@ -840,7 +840,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

0 comments on commit ac78e21

Please sign in to comment.