-
Notifications
You must be signed in to change notification settings - Fork 256
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
🌱 Fix Set image tag for release branches and tags #1776
Conversation
Signed-off-by: 7h3-3mp7y-m4n <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
Hi @7h3-3mp7y-m4n. Thanks for your PR. I'm waiting for a metal3-io member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
/ok-to-test Thanks for the PR! Please set the PR type to |
Sorry for the delay, as I see |
/retest |
@tuminoid can you tell me what I am missing here? cause I'm confused |
Let's run a retest so we can have fresh logs, the old logs have expired already. /retest |
@7h3-3mp7y-m4n: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
Please check the details links of shellcheck and markdownlint for details what is failing. For the markdownlink checker failure, I'm not sure what that is complaining about as it just says "action failed" with no logs, I'll look into that. |
Thanks @tuminoid I'll look into that |
Are you still working on this @7h3-3mp7y-m4n ? |
oh, my bad, I'll fix it , I thought that it has been merged , but my bad , I'll fix the |
I actually wrote some review comments here, and then realized this is not the right thing to do, and discussed with @kashifest and @adilGhaffarDev what we should actually be doing. We don't want to have them committed to the repo, but we should set the tags in release artifacts. So I filed issue to actually start including some release artifacts in BMO, such as manifests, where we do need to set the version. Let's continue the discussion there what we need to include, especially considering IRSO will take Ironic manifests out of BMO shortly. This PR is not going to be merged, but thanks @7h3-3mp7y-m4n for raising the issue. |
for sure! |
/close |
@tuminoid: Closed this PR. 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. |
✨
What this PR does / why we need it:
This PR solves image tags, by adding a verification check and also setting the tag automatically
**Which issue(s) this PR fixes
Fixes #1722