-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Refactor baremetalds-e2e-test to be more similar to openshift-e2e-test #16138
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
Refactor baremetalds-e2e-test to be more similar to openshift-e2e-test #16138
Conversation
df4d814 to
10441f7
Compare
|
/test pj-rehearse |
370c30f to
ab3af77
Compare
|
/test pj-rehearse |
ab3af77 to
460157f
Compare
|
/test pj-rehearse |
ea7d3d7 to
e54dc41
Compare
|
/test pj-rehearse |
1 similar comment
|
/test pj-rehearse |
c1b42d2 to
afc8cba
Compare
afc8cba to
435e518
Compare
2f3ae98 to
b339929
Compare
|
/test pj-rehearse |
7f80b89 to
a50b274
Compare
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 timeout usage valid for the 'standard' workflows. Because I saw a couple of different places have different timeout values being set in this PR.
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.
No, it's a workaround added to gather some results when a test get stuck, hopefully it could be removed once the test failures will get fixed (and it should be properly sized to give enough time to the tests to complete in the standard case).
|
/test pj-rehearse |
|
Please include the PR description in the commit message |
7286369 to
55c0214
Compare
|
/test pj-rehearse |
ecf5bb1 to
278b63e
Compare
|
/test pj-rehearse |
2 similar comments
|
/test pj-rehearse |
|
/test pj-rehearse |
278b63e to
8de0448
Compare
|
/test pj-rehearse |
2 similar comments
|
/test pj-rehearse |
|
/test pj-rehearse |
30a4990 to
489b22f
Compare
|
/test pj-rehearse |
|
@andfasano: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
e15ecb2 to
2e098fc
Compare
This commits modifies baremetalds-e2e-test in order to align it, as much as possible (especially in terms of behaviors) to the openshift-e2e-test step, and more in line with the other cluster profiles. This is also part of the ongoing effort to expand the OpenShift e2e CI coverage for the baremetal ipi platform, so that it could be possible to apply the whole openshift/conformance suite. Relevant changes introduced: - The baremetal platform requires the tests image mirroring feature (see [1]) to execute some of the e2e tests. -- Dev-scripts private registry has been used to store the mirrored test images. -- Test images mirroring is currently available only in the openshift-tests binary for OpenShift 4.7 or greater. To maintain the backward compatibility, for jobs on branches < 4.7 a minimal list is adopted (defined by TEST_MINIMAL_LIST) - RUN_UPGRADE_TEST has been deprecated - baremetalds-e2e-conf step is not used anymore - TEST_SKIPS is currently using to exclude temporarily those tests that are failing for which an analysis/fix is in progress
2e098fc to
fecff22
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andfasano, honza The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@andfasano: Updated the following 2 configmaps:
DetailsIn 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 PR reviews deeply the
baremetalds-e2e-testin order to align it, as much as possible (especially in terms of behaviors) to the openshift-e2e-test step, and more in line with the other cluster profiles. This is also part of the ongoing effort to expand the OpenShift e2e CI coverage for the baremetal ipi platform, so that it could be possible to apply the wholeopenshift/conformancesuite.Relevant changes introduced:
openshift-testsbinary for OpenShift 4.7 or greater. To maintain the backward compatibility, for jobs on branches < 4.7 a minimal list is adopted (defined byTEST_MINIMAL_LIST)RUN_UPGRADE_TESThas been deprecatedbaremetalds-e2e-confstep is not used anymoreTEST_SKIPSis currently using to exclude temporarily those tests that are failing for which an analysis/fix is in progress[1] openshift/origin#24887