[WIP] Update baremetalds e2e test to use a proxy#18704
[WIP] Update baremetalds e2e test to use a proxy#18704kirankt wants to merge 1 commit intoopenshift:masterfrom kirankt:update-ipi-e2e-test-step
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: kirankt The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
It's too big to test :-( I'd maybe just remove all the test skips, that should make it small enough to run. We'll get a good signal about the proxy approach, even if the now unskipped tests fail. |
Add a new workflow to test baremetalds-e2e with proxy and a new job to run it Rearrange directories and files Re-run registry metadata Remove test skips for now to test a minimal set No need to fetch artifacts. Add updated TEST_SKIPS to baremetalds-e2ev2-test TEST_PROVIDER was not set correctly
|
/test pj-rehearse |
3 similar comments
|
/test pj-rehearse |
|
/test pj-rehearse |
|
/test pj-rehearse |
|
@kirankt: PR needs rebase. 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. |
|
/test pj-rehearse |
1 similar comment
|
/test pj-rehearse |
| - chain: baremetalds-ipi-pre | ||
| test: | ||
| - ref: baremetalds-e2e-conf | ||
| - ref: baremetalds-e2ev2-test |
There was a problem hiding this comment.
nit: it's sufficient the e2ev2 step, the workflow could be defined directly at the job level
|
@kirankt: 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. |
|
Replace by: #19987 |
Currently the baremetalds-e2e-test workflow copies the openshift-tests binary and then utilizes ssh to connect to the remote host and run the binary. Since the addition of a proxy to the IPI tests, we should attempt to use the proxy to connect to the remote host. This PR attempts to use the proxy and removes remote execution of binaries using ssh.