Add deferred Orion summary report step for consolidated regression reporting#75575
Add deferred Orion summary report step for consolidated regression reporting#75575mohit-sheth wants to merge 3 commits intoopenshift:mainfrom
Conversation
…porting Signed-off-by: Mohit Sheth <msheth@redhat.com>
Signed-off-by: Mohit Sheth <msheth@redhat.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mohit-sheth 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 |
0e782dc to
8fd65f6
Compare
|
/pj-rehearse periodic-ci-openshift-eng-ocp-qe-perfscale-ci-main-aws-4.22-nightly-x86-payload-control-plane-6nodes |
|
@mohit-sheth: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
Signed-off-by: Mohit Sheth <msheth@redhat.com>
8fd65f6 to
4d7523f
Compare
|
[REHEARSALNOTIFIER]
A total of 117 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs. A full list of affected jobs can be found here
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse periodic-ci-openshift-eng-ocp-qe-perfscale-ci-main-aws-4.22-nightly-x86-payload-control-plane-6nodes |
|
@mohit-sheth: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-eng-ocp-qe-perfscale-ci-main-aws-4.21-nightly-x86-payload-control-plane-6nodes |
|
@mohit-sheth: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-eng-ocp-qe-perfscale-ci-main-aws-4.22-nightly-x86-payload-control-plane-6nodes |
|
@mohit-sheth: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-eng-ocp-qe-perfscale-ci-main-aws-4.21-nightly-x86-payload-control-plane-6nodes |
|
@mohit-sheth: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@mohit-sheth: The following tests failed, say
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
openshift-qe-orion-report step in the step registry that aggregates deferred Orion regression results from SHARED_DIR and produces a consolidated report using orion--reportopenshift-eng/ocp-qe-perfscale-ci, openshift/ovn-kubernetes, openshift-priv/ovn-kubernetes) so that individual Orion steps no longer fail immediately on regression; instead they write JSON results to SHARED_DIR and exit 0
openshift-qe-orion-consolidated-virt chains and openshift-qe-udn-density-pods workflow, which aggregates all deferred results and fails the job if any regressions are detected
RUN_ORION: "deferred"to UDN density pod tests in ovn-kubernetes (4.18, 4.19, 4.20) and perfscale-ci (4.21, 4.22, 5.0) configs that previously did not set itDepends on: Add --report CLI option cloud-bulldozer/orion#300