-
Notifications
You must be signed in to change notification settings - Fork 216
NO-ISSUE: cncf - skip test that frequently gets stuck #4972
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
NO-ISSUE: cncf - skip test that frequently gets stuck #4972
Conversation
@pmtk: This pull request explicitly references no jira issue. 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 openshift-eng/jira-lifecycle-plugin repository. |
Skipping CI for Draft Pull Request. |
/test e2e-aws-tests-bootc-periodic e2e-aws-tests-periodic e2e-aws-tests-bootc-periodic-arm e2e-aws-tests-periodic-arm |
85b1936
to
bdddf4f
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pacevedom, pmtk 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 |
@pmtk: all tests passed! 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-sigs/prow repository. I understand the commands that are listed here. |
PR adds
--plugin-env=e2e.E2E_SKIP=
arg to skip[sig-network] Services should be able to switch session affinity for NodePort service [LinuxOnly] [Conformance] [sig-network, Conformance]
test.--e2e-skip
wasn't picked as an arg, because it cannot be used together with the mode:We found that the test is frequently getting stuck. Another fix would be to edit the images to add
--max-time
option to thecurl
command, but we'd have to create cncf conformance image for each of the Kubernetes minor versions.Problem should be fixed in v1.33 kubernetes tests: kubernetes/kubernetes#129049
CNCF running in CI jobs is not used for the CNCF certification.