-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Bug 2091547: Skip internet connection test if we use a proxy #27093
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
Bug 2091547: Skip internet connection test if we use a proxy #27093
Conversation
81c68f7 to
acec9f9
Compare
|
/cc @hardys @andfasano |
|
/retest |
|
Since it's impacting the baremetal jobs, I'd suggest to run (some of) the optional baremetal jobs: /test 2e-metal-ipi |
|
/test e2e-metal-ipi-proxy-ipv4 |
|
@elfosardo: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
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. |
|
/test 2e-metal-ipi |
|
@elfosardo: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
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. |
|
/test e2e-metal-ipi |
|
/retest-required |
|
/test e2e-metal-ipi |
|
/test e2e-aws-fips |
|
/retest |
|
Can you share a link to where this is failing? The proxy metal uses is from the CI cluster to the test cluster. It shouldn’t affect Internet egress from the test cluster. I wouldn’t expect it to work on IPv6 but that’s already excluded via the skip disconnected annotation. |
All metal jobs use a proxy to reach the cluster, but there's also a job variant that runs a proxy in the cluster |
|
/lgtm |
acec9f9 to
9af0a8b
Compare
|
/lgtm |
test/extended/util/annotate/rules.go
Outdated
| `\[sig-network\] DNS should resolve DNS of partial qualified names for services`, | ||
| `\[sig-arch\] Only known images used by tests`, | ||
| `\[sig-network\] DNS should provide DNS for the cluster`, | ||
| // This test does not work when using in-proxy cluster, see https://bugzilla.redhat.com/show_bug.cgi?id=2084560 |
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.
I think this indentation is making go fmt unhappy
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
@elfosardo: This pull request references Bugzilla bug 2091547, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Bugzilla ([email protected]), skipping review request. 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. |
|
/unhold |
|
/retest |
1 similar comment
|
/retest |
|
/test e2e-metal-ipi-ovn-ipv6 |
|
/hold Revision ff1c18a was retested 9 times: holding |
|
/test e2e-metal-ipi-ovn-ipv6 |
|
/retest |
|
/hold cancel |
|
/skip |
|
@elfosardo: All pull requests linked via external trackers have merged: Bugzilla bug 2091547 has been moved to the MODIFIED state. 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. |
|
@elfosardo: 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. |
|
/cherry-pick release-4.10 |
|
@tdomnesc: new pull request created: #27344 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. |
Proxy jobs run in an isolated network, the nc command does not correctly
use the proxy configuration defined in the system and the test
constantly fails.