Skip to content

4 - #82664

Open
TimurMP wants to merge 11 commits into
openshift:mainfrom
TimurMP:ibi420
Open

4#82664
TimurMP wants to merge 11 commits into
openshift:mainfrom
TimurMP:ibi420

Conversation

@TimurMP

@TimurMP TimurMP commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • Added disconnected IBI target-hub deployment and configuration steps.
  • Added spoke-operator mirroring for the telcov10n CNF/RAN workflow.
  • Wired the new steps into the IBI workflow.
  • Updated IBI 4.20 resources, spoke operators, and ZTP_GIT_REPO settings.
  • Renamed GITLAB_REPO_URL to ZTP_GIT_REPO in related telcov10n steps.
  • Updated target-hub secret references and ownership metadata.
  • Disabled the workflow post wait step.

@coderabbitai

coderabbitai Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Note

Reviews paused

It 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 reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Pro Plus

Run ID: 69784a5c-c794-45ce-abb5-200a537ed5cc

📥 Commits

Reviewing files that changed from the base of the PR and between 0389286 and 377f38b.

📒 Files selected for processing (1)
  • ci-operator/config/openshift-kni/eco-ci-cd/openshift-kni-eco-ci-cd-main__cnf-ran-ibi-4.20.yaml
🚧 Files skipped from review as they are similar to previous changes (1)
  • ci-operator/config/openshift-kni/eco-ci-cd/openshift-kni-eco-ci-cd-main__cnf-ran-ibi-4.20.yaml

Walkthrough

The CNF-RAN IBI workflow now deploys and configures a target hub, mirrors spoke operators from shared inventory state, and updates repository and operator environment wiring. The workflow also disables the post-step wait.

Changes

CNF-RAN IBI workflow

Layer / File(s) Summary
Target hub deployment
ci-operator/step-registry/telcov10n/functional/cnf-ran/ibi-target-hub-deploy/...
Adds inventory generation, target hub deployment, shared inventory output, and target hub version detection.
Target hub configuration
ci-operator/step-registry/telcov10n/functional/cnf-ran/ibi-target-hub-config/...
Adds inventory processing, Ansible access setup, hub operator deployment, and sequential platform configuration playbooks.
Spoke operator mirroring
ci-operator/step-registry/telcov10n/functional/cnf-ran/ibi-target-mirror-spoke-operators/...
Adds disconnected spoke-operator mirroring from shared target hub inventory using SPOKE_OPERATORS.
Workflow and repository wiring
ci-operator/config/openshift-kni/eco-ci-cd/..., ci-operator/step-registry/telcov10n/functional/cnf-ran/ibi/..., ci-operator/step-registry/telcov10n/functional/cnf-ran/hub-config/...
Activates target hub pre-steps, disables the post wait, renames the GitOps repository variable to ZTP_GIT_REPO, and removes obsolete PTP repository settings.

Estimated code review effort: 4 (Complex) | ~45 minutes

Sequence Diagram(s)

sequenceDiagram
  participant Workflow
  participant TargetHubDeploy
  participant TargetHubConfig
  participant MirrorSpokeOperators
  participant SharedDir
  participant Ansible

  Workflow->>TargetHubDeploy: deploy target hub
  TargetHubDeploy->>Ansible: run deploy-ocp-sno.yml
  Ansible->>SharedDir: write inventory and cluster_name
  Workflow->>TargetHubConfig: configure target hub
  TargetHubConfig->>Ansible: configure operators and platform services
  Workflow->>MirrorSpokeOperators: mirror spoke operators
  MirrorSpokeOperators->>SharedDir: read target hub inventory
  MirrorSpokeOperators->>Ansible: run disconnected operator mirroring
Loading

Suggested labels: rehearsals-ack

Suggested reviewers: xueqzhan, rdiazcam


Important

Pre-merge checks failed

Please resolve all errors before merging. Addressing warnings is optional.

❌ Failed checks (1 error, 1 inconclusive)

