-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
cluster/test-deploy/aws/OWNERS: Use installer aliases #1328
cluster/test-deploy/aws/OWNERS: Use installer aliases #1328
Conversation
3d8f694
to
87755fc
Compare
openshift/installer#184 landed, and I've added a new commit to this PR to pull it (and other upstream /hold cancel |
The previous content was copy/pasted into this repo with 49f60b7 (cluster/test-deploy/aws/OWNERS: Delegate to openshift/installer, 2018-08-27, openshift#1290). But with upstream OWNERS_ALIASES being slurped since e1f993f (populate-owners: Also slurp OWNERS_ALIASES, 2018-08-25, openshift#1285) and the installer repo defining aliases since openshift/installer@62f87acb (OWNERS_ALIASES: Define aliases for reviewers and approvers, 2018-08-24, openshift/installer#184), we can DRY this up by using the upstream aliases.
87755fc
to
d2d17ec
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: stevekuznetsov, wking 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 |
Apparently -e flag is getting logs only when running the E2E tests on kind clusters. We get all the logs we need in must-gather.
The previous content was copy/pasted into this repo with 49f60b7 (#1290). But with upstream
OWNERS_ALIASES
being slurped since e1f993f (#1285) and the installer repo defining aliases since openshift/installer#184), we can DRY this up by using the upstream aliases./hold
^ we don't want to land this before openshift/installer#184 lands ;).