-
Notifications
You must be signed in to change notification settings - Fork 2.1k
feat(rhdh): add rerun-failed-tests CI job configuration #73793
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
feat(rhdh): add rerun-failed-tests CI job configuration #73793
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: gustavolira 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 |
Add CI configuration for the new `/test rerun-failed-tests` command that re-executes only tests that failed in the previous e2e-ocp-helm run. New step registry: - ci-operator/step-registry/redhat-developer/rhdh/ocp/rerun-failed-tests/ New test configuration in redhat-developer-rhdh-main.yaml: - as: rerun-failed-tests - optional: true (manually triggered via /test rerun-failed-tests) - Uses cluster_claim with OCP 4.18 on AWS This PR depends on: redhat-developer/rhdh#4037 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add the required metadata.json file for the rerun-failed-tests step. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Generated via `make jobs` - adds the prowjob configuration for the new rerun-failed-tests test. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
e02c983 to
ea34f7e
Compare
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/retest |
|
@gustavolira: 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. |
Summary
Add CI configuration for the new
/test rerun-failed-testscommand for the RHDH project. This command re-executes only the tests that failed in the previouse2e-ocp-helmrun, optimizing CI time and resources.Changes
New Step Registry
ci-operator/step-registry/redhat-developer/rhdh/ocp/rerun-failed-tests/OWNERSredhat-developer-rhdh-ocp-rerun-failed-tests-ref.yamlredhat-developer-rhdh-ocp-rerun-failed-tests-commands.shModified CI Config
ci-operator/config/redhat-developer/rhdh/redhat-developer-rhdh-main.yamlrerun-failed-tests(optional, manually triggered)New Command
After this PR is merged, the following command will be available in RHDH PRs:
Dependencies
This PR depends on: redhat-developer/rhdh#4037
🤖 Generated with Claude Code