-
Notifications
You must be signed in to change notification settings - Fork 2.1k
WIP Run BYOR install on installer presubmits #2481
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
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: vrutkovs 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 DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
wking
left a comment
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.
This looks reasonable to me, although I'm not comfortable enough with these configs to want to claim that "looks reasonable" means "likely to work" ;). Still, with always_run: false, I'm fine landing this even if it turns out to be broken (it may be fine, I dunno).
Do we also want to set optional: true so folks who do run this manually can still merge the PR even if the tests fail? Without optional, it's not clear to me how we get over installer changes that do require Ansible changes. Wouldn't the openshift-ansible PR block on e2e-aws failures while the installer PR blocked on e2e-byor failures?
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.
Looks like you're missing a trailing newline here.
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.
Looks like these run-tests doublings were typos, see #2278.
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.
Here's another run-tests doubling.
|
Why not test these using the local testing tools before merge? :) |
|
I'll mark this is as WIP as it would currently always fail due to changes in openshift/installer#955 |
34545e7 to
98e96f4
Compare
98e96f4 to
1bade7f
Compare
|
Fixed syntax error, duplicated Two more PRs are required to be merged for this test to pass: |
|
This is no longer planned |
This PR would ensure openshift-ansible is not broken by installer changes.
always_runis set to False, so it would be started by request for now.PTAL @wking @crawford