baremetal: fix test matches and move 4.7 to minimal#17352
baremetal: fix test matches and move 4.7 to minimal#17352stbenjam wants to merge 1 commit intoopenshift:masterfrom
Conversation
|
Here's an example of what happens with the new Skipped:Disconnected annotation: https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/26019/pull-ci-openshift-origin-master-e2e-metal-ipi-ovn-ipv6/1377210188796268544 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 |
A variety of patches to origin need to be backported to 4.7 to let us expand the tests there. For now, we'll only use 4.8+ for the list of skips so we can work on making it shorter. There's at least 10 PR's in flight to fix various tests that need backporting from kubernetes, origin, etc, so it's not feasible to deal with 4.7 and 4.8 concurrently. This change also removes the tags on the end of test names, as the annotations are changing with origin getting support for skipping certain tests on Disconnected. Leaving the annotations on the end of our skip list causes them to no longer be skipped when annnotations are added.
|
/test pj-rehearse |
2 similar comments
|
/test pj-rehearse |
|
/test pj-rehearse |
|
A good portion of tests are failing due to this problem: openshift/machine-config-operator#2511 |
|
/test pj-rehearse |
|
@stbenjam: 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. |
A variety of patches to origin need to be backported to 4.7 to let us
expand the tests there. For now, we'll only use 4.8+ for the list of
skips so we can work on making it shorter. There's at least 10 PR's in
flight to fix various tests that need backporting from kubernetes,
origin, etc, so it's not feasible to deal with 4.7 and 4.8
concurrently.
This change also removes the tags on the end of test names, as the
annotations are changing with origin getting support for skipping
certain tests on Disconnected. Leaving the annotations on the end of
our skip list causes them to no longer be skipped when annnotations are
added.