-
Notifications
You must be signed in to change notification settings - Fork 295
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
✨ Implement image promotion sync Makefile with core CAPI #2101
Conversation
beb146e
to
1ad4779
Compare
@sbueringer: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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/test-infra repository. I understand the commands that are listed here. |
/test ? |
@sbueringer: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
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/test-infra repository. |
/test pull-cluster-api-provider-vsphere-verify-main |
1ad4779
to
60480c6
Compare
/test pull-cluster-api-provider-vsphere-verify-main (@randomvariable just fyi, accidentally I created this job without always_run: true, I'll fix that up within the next few days when I audit the ProwJobs) |
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.
Conditional lgtm barring changes to Makefile
which I would need to go over again, but looks good on first pass.
/lgtm
/hold
Yup Makefile is very hard to delta-review. Basically I synced with the one from core CAPI and tried to preserve existing features (e.g. make dev-manifests, the flavor targets etc) |
/approve /assign @chrischdi for cross-review |
@randomvariable: GitHub didn't allow me to assign the following users: for, cross-review. Note that only kubernetes-sigs members with read permissions, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. 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/test-infra repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: randomvariable 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 |
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.
One small nit / optional, because I'm okay to just keep it in sync with CAPI and it should not matter for a release :-)
/lgtm
60480c6
to
712754b
Compare
/lgtm |
/test pull-cluster-api-provider-vsphere-verify-main |
@randomvariable @srm09 Can we move ahead with this PR? (sorry for being pushy, just would unblock a bunch of work to get the new release machinery finalized and further ProwJob cleanups) I'm fine with addressing further findings in follow-up PRs. |
/unhold |
The registry for CAPV images is changed in this PR kubernetes-sigs/cluster-api-provider-vsphere#2101 Old and new images exist in the new registry.
The registry for CAPV images is changed in this PR kubernetes-sigs/cluster-api-provider-vsphere#2101 Old and new images exist in the new registry.
What this PR does / why we need it:
Still testing if everything works
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Part of #2051
Special notes for your reviewer:
Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
Release note: