Open rhmdnd opened 3 months ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: rhmdnd
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/test e2e-rosa
@rhmdnd: 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 | 8b3bcf74cd7287e7d56f77a63530321cac89435b | link | true | /test e2e-aws |
ci/prow/e2e-rosa | 8b3bcf74cd7287e7d56f77a63530321cac89435b | link | false | /test e2e-rosa |
Full PR test history. Your PR dashboard.
We recently added support for running tests on ROSA HCP, which doesn't support some objects like Machine Configs:
https://github.com/openshift/release/pull/53502
Because of this, the TestFileIntegrityAcceptsExpectedChange test is failing because it expects to create a Machine Config as a dependency for the test.
This commit updates the test to check if we're running on ROSA HCP, and if so, skip the test.