STOR-2973: CI implementation: Validate Storage on GCP Dedicated - #81996
Conversation
|
@rvagner78: This pull request references STOR-2973 which is a valid jira issue. 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. |
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
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: Pro Plus Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (2)
WalkthroughAdds a GCD CSI workflow and registers optional release and weekly periodic tests. Both jobs use the ChangesGCD CSI coverage
Estimated code review effort: 2 (Simple) | ~10 minutes Sequence Diagram(s)sequenceDiagram
participant TestJob
participant GCDCSIWorkflow
participant GCPCluster
participant CSISuite
TestJob->>GCDCSIWorkflow: Run openshift-e2e-gcd-csi
GCDCSIWorkflow->>GCPCluster: Provision and configure GCP cluster
GCDCSIWorkflow->>CSISuite: Run openshift/csi
GCDCSIWorkflow->>GCPCluster: Validate objects, gather core dumps, and deprovision resources
Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5 | ❌ 10❌ Failed checks (10 inconclusive)
✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/pj-rehearse pull-ci-openshift-csi-operator-release-5.0-e2e-gcd-csi |
|
@rvagner78: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@rvagner78, |
|
Note GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer. |
|
@rvagner78: |
|
/pj-rehearse pull-ci-openshift-csi-operator-release-5.0-e2e-gcd-csi |
|
@rvagner78: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-openshift-csi-operator-release-5.0-e2e-gcd-csi |
|
@rvagner78: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
/pj-rehearse ack |
|
@jsafrane: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
| workflow: openshift-e2e-gcp-manual-oidc-workload-identity-persistent-disk | ||
| - always_run: false | ||
| as: e2e-gcd-csi | ||
| optional: true |
There was a problem hiding this comment.
You may want to SKIP the tests we're skipping here:
https://github.com/openshift/release/blob/main/ci-operator/config/openshift/installer/openshift-installer-main.yaml#L556
Also, I think we're going to need to skip the test API LBs follow /readyz of kube-apiserver and stop sending requests so you should probably add that in as well
There was a problem hiding this comment.
Thanks, updated.
Finally it looks like we don't need SKIP_TEST in our job, because we don't run them anyway.
The /pj-rehearse pull-ci-openshift-csi-operator-release-5.0-e2e-gcd-csi passed and CSI storage tests were executed.
|
@gnufied: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-openshift-csi-operator-release-5.0-e2e-gcd-csi |
|
@rvagner78: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-openshift-csi-operator-release-5.0-e2e-gcd-csi |
|
@rvagner78: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-openshift-csi-operator-release-5.0-e2e-gcd-csi |
|
@rvagner78: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@rvagner78 the CI says: |
…sn't exist on GCD.
looks like we don't need SKIP_TEST in our job, because we don't run them anyway, removed |
|
@rvagner78: |
|
/pj-rehearse pull-ci-openshift-csi-operator-release-5.0-e2e-gcd-csi |
|
@rvagner78: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-openshift-csi-operator-release-5.0-e2e-gcd-csi |
|
@rvagner78: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/retest |
|
/pj-rehearse pull-ci-openshift-csi-operator-release-5.0-e2e-gcd-csi |
|
@rvagner78: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
/pj-rehearse ack |
|
@rvagner78: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jsafrane, rochacbruno, rvagner78 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 |
|
@rvagner78: 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. |
Add CSI storage certification workflow for Google Cloud Dedicated (GCD).
openshift-e2e-gcd-csithat reuses existing CSI test infrastructure with GCD cluster provisioningCOMPUTE_DISK_TYPE: hyperdisk-balancedto select the correct CSI driver test manifest (GCD only supports hyperdisk-balanced disks)e2e-gcd-csiadded to csi-operator release-5.0 config (optional: true,always_run: false)Summary by CodeRabbit
csi-operatorrelease-5.0 on Google Cloud Dedicated clusters.openshift-e2e-gcd-csiworkflow with GCP PD CSI manifests andhyperdisk-balanceddisks.