-
Notifications
You must be signed in to change notification settings - Fork 2.4k
ROSAENG-14693 | fix: adding backplane config for ROSA E2E job #84036
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -42,6 +42,11 @@ ref: | |
| documentation: |- | ||
| Prow-only: backplane login to Hive for osdfm AAO kubeconfig. | ||
| False when Tekton/Jenkins supply vault or a mounted kubeconfig. | ||
| - name: OCM_FVT_SKIP_BACKPLANE_LOGIN | ||
| default: "false" | ||
| documentation: |- | ||
| Skip backplane CLI install and login while still loading credentials. | ||
| Useful when the job only needs backplane credentials without a live session. | ||
|
Comment on lines
+45
to
+49
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win 🔎 Supported by static analysis🏁 Script executed: #!/bin/bash
set -eu
for f in \
ci-operator/step-registry/rosa/e2e/ocm-fvt/rosa-e2e-ocm-fvt-ref.yaml \
ci-operator/step-registry/rosa/e2e/ocm-fvt/rosa-e2e-ocm-fvt-commands.sh
do
echo "===== $f ====="
cat -n "$f"
done
echo "===== related credential and nested-test references ====="
rg -n -C 4 \
'OCM_FVT_SKIP_BACKPLANE_LOGIN|backplane|ocmtest|rosa-clusters-service-sandbox|credential|secret' \
ci-operator/step-registry/rosa/e2e/ocm-fvtRepository: openshift/release Length of output: 50373 🏁 Script executed: #!/bin/bash
set -eu
echo "===== backplane credential references ====="
rg -n -C 5 \
'rosa-clusters-service-sandbox|BACKPLANE_CLIENT_ID|BACKPLANE_CLIENT_SECRET|OCM_FVT_SKIP_BACKPLANE_LOGIN' \
--glob '*.yaml' --glob '*.yml' --glob '*.sh' \
ci-operator/step-registry
echo "===== nested-podman credential contract examples ====="
rg -n -C 6 \
'nested_podman: true|credentials:|mount_path:.*backplane|--env-file|BACKPLANE_' \
ci-operator/step-registry/rosa \
--glob '*-ref.yaml' --glob '*-commands.sh' \
| head -n 240Repository: openshift/release Length of output: 35873 🏁 Script executed: #!/bin/bash
set -eu
echo "===== callers and job configuration ====="
rg -n -C 8 \
'rosa-e2e-ocm-fvt|OCM_FVT_USE_BACKPLANE|OCM_FVT_SKIP_BACKPLANE_LOGIN|BACKPLANE_CLIENT_ID|BACKPLANE_CLIENT_SECRET' \
ci-operator/jobs ci-operator/config \
--glob '*.yaml' --glob '*.yml' \
| head -n 320
echo "===== complete longrunning credential declaration ====="
cat -n ci-operator/step-registry/rosa/e2e/ocm-fvt/longrunning/rosa-e2e-ocm-fvt-longrunning-ref.yaml \
| sed -n '1,75p'Repository: openshift/release Length of output: 46872 Mount and forward Backplane credentials in skip mode. When 📍 Affects 2 files
🤖 Prompt for AI AgentsSource: MCP tools |
||
| - name: OCM_FVT_BACKPLANE_CLUSTER_ID | ||
| default: "1g268u7pp694gj152nj16me4sv615lpv" | ||
| documentation: |- | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟠 Major | ⚡ Quick win
🔎 Supported by static analysis
🏁 Script executed:
Repository: openshift/release
Length of output: 30115
🏁 Script executed:
Repository: openshift/release
Length of output: 36739
🏁 Script executed:
Repository: openshift/release
Length of output: 1575
🏁 Script executed:
Repository: openshift/release
Length of output: 1526
🏁 Script executed:
Repository: openshift/release
Length of output: 1836
Run
make updatefor this CI configuration change. The target regenerates the CI and Prow configuration outputs. Commit the generated results and do not hand-editzz_generated_metadata.🤖 Prompt for AI Agents
Source: Coding guidelines