Check name Status Explanation Resolution
No-Sensitive-Data-In-Logs ❌ Error New scripts write dynamic internal cluster names to CI logs and echo the full HUB_OPERATORS JSON; these values are not redacted. Remove CLUSTER_NAME/TARGET_CLUSTER_NAME and HUB_OPERATORS from log messages, or log fixed status text and redact variable values.
Title check ❓ Inconclusive The title "4" is too vague and does not identify the IBI 4.20 workflow changes. Use a concise title that describes the main change, such as enabling the IBI 4.20 target hub workflow.
✅ Passed checks (13 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed The PR changes only YAML, JSON, shell, and config files; no Ginkgo test source or It/Describe/Context/When test title exists in the changed paths.
Test Structure And Quality ✅ Passed The PR changes only YAML, JSON, and shell files; searches found no Ginkgo test code or Ginkgo assertions, so these test-quality requirements are not applicable.
Microshift Test Compatibility ✅ Passed The PR adds only CI YAML, metadata, and shell scripts; it adds no Go or Ginkgo e2e tests, so MicroShift API compatibility checks do not apply.
Single Node Openshift (Sno) Test Compatibility ✅ Passed The full PR range changes only YAML, shell, JSON, and OWNERS files; it adds no Ginkgo e2e tests or It/Describe/Context/When declarations, so the SNO check is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed The PR adds CI workflow/scripts and operator lists; its diff contains no affinity, topology spread, node selectors, tolerations, replica, PDB, or scheduling manifest changes.
Ote Binary Stdout Contract ✅ Passed The actual patch changes only one YAML CI configuration; it adds no Go OTE binary, suite setup, or process-level stdout write.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The full PR diff adds or changes only YAML, shell, JSON, and OWNERS files; it contains no Go/Ginkgo test paths or Ginkgo declarations.
No-Weak-Crypto ✅ Passed The PR diff contains no MD5, SHA1, DES, RC4, 3DES, Blowfish, ECB, custom crypto, or secret/token comparison patterns; SSH use only reads an inventory key.
Container-Privileges ✅ Passed The complete PR diff has no privileged, hostPID, hostNetwork, hostIPC, SYS_ADMIN, allowPrivilegeEscalation, securityContext, or root settings; “capabilities: intranet” is Prow metadata.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 30, 2026
@openshift-ci
openshift-ci Bot requested review from rdiazcam and xueqzhan July 30, 2026 11:35

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In
`@ci-operator/step-registry/telcov10n/functional/cnf-ran/ibi/telcov10n-functional-cnf-ran-ibi-workflow.yaml`:
- Around line 14-19: Update the workflow documentation around the
telcov10n-functional-cnf-ran-ibi workflow to reflect that the seed hub
deploy/configuration phases and post wait are disabled. Remove or clearly
annotate the commented references to telcov10n-functional-cnf-ran-hub-deploy,
telcov10n-functional-cnf-ran-hub-config, and wait so they are not presented as
active steps.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Pro Plus

Run ID: 8b1bc629-f87d-4183-a2fd-3b5f506c3865

📥 Commits

Reviewing files that changed from the base of the PR and between f6962e5 and 0983547.

📒 Files selected for processing (2)
  • ci-operator/config/openshift-kni/eco-ci-cd/openshift-kni-eco-ci-cd-main__cnf-ran-ibi-4.20.yaml
  • ci-operator/step-registry/telcov10n/functional/cnf-ran/ibi/telcov10n-functional-cnf-ran-ibi-workflow.yaml

@TimurMP

TimurMP commented Jul 30, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-ibi-4.20-cnf-ran-ibi-tests

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@TimurMP: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

TimurMP and others added 3 commits July 30, 2026 16:07
Create telcov10n-functional-cnf-ran-ibi-target-hub-deploy step that deploys
the IBI target hub (kni-qe-128) at VERSION using the same deploy-ocp-sno.yml
ansible playbook as the IBU target hub deploy. The commands.sh is reused as-is
since it is fully parameterized via TARGET_CLUSTER_NAME. The ref.yaml mounts
kni-qe-128 secrets with helix107 as the hypervisor (shared KVM host with
kni-qe-127). Wire the new step into the IBI workflow pre phase.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Create telcov10n-functional-cnf-ran-ibi-target-hub-config step that installs
ACM 2.15, MCE 2.10, LSO, GitOps, and TALM on the IBI target hub (kni-qe-128).
commands.sh reused verbatim from ibu-target-hub-config — it reads cluster_name
from SHARED_DIR (written by ibi-target-hub-deploy) so no cluster-specific
credentials are needed. LCA/OADP are omitted from the target hub's HUB_OPERATORS
since those are deployed on the seed spoke via ZTP. Wire step into IBI workflow
pre phase after ibi-target-hub-deploy.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Create telcov10n-functional-cnf-ran-ibi-target-mirror-spoke-operators step
that mirrors spoke operators to the IBI target hub (kni-qe-128) disconnected
registry. Unlike the IBU equivalent which mirrors two versions (pre- and
post-upgrade), IBI only needs a single mirror pass at VERSION since the target
spoke installs fresh via IBI ISO rather than upgrading. Reads cluster identity
and inventory from SHARED_DIR written by ibi-target-hub-deploy. Wire step into
IBI workflow pre phase after ibi-target-hub-config.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@openshift-ci

openshift-ci Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: TimurMP

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-merge-bot

Copy link
Copy Markdown
Contributor

@TimurMP: pj-rehearse could not automatically process this event because the request waited in queue for longer than 5 minutes. Use /pj-rehearse to trigger rehearsals manually.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In
`@ci-operator/step-registry/telcov10n/functional/cnf-ran/ibi-target-hub-config/telcov10n-functional-cnf-ran-ibi-target-hub-config-commands.sh`:
- Around line 2-3: Enable nounset by replacing the separate shell options with
set -euo pipefail in both
ci-operator/step-registry/telcov10n/functional/cnf-ran/ibi-target-hub-config/telcov10n-functional-cnf-ran-ibi-target-hub-config-commands.sh
lines 2-3 and
ci-operator/step-registry/telcov10n/functional/cnf-ran/ibi-target-mirror-spoke-operators/telcov10n-functional-cnf-ran-ibi-target-mirror-spoke-operators-commands.sh
lines 2-3.

In
`@ci-operator/step-registry/telcov10n/functional/cnf-ran/ibi-target-hub-deploy/telcov10n-functional-cnf-ran-ibi-target-hub-deploy-commands.sh`:
- Around line 25-31: Update the inventory generation loop that writes
"${dest_file}" to detect multiline file contents and emit them as YAML block
scalars using | or |-, preserving each newline for values such as
ansible_ssh_private_key. Keep the existing quoted scalar output for single-line
files and continue skipping filenames containing "secretsync-vault-source-path".
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Pro Plus

Run ID: f2ab6de5-97aa-4057-9566-13513c345dc3

📥 Commits

Reviewing files that changed from the base of the PR and between 0983547 and 5554858.

📒 Files selected for processing (11)
  • ci-operator/config/openshift-kni/eco-ci-cd/openshift-kni-eco-ci-cd-main__cnf-ran-ibi-4.20.yaml
  • ci-operator/step-registry/telcov10n/functional/cnf-ran/ibi-target-hub-config/OWNERS
  • ci-operator/step-registry/telcov10n/functional/cnf-ran/ibi-target-hub-config/telcov10n-functional-cnf-ran-ibi-target-hub-config-commands.sh
  • ci-operator/step-registry/telcov10n/functional/cnf-ran/ibi-target-hub-config/telcov10n-functional-cnf-ran-ibi-target-hub-config-ref.yaml
  • ci-operator/step-registry/telcov10n/functional/cnf-ran/ibi-target-hub-deploy/OWNERS
  • ci-operator/step-registry/telcov10n/functional/cnf-ran/ibi-target-hub-deploy/telcov10n-functional-cnf-ran-ibi-target-hub-deploy-commands.sh
  • ci-operator/step-registry/telcov10n/functional/cnf-ran/ibi-target-hub-deploy/telcov10n-functional-cnf-ran-ibi-target-hub-deploy-ref.yaml
  • ci-operator/step-registry/telcov10n/functional/cnf-ran/ibi-target-mirror-spoke-operators/OWNERS
  • ci-operator/step-registry/telcov10n/functional/cnf-ran/ibi-target-mirror-spoke-operators/telcov10n-functional-cnf-ran-ibi-target-mirror-spoke-operators-commands.sh
  • ci-operator/step-registry/telcov10n/functional/cnf-ran/ibi-target-mirror-spoke-operators/telcov10n-functional-cnf-ran-ibi-target-mirror-spoke-operators-ref.yaml
  • ci-operator/step-registry/telcov10n/functional/cnf-ran/ibi/telcov10n-functional-cnf-ran-ibi-workflow.yaml
🚧 Files skipped from review as they are similar to previous changes (1)
  • ci-operator/config/openshift-kni/eco-ci-cd/openshift-kni-eco-ci-cd-main__cnf-ran-ibi-4.20.yaml

Comment on lines +2 to +3
set -e
set -o pipefail

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🩺 Stability & Availability | 🟡 Minor | ⚡ Quick win

Enable nounset in both step scripts.

Unset variables currently expand silently, allowing malformed playbook arguments or paths to proceed.

  • ci-operator/step-registry/telcov10n/functional/cnf-ran/ibi-target-hub-config/telcov10n-functional-cnf-ran-ibi-target-hub-config-commands.sh#L2-L3: replace the separate options with set -euo pipefail.
  • ci-operator/step-registry/telcov10n/functional/cnf-ran/ibi-target-mirror-spoke-operators/telcov10n-functional-cnf-ran-ibi-target-mirror-spoke-operators-commands.sh#L2-L3: replace the separate options with set -euo pipefail.
📍 Affects 2 files
  • ci-operator/step-registry/telcov10n/functional/cnf-ran/ibi-target-hub-config/telcov10n-functional-cnf-ran-ibi-target-hub-config-commands.sh#L2-L3 (this comment)
  • ci-operator/step-registry/telcov10n/functional/cnf-ran/ibi-target-mirror-spoke-operators/telcov10n-functional-cnf-ran-ibi-target-mirror-spoke-operators-commands.sh#L2-L3
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In
`@ci-operator/step-registry/telcov10n/functional/cnf-ran/ibi-target-hub-config/telcov10n-functional-cnf-ran-ibi-target-hub-config-commands.sh`
around lines 2 - 3, Enable nounset by replacing the separate shell options with
set -euo pipefail in both
ci-operator/step-registry/telcov10n/functional/cnf-ran/ibi-target-hub-config/telcov10n-functional-cnf-ran-ibi-target-hub-config-commands.sh
lines 2-3 and
ci-operator/step-registry/telcov10n/functional/cnf-ran/ibi-target-mirror-spoke-operators/telcov10n-functional-cnf-ran-ibi-target-mirror-spoke-operators-commands.sh
lines 2-3.

Source: Coding guidelines

Comment on lines +25 to +31
find "$directory" -type f | while IFS= read -r filename; do
if [[ $filename == *"secretsync-vault-source-path"* ]]; then
continue
else
echo "$(basename "${filename}")": \'"$(cat "$filename")"\'
fi
done > "${dest_file}"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟠 Major | ⚡ Quick win

Preserve multiline inventory values as YAML block scalars.

ansible_ssh_private_key is processed from the common all credentials, but this emits it as a quoted multiline scalar. YAML folds those newlines, corrupting the private key used by the deployment inventory. Handle multiline content as |/|-, as the target-hub config step already does.

Proposed fix
-      echo "$(basename "${filename}")": \'"$(cat "$filename")"\'
+      content=$(<"$filename")
+      varname=$(basename "${filename}")
+      if [[ "$content" == *$'\n'* ]]; then
+        printf '%s: |-\n' "$varname"
+        printf '%s\n' "$content" | sed 's/^/  /'
+      else
+        printf "%s: '%s'\n" "$varname" "${content//\'/\'\'}"
+      fi
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
find "$directory" -type f | while IFS= read -r filename; do
if [[ $filename == *"secretsync-vault-source-path"* ]]; then
continue
else
echo "$(basename "${filename}")": \'"$(cat "$filename")"\'
fi
done > "${dest_file}"
find "$directory" -type f | while IFS= read -r filename; do
if [[ $filename == *"secretsync-vault-source-path"* ]]; then
continue
else
content=$(<"$filename")
varname=$(basename "${filename}")
if [[ "$content" == *$'\n'* ]]; then
printf '%s: |-\n' "$varname"
printf '%s\n' "$content" | sed 's/^/ /'
else
printf "%s: '%s'\n" "$varname" "${content//\'/\'\'}"
fi
fi
done > "${dest_file}"
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In
`@ci-operator/step-registry/telcov10n/functional/cnf-ran/ibi-target-hub-deploy/telcov10n-functional-cnf-ran-ibi-target-hub-deploy-commands.sh`
around lines 25 - 31, Update the inventory generation loop that writes
"${dest_file}" to detect multiline file contents and emit them as YAML block
scalars using | or |-, preserving each newline for values such as
ansible_ssh_private_key. Keep the existing quoted scalar output for single-line
files and continue skipping filenames containing "secretsync-vault-source-path".

TimurMP and others added 2 commits July 30, 2026 17:14
Standardize the ZTP repository URL parameter name to ZTP_GIT_REPO in
hub-config and ibi-target-hub-config refs and commands.sh. Update all
PTP CI config files (4.14, 4.16, 4.18, 4.19, 4.20, 4.22, 5.0) to use
ZTP_GIT_REPO. Remove invalid workflow-level env block and drop ZTP_GIT_BRANCH
from IBI CI config until a step that consumes it is created.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@TimurMP

TimurMP commented Jul 30, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-ibi-4.20-cnf-ran-ibi-tests

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@TimurMP: your /pj-rehearse request was not processed because the request waited in queue for longer than 5 minutes. Please retry in a few minutes.

@TimurMP

TimurMP commented Jul 30, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-ibi-4.20-cnf-ran-ibi-tests

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@TimurMP: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

kni-qe-127/128 follow a different secret naming convention than kni-qe-109
(IBU source): master0 and group_vars secrets include 'hub' in the name.
Correct three wrong names modeled after kni-qe-109 pattern:
  telcov10n-ansible-kni-qe-128-master0       → telcov10n-ansible-hub-kni-qe-128
  telcov10n-ansible-group-kni-qe-128-nodes   → telcov10n-ansible-group-hub-kni-qe-128-nodes
  telcov10n-ansible-group-kni-qe-128-masters → telcov10n-ansible-group-hub-kni-qe-128-masters

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@TimurMP

TimurMP commented Jul 30, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-ibi-4.20-cnf-ran-ibi-tests

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@TimurMP: your /pj-rehearse request was not processed because the request waited in queue for longer than 5 minutes. Please retry in a few minutes.

@TimurMP

TimurMP commented Jul 30, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-ibi-4.20-cnf-ran-ibi-tests

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@TimurMP: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@TimurMP

TimurMP commented Jul 31, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-ibi-4.20-cnf-ran-ibi-tests

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@TimurMP: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@TimurMP: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-ptp-sno-4.20-cnf-ran-ptp-tests N/A periodic Ci-operator config changed
periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-two-sno-5.0-cnf-ran-ztp-tests N/A periodic Registry content changed
periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-ptp-gm-4.22-cnf-ran-ztp-tests N/A periodic Registry content changed
periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-ibu-4.16-cnf-ran-ztp-tests N/A periodic Registry content changed
periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-sno-day2-worker-4.14-cnf-ran-ztp-tests N/A periodic Registry content changed
periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-two-sno-4.21-cnf-ran-ztp-tests N/A periodic Registry content changed
periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-ibu-5.0-cnf-ran-ztp-tests N/A periodic Registry content changed
periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-ibu-4.20-cnf-ran-ztp-tests N/A periodic Registry content changed
periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-two-sno-4.18-cnf-ran-ztp-tests N/A periodic Registry content changed
periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-ptp-gm-4.16-cnf-ran-ztp-tests N/A periodic Registry content changed
periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-ptp-sno-4.16-cnf-ran-ptp-tests N/A periodic Ci-operator config changed
periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-two-sno-4.22-cnf-ran-ztp-tests N/A periodic Registry content changed
periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-ptp-gm-4.19-cnf-ran-ztp-tests N/A periodic Registry content changed
periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-ibu-4.18-cnf-ran-ztp-tests N/A periodic Registry content changed
periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-ptp-gm-4.20-cnf-ran-ztp-tests N/A periodic Registry content changed
periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-ptp-gm-4.18-cnf-ran-ztp-tests N/A periodic Registry content changed
periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-ibi-4.20-cnf-ran-ibi-tests N/A periodic Ci-operator config changed
periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-two-sno-4.14-cnf-ran-ztp-tests N/A periodic Registry content changed
periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-sno-day2-worker-4.18-cnf-ran-ztp-tests N/A periodic Registry content changed
periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-ptp-gm-4.14-cnf-ran-ztp-tests N/A periodic Registry content changed
periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-two-sno-4.20-cnf-ran-ztp-tests N/A periodic Registry content changed
periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-ptp-sno-4.18-cnf-ran-ptp-tests N/A periodic Ci-operator config changed
periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-ibu-4.22-cnf-ran-ztp-tests N/A periodic Registry content changed
periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-sno-day2-worker-4.16-cnf-ran-ztp-tests N/A periodic Registry content changed
periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-ptp-sno-4.22-cnf-ran-ptp-tests N/A periodic Ci-operator config changed

A total of 32 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs.

A full list of affected jobs can be found here

Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@TimurMP

TimurMP commented Jul 31, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-ibi-4.20-cnf-ran-ibi-tests

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@TimurMP: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-ci

openshift-ci Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

@TimurMP: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/rehearse/periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-ibi-4.20-cnf-ran-ibi-tests 377f38b link unknown /pj-rehearse periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-ibi-4.20-cnf-ran-ibi-tests

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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant