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

fix(boot): 'jx upgrade boot' needs to fetch upgrade boot config SHA before cherrypicking #5977

Conversation

abayer
Copy link
Contributor

@abayer abayer commented Oct 29, 2019

Submitter checklist

  • Change is code complete and matches issue description.
  • Change is covered by existing or new tests.

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

@abayer
Copy link
Contributor Author

abayer commented Oct 29, 2019

/hold

Holding until @macox is back.

@abayer
Copy link
Contributor Author

abayer commented Oct 30, 2019

/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]>
@abayer abayer force-pushed the upgrade-boot-needs-to-fetch-upgrade-tag-or-sha branch from d090452 to c8d3796 Compare October 30, 2019 16:34
@pmuir
Copy link
Contributor

pmuir commented Oct 30, 2019

/lgtm

@jenkins-x-bot
Copy link
Contributor

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

@abayer
Copy link
Contributor Author

abayer commented Oct 30, 2019

/hold cancel

@jenkins-x-bot jenkins-x-bot merged commit 26120ed into jenkins-x:master Oct 30, 2019
abayer added a commit to abayer/jx that referenced this pull request Oct 30, 2019
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]>
abayer added a commit to abayer/jx that referenced this pull request Oct 30, 2019
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

jx upgrade boot doesn't fetch the tag to upgrade to, so hits cherry pick error
4 participants