Revert "Add coverage for GET verb and websocket handshake to SCC exec tests."#27943
Conversation
|
/skip |
|
/override ci/prow/e2e-agnostic-ovn-cmd |
|
@DennisPeriquet: Overrode contexts on behalf of DennisPeriquet: ci/prow/e2e-agnostic-ovn-cmd, ci/prow/e2e-aws-csi, ci/prow/e2e-aws-ovn-cgroupsv2, ci/prow/e2e-aws-ovn-fips, ci/prow/e2e-aws-ovn-serial, ci/prow/e2e-aws-ovn-single-node 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: DennisPeriquet, stbenjam 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 |
|
Note that openshift-tests accesses Metal IPv6 clusters via an HTTP proxy, and golang's websocket library doesn't support proxies, so you'll probably just need to skip this test entirely if there's any http proxy env vars set. |
|
/override ci/prow/e2e-gcp-ovn |
|
@stbenjam: Overrode contexts on behalf of stbenjam: ci/prow/e2e-gcp-ovn, ci/prow/e2e-gcp-ovn-builds, ci/prow/e2e-gcp-ovn-upgrade 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. |
Thanks! |
Reverts #27836
Per OpenShift policy, we are reverting this breaking change to get CI and/or nightly payloads flowing again.
This change is breaking ci 4.14 payloads
To unrevert this, revert this PR, and layer an additional separate commit on top that addresses the problem. Before merging the unrevert, please run these jobs on the PR and check the result of (job/X or job/X, test/Y tuple) to confirm the fix has corrected the problem:
/payload-job metal-ipi-ovn-ipv6
/payload-job metal-ipi-sdn-bm
This link may be helpful in understanding why the test failed kubernetes/kubernetes#103595 (comment)
cc: @benluddy