-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
test: move compat versions feature gate tests to kubekins image for jq and yq deps #34284
test: move compat versions feature gate tests to kubekins image for jq and yq deps #34284
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aaron-prindle, BenTheElder The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@aaron-prindle: Updated the
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@@ -144,7 +144,7 @@ periodics: | |||
path_alias: k8s.io/test-infra | |||
spec: | |||
containers: | |||
- image: gcr.io/k8s-staging-test-infra/krte:v20241230-3006692a6f-master | |||
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250205-f1f3519e6b-master | |||
imagePullPolicy: Always # pull latest image for canary testing | |||
command: | |||
- wrapper.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, wait, this has to use runner.sh
(kubekins-e2e has some subtle differences ...)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that's it, though we can also drop the imagePullPolicy: Always
line, this job isn't using a "canary" image and always pulling is just slowing down startup (We don't mutate these date-sha tags)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made these changes in: #34285
Fixes issue with current
compatibility-versions-feature-gate-test
whereyq
andjq
deps the test depends are are not installed in the original container image. Moves the test to usekubekins-e2e
which has these tools:https://testgrid.k8s.io/sig-testing-kind#compatibility-versions-feature-gate-test
/sig api-machinery
/assign @BenTheElder