-
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
Add tests for OKD installer on master branch #14082
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: vrutkovs 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 |
@vrutkovs: 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/test-infra repository. I understand the commands that are listed here. |
a10a5eb
to
23aca0a
Compare
/uncc |
821a651
to
10662a0
Compare
/uncc |
961c47d
to
5c56ebc
Compare
/retest |
that's odd, I don't see anything similar or release-controller /retest |
/retest |
3 similar comments
/retest |
/retest |
/retest |
5c56ebc
to
28ff8b5
Compare
/retest |
/retest |
@@ -2657,6 +2657,505 @@ presubmits: | |||
secret: | |||
secretName: result-aggregator | |||
trigger: (?m)^/test( | .* )images,?($|\s.*) | |||
- agent: kubernetes | |||
always_run: true |
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.
is this supposed to be always_run: true
?
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.
Marked all e2e tests as always_run: false
. okd-images
and okd-unit
/okd-verifycodegen
are flake-free and would run on every PR
28ff8b5
to
ba4b28a
Compare
All OKD tests are marked as optional, only AWS install is running on all PRs. Some platforms are not yet fully supported by OKD (azure and baremetal), so I didn't add tests for those.
ba4b28a
to
80550ac
Compare
@vrutkovs: 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/test-infra repository. I understand the commands that are listed here. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: patrickdillon, vrutkovs 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 |
@vrutkovs: Updated the following 2 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. |
This adds always_run: false and optional: true tests for OKD flavor of installer.
Some platforms are not yet fully supported by OKD (azure and baremetal),
so I didn't add tests for those. Rehearsals are failing as it needs openshift/installer#4453