Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pohly
Copy link
Contributor

@pohly pohly commented Jan 29, 2025

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

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.
@k8s-ci-robot k8s-ci-robot requested a review from mortent January 29, 2025 09:53
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. area/config Issues or PRs related to code in /config area/jobs labels Jan 29, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: pohly
Once this PR has been reviewed and has the lgtm label, please assign sergeykanzhelev for approval. For more information see the Code Review Process.

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. sig/node Categorizes an issue or PR as relevant to SIG Node. sig/testing Categorizes an issue or PR as relevant to SIG Testing. labels Jan 29, 2025
@pohly
Copy link
Contributor Author

pohly commented Jan 29, 2025

Needed for kubernetes/kubernetes#128586 (comment)

@mortent
Copy link
Member

mortent commented Jan 29, 2025

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 29, 2025
@pohly
Copy link
Contributor Author

pohly commented Jan 30, 2025

/assign @klueska @dims

For approval.

@@ -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
Copy link
Contributor

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?

Copy link
Contributor Author

@pohly pohly Jan 30, 2025

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.

Copy link
Contributor Author

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.

@pohly
Copy link
Contributor Author

pohly commented Jan 30, 2025

/assign @klueska
/assign @dims

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/config Issues or PRs related to code in /config area/jobs cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/node Categorizes an issue or PR as relevant to SIG Node. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
Status: PRs - Needs Approver
Development

Successfully merging this pull request may close these issues.

6 participants