Open stbenjam opened 6 days 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
See how much I broke
/test e2e-aws-ovn
/test e2e-aws-ovn
@stbenjam: 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 | 6a127740dc56c01a7f79042f75b57a48d8df15e7 | link | false | /test e2e-aws-ovn-single-node-upgrade |
ci/prow/e2e-aws-ovn-kube-apiserver-rollout | 6a127740dc56c01a7f79042f75b57a48d8df15e7 | link | false | /test e2e-aws-ovn-kube-apiserver-rollout |
ci/prow/e2e-metal-ipi-ovn-kube-apiserver-rollout | 6a127740dc56c01a7f79042f75b57a48d8df15e7 | link | false | /test e2e-metal-ipi-ovn-kube-apiserver-rollout |
ci/prow/e2e-aws-ovn-cgroupsv2 | 6a127740dc56c01a7f79042f75b57a48d8df15e7 | link | false | /test e2e-aws-ovn-cgroupsv2 |
ci/prow/e2e-aws-ovn-single-node-serial | 6a127740dc56c01a7f79042f75b57a48d8df15e7 | link | false | /test e2e-aws-ovn-single-node-serial |
ci/prow/e2e-agnostic-ovn-cmd | 6a127740dc56c01a7f79042f75b57a48d8df15e7 | link | false | /test e2e-agnostic-ovn-cmd |
Full PR test history. Your PR dashboard.
holding in case there is interest in the cache dir alternative. /lgtm /hold
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: jupierce, stbenjam
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/payload 4.18 nightly blocking
@stbenjam: trigger 14 job(s) of type blocking for the nightly release of OCP 4.18
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/1502db70-a6cd-11ef-9171-b582f25d8074-0
Adds a caching layer for external binary extraction so it's easier to re-run openshift-tests locally. There's a README with additional info in
pkg/test/externalbinary/README.md
.This also reduces the complexity of cmd_runsuite, and encapsulates all image extraction code, so it can be used elsewhere more easily.
It does not yet move to the new interface with openshift-tests-extension, but makes it easier to do that later. This PR was already large enough by itself.