Skip to content

Remove some unnecessary sig-network test skips#2476

Open
danwinship wants to merge 1 commit intoopenshift:masterfrom
danwinship:remove-old-skips
Open

Remove some unnecessary sig-network test skips#2476
danwinship wants to merge 1 commit intoopenshift:masterfrom
danwinship:remove-old-skips

Conversation

@danwinship
Copy link
Copy Markdown

@danwinship danwinship commented Sep 26, 2025

(see review comments for explanations)

@openshift-ci-robot openshift-ci-robot added the backports/unvalidated-commits Indicates that not all commits come to merged upstream PRs. label Sep 26, 2025
@openshift-ci-robot
Copy link
Copy Markdown

@danwinship: the contents of this pull request could not be automatically validated.

The following commits could not be validated and must be approved by a top-level approver:

Comment /validate-backports to re-evaluate validity of the upstream PRs, for example when they are merged upstream.

@openshift-ci openshift-ci Bot requested review from jerpeter1 and tkashem September 26, 2025 20:40
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Sep 26, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: danwinship
Once this PR has been reviewed and has the lgtm label, please assign bertinatto for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot
Copy link
Copy Markdown

@danwinship: the contents of this pull request could not be automatically validated.

The following commits could not be validated and must be approved by a top-level approver:

Comment /validate-backports to re-evaluate validity of the upstream PRs, for example when they are merged upstream.

@openshift-ci-robot
Copy link
Copy Markdown

@danwinship: the contents of this pull request could not be automatically validated.

The following commits could not be validated and must be approved by a top-level approver:

Comment /validate-backports to re-evaluate validity of the upstream PRs, for example when they are merged upstream.

@openshift-bot
Copy link
Copy Markdown

Issues go stale after 90d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle stale

@openshift-ci openshift-ci Bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Dec 29, 2025
The ClusterDns and Firewall tests no longer exist.

The Topology Hints test was renamed (`[Feature:Topology Hints]` went
away when the feature became GA), and we already have a separate skip
rule for the new name.

The two service tests that were skipped because they require SSH got
rewritten at some point to use a HostNetwork pod instead.
@openshift-ci-robot
Copy link
Copy Markdown

@danwinship: the contents of this pull request could not be automatically validated.

The following commits could not be validated and must be approved by a top-level approver:

Comment /validate-backports to re-evaluate validity of the upstream PRs, for example when they are merged upstream.

"Firewall rule should have correct firewall rules for e2e cluster", // Upstream-install specific

// https://bugzilla.redhat.com/show_bug.cgi?id=2079958
"[sig-network] [Feature:Topology Hints] should distribute endpoints evenly",
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The test got renamed (removing the Feature tag) when the feature went GA, so this rule no longer matches anything. There's already another rule matching the new name (line 121).

"KubeProxy should set TCP CLOSE_WAIT timeout", // the test require communication to port 11302 in the cluster nodes
"should check kube-proxy urls", // previously this test was skipped b/c we reported -1 as the number of nodes, now we report proper number and test fails
"SSH", // TRIAGE
"should implement service.kubernetes.io/service-proxy-name", // this is an optional test that requires SSH. sig-network
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test got rewritten to not use SSH, and passes fine now. (The rest of this block is just gofmt-ing.)

"RuntimeClass should reject",

"Services should implement service.kubernetes.io/headless", // requires SSH access to function, needs to be refactored
"ClusterDns [Feature:Example] should create pod that uses dns", // doesn't use bindata, not part of kube test binary
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test no longer exists


"Services should implement service.kubernetes.io/headless", // requires SSH access to function, needs to be refactored
"ClusterDns [Feature:Example] should create pod that uses dns", // doesn't use bindata, not part of kube test binary
"Services should implement service.kubernetes.io/headless", // test is broken, fixed in 1.36 by https://pr.k8s.io/134623
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updating comment; test now fails for a different reason (but will pass starting in 1.36)

"[sig-network] Networking Granular Checks: Services should function for pod-Service(hostNetwork)",

// https://bugzilla.redhat.com/show_bug.cgi?id=1952460
"[sig-network] Firewall rule control plane should not expose well-known ports",
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test no longer exists

@danwinship danwinship removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jan 23, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Jan 23, 2026

@danwinship: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-aws-ovn-techpreview-serial dc526f2 link false /test e2e-aws-ovn-techpreview-serial
ci/prow/e2e-aws-csi dc526f2 link false /test e2e-aws-csi
ci/prow/okd-scos-e2e-aws-ovn dc526f2 link false /test okd-scos-e2e-aws-ovn
ci/prow/e2e-aws-ovn-serial dc526f2 link true /test e2e-aws-ovn-serial

Full PR test history. Your PR dashboard.

Details

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.

@danwinship
Copy link
Copy Markdown
Author

/retest-required

@openshift-bot
Copy link
Copy Markdown

Issues go stale after 90d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle stale

@openshift-ci openshift-ci Bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backports/unvalidated-commits Indicates that not all commits come to merged upstream PRs. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants