-
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
WIP: EXPERIMENT: Forcing a clone of boot config in boot-vault call to boot #5936
WIP: EXPERIMENT: Forcing a clone of boot config in boot-vault call to boot #5936
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: If they are not already assigned, you can assign the PR to them by writing 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 |
9d7c02f
to
2205aef
Compare
… boot Issues like jenkins-x#5929 make me suspect that there are bugs that are encountered when `jx boot` needs to clone `jenkins-x-boot-config` rather than operating in an already-existing clone. So I'm trying to reproduce that here. Let's see what happens. Signed-off-by: Andrew Bayer <[email protected]>
2205aef
to
76e9373
Compare
Signed-off-by: Andrew Bayer <[email protected]>
Signed-off-by: Andrew Bayer <[email protected]>
Signed-off-by: Andrew Bayer <[email protected]>
Signed-off-by: Andrew Bayer <[email protected]>
Signed-off-by: Andrew Bayer <[email protected]>
/retest |
/test boot-vault |
/retest |
Signed-off-by: Andrew Bayer <[email protected]>
/retest |
Signed-off-by: Andrew Bayer <[email protected]>
Signed-off-by: Andrew Bayer <[email protected]>
Signed-off-by: Andrew Bayer <[email protected]>
@abayer: The following test failed, say
View all Builds for this Pull Request 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. |
Submitter checklist
Description
Issues like #5929 make me suspect that there are bugs that are encountered when
jx boot
needs to clonejenkins-x-boot-config
rather than operating in an already-existing clone. So I'm trying to reproduce that here. Let's see what happens.EDIT: I also decided to reproduce that issue more thoroughly by checking out an older version of
jenkins-x-versions
before running boot...Special notes for the reviewer(s)
Which issue this PR fixes
n/a