ROSAENG-1332: Add OSD GCP e2e tests for SRE operators - #82649
Conversation
|
@dustman9000: This pull request references ROSAENG-1332 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set. 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 ignored due to path filters (10)
📒 Files selected for processing (5)
WalkthroughFive OpenShift CI configurations add GCP-based ROSA E2E jobs and scheduled integration/staging promotion jobs. The jobs use the shared cluster lease workflow, ChangesGCP ROSA lease tests
Estimated code review effort: 2 (Simple) | ~15 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Add osd-gcp-e2e presubmit and promotion-int/stage periodic jobs for RMO, CAMO, MUO, OAO, and SFO. Identical to STS e2e configs but with LEASE_TYPE=osd-gcp to target the GCP cluster pool.
8c18613 to
e62d920
Compare
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse pull-ci-openshift-route-monitor-operator-master-osd-gcp-e2e |
|
@dustman9000: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@dustman9000: 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. |
|
/pj-rehearse ack |
|
@dustman9000: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
Summary
Jira: https://redhat.atlassian.net/browse/ROSAENG-1332
Test plan
Summary by CodeRabbit
Adds GCP-based ROSA CI coverage for five operators—Configure Alertmanager, Managed Upgrade, OCM Agent, Route Monitor, and Splunk Forwarder—by introducing new cluster-lease OSD GCP end-to-end presubmit jobs plus scheduled post-merge promotion jobs. The new jobs reuse the existing
rosa-cluster-lease-e2e-workflowwithLEASE_TYPE=osd-gcp, setLEASE_ENVtostagingfor E2E, and schedule promotion runs forintegrationandstaging(cron0 0 31 2 *) after merge. Promotion jobs report success/failure/error to#rosa-prow-infowith templated log links. CI config changes are reflected both in the operatorci-operator/config/...-master.yamlfiles and the generatedci-operator/jobs/...-master-{presubmits,periodics}.yamljob definitions.