Add IBM Fusion Access CNV CI configurations for OCP 4.20/4.21#74896
Add IBM Fusion Access CNV CI configurations for OCP 4.20/4.21#74896amp-rh wants to merge 5 commits intoopenshift:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: amp-rh 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 |
Standardize bash headers to `set -eux -o pipefail; shopt -s inherit_errexit`, replace echo with `: 'marker'` where set -x is active, replace sleep with oc wait, add FA__* env var prefixes, remove error suppression patterns, and update shared-lib with JUnit helper functions. These base steps are not currently referenced by any CI job. Co-authored-by: Cursor <cursoragent@cursor.com>
Apply reviewer-requested improvements to all existing interop-tests ibm-fusion-access step scripts: standardize bash headers, replace echo with colon markers, use oc wait instead of sleep, add FA__* env var prefixes, remove error suppression, and update ref.yaml documentation. No new steps, deleted steps, or chain changes are included. Co-authored-by: Cursor <cursoragent@cursor.com>
…d-filesystem New steps: - create-aws-multiattach-ebs: creates multi-attach io2 EBS volumes for GPFS - prepare-host-paths: prepares host paths for GPFS kernel module binaries - restart-daemon-pods: restarts GPFS daemon pods after config changes - verify-gpfs-daemons: verifies all GPFS daemons reach active state Removed step: - create-shared-filesystem: functionality absorbed into create-ebs-filesystem Co-authored-by: Cursor <cursoragent@cursor.com>
Update chain definitions to use the new steps: - environment-setup-chain: add prepare-host-paths, reorder steps - ebs-integration-chain: use create-aws-multiattach-ebs and verify-gpfs-daemons - cnv-test-chain: remove documentation field per reviewer preference Co-authored-by: Cursor <cursoragent@cursor.com>
New test configurations: - ibm-fusion-access-cnv-ocp4.20-lp-interop (regular + custom resource) - ibm-fusion-access-cnv-ocp4.21-lp-interop (regular + custom resource) Updated existing operator configs for ocp4.20 and ocp4.21: - Update must-gather image to v5.2.3.5 - Switch compute nodes to c6in.metal - Add FA__* env var prefixes - Restructure pre/post/test chains Also includes auto-generated job files for periodics and presubmits. Co-authored-by: Cursor <cursoragent@cursor.com>
7926bd5 to
97d1750
Compare
|
@amp-rh: The following test 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
Part 5 of 5 in the IBM Fusion Access CNV CI configuration series.
Depends on: #74895
Made with Cursor