Skip to content

Commit

Permalink
Merge pull request #34285 from aaron-prindle/compat-versions-fix-image
Browse files Browse the repository at this point in the history
test: fix compat versions feature gate test kubekins image config
  • Loading branch information
k8s-ci-robot authored Feb 6, 2025
2 parents c42359d + cf2d609 commit eafa570
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,8 @@ periodics:
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250205-f1f3519e6b-master
imagePullPolicy: Always # pull latest image for canary testing
command:
- wrapper.sh
- runner.sh
- bash
- -c
- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && ./../test-infra/experiment/compatibility-versions/compatibility-versions-feature-gate-test.sh
Expand Down

0 comments on commit eafa570

Please sign in to comment.