-
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
DRA: support multiple alpha features #34231
base: master
Are you sure you want to change the base?
Conversation
The kind-dra-all jobs only worked for a single additional alpha feature, the first one, because the shell for loop for the array variable wasn't quite right. Let's try in a canary job first, then promote the fix.
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: pohly The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Needed for kubernetes/kubernetes#128586 (comment) |
/lgtm |
@@ -71,7 +71,7 @@ | |||
{%- endif %} | |||
spec: | |||
containers: | |||
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20241230-3006692a6f-master | |||
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250121-4aed057712-master |
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.
Theoretically this change should conflict with master, but it doesn't for some reason. Any idea why?
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.
Because it's bumping to the exact same version that is also used by master? git merge
is smart enough to handle such cases.
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 could rebase to make this diff go away, but prefer not to. This won't occur in the future once #34235 keeps dra.jinja up-to-date.
Adding a new job can still be problematic if the PR with the new job goes stale and the image gets bumped in the meantime.
The kind-dra-all jobs only worked for a single additional alpha feature, the first one, because the shell for loop for the array variable wasn't quite right.
Let's try in a canary job first, then promote the fix.
/assign @bart0sh
/cc @mortent