-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Add new tests for baremetal IPI platform #25853
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 new tests for baremetal IPI platform #25853
Conversation
|
/assign @deads2k |
|
/retest |
03efd05 to
5d5a9b0
Compare
|
Will enabling e2e-metal-ipi on this repo let us see the tests pass? |
Good idea, openshift/release#15816 |
|
/test e2e-metal-ipi |
|
Can we get an OWNERS file added to the baremetal directories? Initial tests look fine, but plan is to add more? I'd like us to make sure control plane hosts are adopted correctly and reflect "Externally provisioned." And if there's no existing test for this here, make sure that all our machines have a node ref. |
|
/test e2e-metal-ipi |
1 similar comment
|
/test e2e-metal-ipi |
|
@andfasano: 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/test-infra repository. |
|
Looks like the new two tests (tagged with |
Nice! Did you see my comment above, specifically the OWNERS file so we can add tests later? |
5d5a9b0 to
536e093
Compare
Thanks, added |
|
/test all |
|
@andfasano: 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/test-infra repository. |
|
/test e2e-metal-ipi |
|
/retest |
|
/lgtm |
|
/lgtm |
|
Could we get another review please @deads2k? |
c4330c2 to
d65cb9d
Compare
|
/lgtm |
|
/approve |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andfasano, deads2k, stbenjam 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 |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
2 similar comments
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/test e2e-gcp-builds |
|
/test e2e-gcp-builds |
|
/test e2e-gcp-builds |
|
/test e2e-gcp |
|
/test e2e-gcp-upgrade |
|
/test e2e-gcp-upgrade I don't know if this is ever going to pass. It's been failing since 2021-03-15 @deads2k It seems unrelated to our PR, is someone looking at this or can you override it? |
|
/test e2e-gcp-upgrade |
|
@deads2k Could you help here? e2e-gcp-upgrade has succeeded twice now, but it takes so much time that prow says it wants to retest 8 jobs... and then e2e-gcp-upgrade might fail again, causing the cycle to repeat. How does anything land in this repo? CI has been trying since 3/15 to land this PR. |
|
/retest |
|
/retest sigh |
|
/test e2e-aws-serial |
|
/retest |
1 similar comment
|
/retest |
This PR adds some new basic tests for the baremetal IPI platform, so that it could be possible to integrate them in the current CI/release builds for the baremetal IPI platform.
Tests are referring the following enhancements:
CI baremetal workflow:
This is just an initial PR to begin landing tests for the baremetal IPI platform and clear out the required technical details.