-
Notifications
You must be signed in to change notification settings - Fork 160
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] Switch AKS tests to mapt
and spot instances
#1719
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/ok-to-test |
mapt
mapt
and spot instances
The image is available at: |
/test e2e-tests |
The image is available at: |
/test e2e-tests |
The image is available at: |
/test e2e-tests |
The image is available at: |
/test e2e-tests |
The image is available at: |
/test e2e-tests |
The image is available at: |
/retest |
/test images |
/retest-required |
/test images |
/test e2e |
@zdrapela: The specified target(s) for
Use 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-sigs/prow repository. |
/test e2e-tests |
The image is available at: |
|
The image is available at: |
/test e2e-tests |
PR needs rebase. 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-sigs/prow repository. |
@zdrapela: The following tests failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
Closing in favor of openshift/release#59507 |
Description
This PR is switching the AKS nightly tests from long running cluster (that goes to sleep and wake up) to a spot instance (that is created and then destroyed). This approach allows us to save costs on Azure and gives us a fresh cluster every time, to avoid hiccups that the long running clusters might encounter.
This PR depends on having the #1643 merged first, to be able to use different auth provider than GitHub for majority of tests. GitHub requires a static callback URL (which is not achievable with
mapt
, but might be in the future: redhat-developer/mapt#273). GitHub is also not the most stable auth provider and tests sometimes fail because of it.The same approach as for AKS will be possible for GKE after
mapt
adds support: redhat-developer/mapt#290Which issue(s) does this PR fix
PR acceptance criteria
Please make sure that the following steps are complete:
How to test changes / Special notes to the reviewer