Skip to content

Improve script quality for base ibm-fusion-access step registry steps#74892

Open
amp-rh wants to merge 1 commit intoopenshift:mainfrom
amp-rh:pr1-base-step-quality
Open

Improve script quality for base ibm-fusion-access step registry steps#74892
amp-rh wants to merge 1 commit intoopenshift:mainfrom
amp-rh:pr1-base-step-quality

Conversation

@amp-rh
Copy link
Contributor

@amp-rh amp-rh commented Feb 13, 2026

Summary

  • Standardize bash headers to set -eux -o pipefail; shopt -s inherit_errexit across all base ibm-fusion-access/ step scripts
  • Replace echo with : 'marker' where set -x is active, replace sleep with oc wait, add FA__* env var prefixes, and remove error suppression patterns
  • Update shared-lib with JUnit helper functions (add_test_result, generate_junit_xml)

Part 1 of 5 in the IBM Fusion Access CNV CI configuration series.

Made with Cursor

@openshift-ci openshift-ci bot requested review from etirta and oharan2 February 13, 2026 20:32
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 13, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: amp-rh

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 13, 2026
@openshift-ci-robot openshift-ci-robot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Feb 13, 2026
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>
@amp-rh amp-rh force-pushed the pr1-base-step-quality branch from c13aefd to 7683483 Compare February 13, 2026 21:13
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 13, 2026

@amp-rh: all tests passed!

Full PR test history. Your PR dashboard.

Details

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 kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants