Skip to content

Refactor nto lanes#79374

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
eifrach:refactor_nto_lanes
May 18, 2026
Merged

Refactor nto lanes#79374
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
eifrach:refactor_nto_lanes

Conversation

@eifrach
Copy link
Copy Markdown
Contributor

@eifrach eifrach commented May 17, 2026

Refactor NTO Test Lanes

This PR refactors the TelCo v10n compute-nto (Network Tuning Operator) CI test infrastructure by consolidating cluster configurations and improving artifact collection.

Cluster Configuration Updates

The changes remove references to two older test clusters (hlxcl51 and hlxcl52) and introduce support for a new cluster (helix17) across the compute-nto test pipeline. Both the cleanup and OCP deployment step manifests now include complete credential mounts for the helix17 cluster, covering:

  • Group variables (masters, workers, nodes)
  • Host variables (bastion, master0-2, worker0-1)
  • Hypervisor access (ocp-edge92)

The hlxcl15 cluster remains as the primary test target.

Deployment Flow Simplification

The OCP deployment pipeline no longer runs a separate cluster cleanup step before deploying new OCP instances. The cleanup functionality has been removed from the ocp-deploy-commands.sh script, streamlining the deployment workflow.

Resource and Artifact Improvements

  • CPU requests increased: Cleanup step (100m → 200m) and OCP deploy step (100m → 500m) to accommodate increased workload requirements
  • Test artifact collection enhanced: The eco-gotests step now captures the NTO test runner script (/tmp/gotest/run_gotests.sh) from the bastion host into the artifacts directory via scp, improving debuggability and test artifact completeness
  • Minor code cleanup: Removed debug ls -la command from the gotest script

These changes consolidate the test infrastructure toward a more streamlined configuration focused on helix17 while maintaining hlxcl15 as an active test lane.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 17, 2026

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: Enterprise

Run ID: 7b19affa-9f7f-4690-97c4-4c1189e9a47f

📥 Commits

Reviewing files that changed from the base of the PR and between 3697852 and da9215c.

📒 Files selected for processing (5)
  • ci-operator/step-registry/telcov10n/functional/compute-nto/cleanup-old-clusters/telcov10n-functional-compute-nto-cleanup-old-clusters-ref.yaml
  • ci-operator/step-registry/telcov10n/functional/compute-nto/config/telcov10n-functional-compute-nto-config-commands.sh
  • ci-operator/step-registry/telcov10n/functional/compute-nto/eco-gotests/telcov10n-functional-compute-nto-eco-gotests-commands.sh
  • ci-operator/step-registry/telcov10n/functional/compute-nto/ocp-deploy/telcov10n-functional-compute-nto-ocp-deploy-commands.sh
  • ci-operator/step-registry/telcov10n/functional/compute-nto/ocp-deploy/telcov10n-functional-compute-nto-ocp-deploy-ref.yaml
🚧 Files skipped from review as they are similar to previous changes (3)
  • ci-operator/step-registry/telcov10n/functional/compute-nto/config/telcov10n-functional-compute-nto-config-commands.sh
  • ci-operator/step-registry/telcov10n/functional/compute-nto/ocp-deploy/telcov10n-functional-compute-nto-ocp-deploy-commands.sh
  • ci-operator/step-registry/telcov10n/functional/compute-nto/eco-gotests/telcov10n-functional-compute-nto-eco-gotests-commands.sh

Walkthrough

This PR updates the telcov10n functional compute-nto CI pipeline infrastructure: migrating cluster configuration from hlxcl51/hlxcl52 to helix17 across step manifests, scaling CPU resource requests, simplifying deployment orchestration by removing the cleanup step from deploy flow, and enhancing test artifact collection.

Changes

TelcoV10N Compute-NTO Cluster Migration and Orchestration

Layer / File(s) Summary
Cluster Credential Configuration Updates
ci-operator/step-registry/telcov10n/functional/compute-nto/cleanup-old-clusters/telcov10n-functional-compute-nto-cleanup-old-clusters-ref.yaml, ci-operator/step-registry/telcov10n/functional/compute-nto/ocp-deploy/telcov10n-functional-compute-nto-ocp-deploy-ref.yaml
Cleanup-old-clusters manifest increases CPU request from 100m to 200m and updates credentials: removes hlxcl51/hlxcl52 mounts and adds helix17 cluster configuration with group variables, host variables, and hypervisor mounts. Ocp-deploy manifest increases CPU request from 100m to 500m, adds hlxcl15 comment marker for clarity, removes hlxcl51-sno/hlxcl52 mounts, and adds matching helix17 credential block.
Deployment Flow Simplification
ci-operator/step-registry/telcov10n/functional/compute-nto/ocp-deploy/telcov10n-functional-compute-nto-ocp-deploy-commands.sh, ci-operator/step-registry/telcov10n/functional/compute-nto/config/telcov10n-functional-compute-nto-config-commands.sh
Ocp-deploy-commands.sh removes the "Clean old clusters" ansible-playbook call, allowing deployment to proceed directly after directory change with formatting adjustment. Config-commands.sh adds blank line before ansible-playbook invocation.
Test Runner Script Artifact Collection
ci-operator/step-registry/telcov10n/functional/compute-nto/eco-gotests/telcov10n-functional-compute-nto-eco-gotests-commands.sh
Eco-gotests-commands.sh adds scp step to copy /tmp/gotest/run_gotests.sh from bastion to artifacts directory post-execution and removes pre-conditional ls -la debug listing.

