Restore FIPS presubmit tests to required on main branch#80488
Restore FIPS presubmit tests to required on main branch#80488redhat-chai-bot wants to merge 2 commits into
Conversation
With the RHCOS 10 migration, there is an outstanding FIPS bug that causes FIPS presubmit tests to fail on main. Mark all non-cron FIPS presubmit tests as optional: true in the ci-operator configs for main-branch to unblock PRs. This affects 40 tests across 30 ci-operator config files (openshift, openshift-priv, backube orgs). Tests that already had optional: true or use cron scheduling are left unchanged.
Reverts the temporary optional: true marking on FIPS presubmit tests. Merge this PR once the outstanding FIPS bug on RHCOS 10 is resolved and FIPS tests are expected to pass again. This restores 40 FIPS tests across 30 ci-operator config files back to required (non-optional) status.
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: redhat-chai-bot The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@redhat-chai-bot: all tests passed! 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-sigs/prow repository. I understand the commands that are listed here. |
Reverts the temporary
optional: truemarking on FIPS presubmit tests. Merge this PR once the outstanding FIPS bug on RHCOS 10 is resolved and FIPS tests are expected to pass again.This restores 40 FIPS tests across 30 ci-operator config files back to required (non-optional) status.
Do not merge until the FIPS bug is fixed.