-
Notifications
You must be signed in to change notification settings - Fork 787
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(boot): 'jx upgrade boot' needs to fetch upgrade boot config SHA before cherrypicking #5977
fix(boot): 'jx upgrade boot' needs to fetch upgrade boot config SHA before cherrypicking #5977
Conversation
/hold Holding until @macox is back. |
e9a2e1f
to
d090452
Compare
/hold Removed the sleep now that #5981 has merged, taking off hold. |
…efore cherrypicking Without doing that, the cherry-pick will fail due to the commit from the release tag not being present in the local boot repo, since it's not on master. fixes jenkins-x#5974 Signed-off-by: Andrew Bayer <[email protected]>
d090452
to
c8d3796
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pmuir 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 |
/hold cancel |
This is needed due to jenkins-x#5977 causing `jx boot` to fail out if you clone a newer version of `jenkins-x-boot-config` than is in the version stream and then run `jx boot` from in that newer clone. Signed-off-by: Andrew Bayer <[email protected]>
This is needed due to jenkins-x#5977 causing `jx boot` to fail out if you clone a newer version of `jenkins-x-boot-config` than is in the version stream and then run `jx boot` from in that newer clone. Signed-off-by: Andrew Bayer <[email protected]>
Submitter checklist
Description
Without doing that, the cherry-pick will fail due to the commit from the release tag not being present in the local boot repo, since it's not on master.
Special notes for the reviewer(s)
/assign @pmuir
/assign @macox
Which issue this PR fixes
fixes #5974