🎯 2 (Simple) | ⏱️ ~12 minutes

Suggested labels

rehearsals-ack

Suggested reviewers

  • TimurMP
🚥 Pre-merge checks | ✅ 10 | ❌ 2

❌ Failed checks (1 warning, 1 inconclusive)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
Title check ❓ Inconclusive The title 'Refactor nto lanes' is vague and does not clearly convey the specific technical changes made in this pull request. Use a more descriptive title that specifies the key changes, such as 'Update NTO compute lane configurations and credentials' or 'Remove hlxcl51/hlxcl52 credentials and add helix17 support to NTO lanes'.
✅ Passed checks (10 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
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 This PR modifies CI/CD configuration (YAML files) and shell scripts, not Go test files. No Ginkgo test names (It(), Describe(), Context(), When() patterns) were found in the changes.
Test Structure And Quality ✅ Passed Check not applicable: PR modifies only CI operator YAML configs and shell scripts, containing no Ginkgo test code for review.
Microshift Test Compatibility ✅ Passed PR modifies CI/CD infrastructure files (YAML configs and shell scripts) only. No Ginkgo e2e test code is added, so the MicroShift Test Compatibility check does not apply.
Single Node Openshift (Sno) Test Compatibility ✅ Passed No new Ginkgo e2e tests are added. Changes are CI/CD configuration only (YAML, shell scripts). SNO compatibility check is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed PR modifies CI test infrastructure in ci-operator/step-registry, not deployment manifests or operator code. No topology-aware scheduling constraints introduced affecting SNO, TNF, TNA, or HyperShift.
Ote Binary Stdout Contract ✅ Passed OTE check not applicable. PR modifies only YAML CI config and bash scripts—no Go code. Check targets Go test binaries with openshift-tests JSON stdout communication.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed No Ginkgo e2e tests added. PR contains only CI/CD infrastructure changes (YAML configs and shell scripts). IPv6 compatibility check does not apply.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Warning

Review ran into problems

🔥 Problems

Git: Failed to clone repository. Please run the @coderabbitai full review command to re-trigger a full review. If the issue persists, set path_filters to include or exclude specific files.


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 and usage tips.

@openshift-ci openshift-ci Bot requested review from TimurMP and neisw May 17, 2026 12:35
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 17, 2026
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

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/compute-nto/eco-gotests/telcov10n-functional-compute-nto-eco-gotests-commands.sh`:
- Around line 113-115: Make the artifact copy of run_gotests.sh best-effort: the
scp command that uses "${BASTION_USER}@${BASTION_IP}":/tmp/gotest/run_gotests.sh
-> "${ARTIFACT_DIR}/run_gotests.sh" should not abort the whole script under set
-e; change the invocation so failures are trapped and only emit a warning (e.g.,
run scp and if it fails, echo a clear warning including BASTION_IP/ARTIFACT_DIR
and continue), or temporarily disable errexit around that scp invocation and
restore it afterward; ensure the warning includes the scp exit code or message
so troubleshooting is possible.
🪄 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: Enterprise

Run ID: 8e9d9014-b9cb-4243-887e-3f4a9d9fbc9b

📥 Commits

Reviewing files that changed from the base of the PR and between c539bfc and 88e8569.

📒 Files selected for processing (6)
  • ci-operator/config/openshift-kni/eco-ci-cd/openshift-kni-eco-ci-cd-main__compute-nto.yaml
  • ci-operator/step-registry/telcov10n/functional/compute-nto/cleanup-old-clusters/telcov10n-functional-compute-nto-cleanup-old-clusters-ref.yaml
  • ci-operator/step-registry/telcov10n/functional/compute-nto/config/telcov10n-functional-compute-nto-config-commands.sh
  • ci-operator/step-registry/telcov10n/functional/compute-nto/eco-gotests/telcov10n-functional-compute-nto-eco-gotests-commands.sh
  • ci-operator/step-registry/telcov10n/functional/compute-nto/ocp-deploy/telcov10n-functional-compute-nto-ocp-deploy-commands.sh
  • ci-operator/step-registry/telcov10n/functional/compute-nto/ocp-deploy/telcov10n-functional-compute-nto-ocp-deploy-ref.yaml
💤 Files with no reviewable changes (1)
  • ci-operator/step-registry/telcov10n/functional/compute-nto/cleanup-old-clusters/telcov10n-functional-compute-nto-cleanup-old-clusters-ref.yaml

Comment on lines +113 to +115
echo "Copy eco Gotest script to artifacts directory"
scp -r -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i /tmp/temp_ssh_key \
"${BASTION_USER}@${BASTION_IP}":/tmp/gotest/run_gotests.sh "${ARTIFACT_DIR}/run_gotests.sh"
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.

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Make runner-script artifact copy non-fatal.

At Line 114, scp runs under set -e, so a missing/temporarily unreachable bastion or missing remote file can fail the whole step even though this artifact is auxiliary. Please handle this copy as best-effort with a warning.

Suggested patch
 echo "Copy eco Gotest script to artifacts directory"
-scp -r -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i /tmp/temp_ssh_key \
-    "${BASTION_USER}@${BASTION_IP}":/tmp/gotest/run_gotests.sh "${ARTIFACT_DIR}/run_gotests.sh"
+if ! scp -r -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i "${PROJECT_DIR}/temp_ssh_key" \
+    "${BASTION_USER}@${BASTION_IP}":/tmp/gotest/run_gotests.sh "${ARTIFACT_DIR}/run_gotests.sh"; then
+  echo "[WARNING] Could not copy /tmp/gotest/run_gotests.sh from bastion"
+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
echo "Copy eco Gotest script to artifacts directory"
scp -r -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i /tmp/temp_ssh_key \
"${BASTION_USER}@${BASTION_IP}":/tmp/gotest/run_gotests.sh "${ARTIFACT_DIR}/run_gotests.sh"
echo "Copy eco Gotest script to artifacts directory"
if ! scp -r -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i "${PROJECT_DIR}/temp_ssh_key" \
"${BASTION_USER}@${BASTION_IP}":/tmp/gotest/run_gotests.sh "${ARTIFACT_DIR}/run_gotests.sh"; then
echo "[WARNING] Could not copy /tmp/gotest/run_gotests.sh from bastion"
fi
🤖 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/compute-nto/eco-gotests/telcov10n-functional-compute-nto-eco-gotests-commands.sh`
around lines 113 - 115, Make the artifact copy of run_gotests.sh best-effort:
the scp command that uses
"${BASTION_USER}@${BASTION_IP}":/tmp/gotest/run_gotests.sh ->
"${ARTIFACT_DIR}/run_gotests.sh" should not abort the whole script under set -e;
change the invocation so failures are trapped and only emit a warning (e.g., run
scp and if it fails, echo a clear warning including BASTION_IP/ARTIFACT_DIR and
continue), or temporarily disable errexit around that scp invocation and restore
it afterward; ensure the warning includes the scp exit code or message so
troubleshooting is possible.

@eifrach
Copy link
Copy Markdown
Contributor Author

eifrach commented May 17, 2026

/pj-rehearse periodic-ci-openshift-kni-eco-ci-cd-main-compute-nto-e2e-telcov10n-nto-tests-v2-t0-crun-bm-4-21

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@eifrach
Copy link
Copy Markdown
Contributor Author

eifrach commented May 17, 2026

/pj-rehearse periodic-ci-openshift-kni-eco-ci-cd-main-compute-nto-e2e-telcov10n-nto-tests-v2-t0-crun-bm-4-21

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@eifrach eifrach force-pushed the refactor_nto_lanes branch from 88e8569 to ae10d74 Compare May 17, 2026 13:13
@eifrach
Copy link
Copy Markdown
Contributor Author

eifrach commented May 17, 2026

/pj-rehearse periodic-ci-openshift-kni-eco-ci-cd-main-compute-nto-e2e-telcov10n-nto-tests-v2-t0-crun-bm-4-21

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@eifrach eifrach force-pushed the refactor_nto_lanes branch from ae10d74 to 3697852 Compare May 17, 2026 13:36
@eifrach
Copy link
Copy Markdown
Contributor Author

eifrach commented May 17, 2026

/pj-rehearse periodic-ci-openshift-kni-eco-ci-cd-main-compute-nto-e2e-telcov10n-nto-tests-v2-t0-crun-bm-4-21

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@eifrach
Copy link
Copy Markdown
Contributor Author

eifrach commented May 17, 2026

/pj-rehearse periodic-ci-openshift-kni-eco-ci-cd-main-compute-nto-e2e-telcov10n-nto-tests-v2-t0-crun-bm-4-20

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@eifrach
Copy link
Copy Markdown
Contributor Author

eifrach commented May 17, 2026

/pj-rehearse cancel

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@eifrach
Copy link
Copy Markdown
Contributor Author

eifrach commented May 17, 2026

/pj-rehearse abort

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

@eifrach: 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

@eifrach: job(s): , cancel either don't exist or were not found to be affected, and cannot be rehearsed

@eifrach
Copy link
Copy Markdown
Contributor Author

eifrach commented May 17, 2026

/pj-rehearse periodic-ci-openshift-kni-eco-ci-cd-main-compute-nto-e2e-telcov10n-nto-tests-v2-t0-crun-bm-4-20

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

Signed-off-by: Eran Ifrach <eifrach@redhat.com>
@eifrach eifrach force-pushed the refactor_nto_lanes branch from 3697852 to da9215c Compare May 18, 2026 07:36
@eifrach
Copy link
Copy Markdown
Contributor Author

eifrach commented May 18, 2026

/pj-rehearse ack

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@openshift-merge-bot openshift-merge-bot Bot added rehearsals-ack Signifies that rehearsal jobs have been acknowledged and removed rehearsals-ack Signifies that rehearsal jobs have been acknowledged labels May 18, 2026
@openshift-merge-bot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@eifrach: 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-compute-nto-e2e-telcov10n-nto-tests-v2-t0-crun-bm-4-21 N/A periodic Registry content changed
periodic-ci-openshift-kni-eco-ci-cd-main-compute-nto-e2e-telcov10n-nto-tests-v2-t0-crun-bm-4-20 N/A periodic Registry content changed
periodic-ci-openshift-kni-eco-ci-cd-main-compute-nto-e2e-telcov10n-nto-tests-v2-t0-crun-bm-4-18 N/A periodic Registry content changed
periodic-ci-openshift-kni-eco-ci-cd-main-compute-nto-e2e-telcov10n-nto-tests-v2-t0-crun-bm-4-19 N/A periodic Registry content changed
periodic-ci-openshift-kni-eco-ci-cd-main-compute-nto-e2e-telcov10n-nto-tests-v1-crun-bm-4-17 N/A periodic Registry content changed
periodic-ci-openshift-kni-eco-ci-cd-main-compute-nto-e2e-telcov10n-nto-tests-upgrade-4-19 N/A periodic Registry content changed
periodic-ci-openshift-kni-eco-ci-cd-main-compute-nto-e2e-telcov10n-nto-tests-v1-t0-crun-bm-4-18 N/A periodic Registry content changed
periodic-ci-openshift-kni-eco-ci-cd-main-compute-nto-e2e-telcov10n-nto-tests-v1-runc-bm-4-14 N/A periodic Registry content changed
periodic-ci-openshift-kni-eco-ci-cd-main-compute-nto-e2e-telcov10n-nto-tests-v1-crun-bm-4-16 N/A periodic Registry content changed
periodic-ci-openshift-kni-eco-ci-cd-main-nightly-compute-nto-e2e-telcov10n-nto-tests-v2-t0-bm-4-22-nightly N/A periodic Registry content changed
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.

@rdiscala
Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label May 18, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 18, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: eifrach, rdiscala

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

@eifrach
Copy link
Copy Markdown
Contributor Author

eifrach commented May 18, 2026

/pj-rehearse ack

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label May 18, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 18, 2026

@eifrach: The following tests 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-compute-nto-e2e-telcov10n-nto-tests-v2-t0-crun-bm-4-20 3697852 link unknown /pj-rehearse periodic-ci-openshift-kni-eco-ci-cd-main-compute-nto-e2e-telcov10n-nto-tests-v2-t0-crun-bm-4-20
ci/rehearse/periodic-ci-openshift-kni-eco-ci-cd-main-compute-nto-e2e-telcov10n-nto-tests-v2-t0-crun-bm-4-21 3697852 link unknown /pj-rehearse periodic-ci-openshift-kni-eco-ci-cd-main-compute-nto-e2e-telcov10n-nto-tests-v2-t0-crun-bm-4-21

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.

@openshift-merge-bot openshift-merge-bot Bot merged commit c1feb59 into openshift:main May 18, 2026
11 checks passed
wgahnagl pushed a commit to wgahnagl/release that referenced this pull request May 20, 2026
Signed-off-by: Eran Ifrach <eifrach@redhat.com>
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. lgtm Indicates that a PR is ready to be merged. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants