Closed suleymanakbas91 closed 1 day ago
Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all
@suleymanakbas91: This pull request references Jira Issue OCPBUGS-43935, which is invalid:
Comment /jira refresh
to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.
The bug has been updated to refer to the pull request using the external bug tracker.
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: suleymanakbas91 Once this PR has been reviewed and has the lgtm label, please assign dgoodwin for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
/test all
@suleymanakbas91: 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-single-node-upgrade | 02f65012f95c1d6f90bb09d9635017bbf2508125 | link | false | /test e2e-aws-ovn-single-node-upgrade |
ci/prow/e2e-agnostic-ovn-cmd | 02f65012f95c1d6f90bb09d9635017bbf2508125 | link | false | /test e2e-agnostic-ovn-cmd |
ci/prow/e2e-metal-ipi-ovn-ipv6 | 02f65012f95c1d6f90bb09d9635017bbf2508125 | link | true | /test e2e-metal-ipi-ovn-ipv6 |
ci/prow/e2e-metal-ipi-ovn | 02f65012f95c1d6f90bb09d9635017bbf2508125 | link | false | /test e2e-metal-ipi-ovn |
ci/prow/e2e-openstack-ovn | 02f65012f95c1d6f90bb09d9635017bbf2508125 | link | false | /test e2e-openstack-ovn |
ci/prow/e2e-metal-ipi-ovn-kube-apiserver-rollout | 02f65012f95c1d6f90bb09d9635017bbf2508125 | link | false | /test e2e-metal-ipi-ovn-kube-apiserver-rollout |
Full PR test history. Your PR dashboard.
/close
Closing for now, the issue for the skip not working on upgrade seems to be related to the upgrade command not filtering these tests. We can re-open if this is the path we want to take
@eggfoobar: Closed this PR.
@suleymanakbas91: This pull request references Jira Issue OCPBUGS-43935. The bug has been updated to no longer refer to the pull request using the external bug tracker. All external bug links have been closed. The bug has been moved to the NEW state.
This test fails because there's an infrequent occurrence where a pod is in the middle of being destroyed, but it's compared to the pod coming up and both are determined to be running on the same node. Since the spirit of this test is to make sure pods are scheduled on different nodes, and there are no other nodes, it is best to skip for SNO.