-
Notifications
You must be signed in to change notification settings - Fork 1.9k
ci-operator/templates/openshift/installer/cluster-launch-installer-*: Drop *_REGION from teardown #5079
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
ci-operator/templates/openshift/installer/cluster-launch-installer-*: Drop *_REGION from teardown #5079
Conversation
… Drop *_REGION from teardown These came in with d00da5d (templates/openshift/installer: Add azure cluster test configuration, 2019-05-23, openshift#3877), but the installer should be extracting the region from metadata.json [1,2]. [1]: https://github.com/openshift/installer/blob/d9a9648cf2330d467cca9f2988846d031464125e/pkg/types/aws/metadata.go#L5 [2]: https://github.com/openshift/installer/blob/d9a9648cf2330d467cca9f2988846d031464125e/pkg/types/azure/metadata.go#L5
/lgtm /hold holding to wait to see nothing breaks. @wking feel free to drop the hold as soon as aws and azure rehearsals go green. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhinavdahiya, 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 |
As soon as the setup container succeeds even |
The change is for teardown container, so I would hope we wait for teardown to be green.. |
All green, this Azure teardown and this AWS teardown were both fine. /hold cancel |
@wking: Updated the following 4 configmaps:
In response to this:
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. |
These came in with d00da5d (#3877), but the installer should be extracting the region from
metadata.json
./assign @abhinavdahiya