Skip to content

Commit

Permalink
Bump test runner image for Tekton Hub
Browse files Browse the repository at this point in the history
Signed-off-by: PuneetPunamiya <[email protected]>
  • Loading branch information
PuneetPunamiya authored and tekton-robot committed Dec 18, 2024
1 parent 0ce34b4 commit cef4d0c
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 @@ -896,7 +896,7 @@ presubmits:
trigger: "(?m)^/test (all|pull-tekton-hub-build-tests),?(\\s+|$)"
spec:
containers:
- image: ghcr.io/tektoncd/plumbing/test-runner:v20240701-65c50ec2ee@sha256:3041dfd469504cd36d3119a0f8057061f9e401eccb7d46462bdfeffdb8948356 # go 1.22, kind 0.23, ko 0.15.4, go-license 1.0
- image: ghcr.io/tektoncd/plumbing/test-runner:v20241218-545b0fe849@sha256:f337a920a13d60eb1f874c1d1d4fd613768ca86db7642e0495e41d1959d800b9 # go 1.22, kind 0.23, ko 0.15.4, go-license 1.0
imagePullPolicy: Always
command:
- /usr/local/bin/entrypoint.sh
Expand All @@ -922,7 +922,7 @@ presubmits:
trigger: "(?m)^/test (all|pull-tekton-hub-unit-tests),?(\\s+|$)"
spec:
containers:
- image: ghcr.io/tektoncd/plumbing/test-runner:v20240701-65c50ec2ee@sha256:3041dfd469504cd36d3119a0f8057061f9e401eccb7d46462bdfeffdb8948356 # go 1.22, kind 0.23, ko 0.15.4, go-license 1.0
- image: ghcr.io/tektoncd/plumbing/test-runner:v20241218-545b0fe849@sha256:f337a920a13d60eb1f874c1d1d4fd613768ca86db7642e0495e41d1959d800b9 # go 1.22, kind 0.23, ko 0.15.4, go-license 1.0
imagePullPolicy: Always
command:
- /usr/local/bin/entrypoint.sh
Expand All @@ -948,7 +948,7 @@ presubmits:
trigger: "(?m)^/test (all|pull-tekton-hub-integration-tests),?(\\s+|$)"
spec:
containers:
- image: ghcr.io/tektoncd/plumbing/test-runner:v20240701-65c50ec2ee@sha256:3041dfd469504cd36d3119a0f8057061f9e401eccb7d46462bdfeffdb8948356 # go 1.22, kind 0.23, ko 0.15.4, go-license 1.0
- image: ghcr.io/tektoncd/plumbing/test-runner:v20241218-545b0fe849@sha256:f337a920a13d60eb1f874c1d1d4fd613768ca86db7642e0495e41d1959d800b9 # go 1.22, kind 0.23, ko 0.15.4, go-license 1.0
imagePullPolicy: Always
command:
- /usr/local/bin/entrypoint.sh
Expand Down

0 comments on commit cef4d0c

Please sign in to comment.