OCPBUGS-86448: Disable monitor on disruptive and longduration MCO suites#80871
OCPBUGS-86448: Disable monitor on disruptive and longduration MCO suites#80871djoshy wants to merge 1 commit into
Conversation
|
@djoshy: This pull request references Jira Issue OCPBUGS-86448, which is valid. 3 validation(s) were run on this bug
The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (17)
WalkthroughAcross 17 CI config YAML files spanning OpenShift MCO branches (main, 4.19–4.23, 5.0–5.1), ChangesMCO disruptive E2E job TEST_ARGS update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested labels
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[REHEARSALNOTIFIER]
A total of 55 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: |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: djoshy The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@djoshy: 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. |
Disables the audit log analyzer monitor test on the disruptive and longduration MCO suites.
Summary by CodeRabbit
This pull request updates the CI configuration for the OpenShift Machine Configuration Operator (MCO) across multiple release branches (4.19 through 5.1) and the main branch. The changes disable the audit-log-analyzer monitoring probe on disruptive and long-duration test suites by adding the
TEST_ARGS: --disable-monitor=audit-log-analyzerenvironment variable to the relevant E2E test job definitions in Prow CI configuration files.Scope of changes:
The changes are consistently applied across all disruptive MCO test job variants and selected long-duration jobs, ensuring the audit-log-analyzer is disabled across the entire test matrix to address the issue referenced in OCPBUGS-86448.