Closed thunderboltsid closed 4 months ago
@thunderboltsid: 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-capx-scaling | 9ca12e90f4e495340c803495b4ea340ef0dc42e8 | link | true | /test e2e-capx-scaling |
ci/prow/e2e-capx-clusterclass | 9ca12e90f4e495340c803495b4ea340ef0dc42e8 | link | true | /test e2e-capx-clusterclass |
ci/prow/e2e-capx-controller-upgrade | 9ca12e90f4e495340c803495b4ea340ef0dc42e8 | link | true | /test e2e-capx-controller-upgrade |
ci/prow/e2e-nutanix-features | 9ca12e90f4e495340c803495b4ea340ef0dc42e8 | link | true | /test e2e-nutanix-features |
ci/prow/e2e-k8s-upgrade | 9ca12e90f4e495340c803495b4ea340ef0dc42e8 | link | true | /test e2e-k8s-upgrade |
ci/prow/e2e-k8s-conformance | 9ca12e90f4e495340c803495b4ea340ef0dc42e8 | link | true | /test e2e-k8s-conformance |
Full PR test history. Your PR dashboard.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 31.74%. Comparing base (
a3cd368
) to head (bb72068
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The github action will replace the existing prow jobs. We have added
pull_request_target
as the action triggering mechanism but this PR contains bothpull_request
andpull_request_target
due to nuances around howpull_request_target
works. The next PR will removepull_request
triggering event aspull_request_target
will already be on the base branch. As part of the migration, the PR also fixes up the clusterctl-upgrade test to use CAPX 1.3.5 and cleans up the configuration templates for the test to use the actual release manifest from GitHub instead of storing manifests in the repo.