Skip to content

multiarch: migrate OCP 4.13–4.15 s390x remote-libvirt jobs to VPN-OZ - #82661

Open
ibm-adarsh wants to merge 5 commits into
openshift:mainfrom
ibm-adarsh:multiarch-vpn-oz-migrate-4.13-4.15
Open

multiarch: migrate OCP 4.13–4.15 s390x remote-libvirt jobs to VPN-OZ#82661
ibm-adarsh wants to merge 5 commits into
openshift:mainfrom
ibm-adarsh:multiarch-vpn-oz-migrate-4.13-4.15

Conversation

@ibm-adarsh

@ibm-adarsh ibm-adarsh commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Migrate homogeneous IBM Z s390x remote-libvirt jobs for OCP 4.13, 4.14, and 4.15 (e2e, serial, image-ecosystem, fips) to libvirt-s390x-vpn-oz with openshift-e2e-libvirt-vpn / -vpn-fips, intranet, and OZ env (USE_EXTERNAL_DNS, LIBVIRT_IMAGE_PATH, DOMAIN_MEMORY, USE_RAMFS).
  • Migrate related upgrade jobs: 4.13←4.12, 4.14←4.13, 4.15←4.14, and 4.16←4.15.
  • Harden upi-install-libvirt for ≤4.15 s390x installer images (virsh/qemu-img fallbacks scoped to s390x < 4.16; etcd hardware-speed patch gated to BRANCH ≥ 4.16).
  • Pin migrated periodics to build12 (intranet capability required for VPN profiles).

This is a separate branch/PR from #82603 and does not update that PR’s branch.

Test plan

  • /pj-rehearse periodic-ci-openshift-multiarch-main-nightly-4.15-ocp-e2e-ovn-remote-libvirt-s390x
  • /pj-rehearse periodic-ci-openshift-multiarch-main-nightly-4.14-ocp-e2e-ovn-remote-libvirt-s390x
  • /pj-rehearse periodic-ci-openshift-multiarch-main-nightly-4.13-ocp-e2e-ovn-remote-libvirt-s390x
  • Spot-check generated jobs: cluster: build12, profile libvirt-s390x-vpn-oz, capability intranet
  • Confirm install logs use virsh ≤4.15 s390x fallback and no etcd hardware-speed patch on BRANCH < 4.16

Summary by CodeRabbit

  • Migrates s390x remote-libvirt jobs for OpenShift 4.13–4.15, including upgrade, serial, image-ecosystem, and FIPS coverage, to the libvirt-s390x-vpn-oz profile and VPN workflows with intranet access and required OZ/libvirt settings.
  • Updates UPI libvirt installation for s390x images through 4.15 with fallbacks for missing qemu-img, virt-install, and virsh; compatibility behavior is scoped by architecture and branch.
  • Applies the etcd hardware-speed adjustment only on 4.16+ branches and pins migrated periodics to build12 for intranet capability support.

Introduce openshift-e2e-libvirt-vpn-oz-upi for IBM Z Orange Zone VPN
leases on OCP 4.15 and older, where openshift-e2e-libvirt-vpn assumes
virt-install and ETCD_DISK_SPEED=slow (4.16+). Teach upi-install-libvirt
to fall back to ACPI-free virsh define when virt-install is missing,
inject oc via cli:latest, and gate the etcd hardware-speed patch.
Migrate the nightly-4.15 homogeneous s390x e2e job to libvirt-s390x-vpn-oz
to validate the path.
Intranet VPN libvirt jobs need a build farm cluster with the intranet
capability; build01 lacks it. Align with other libvirt-s390x-vpn* jobs.
Validate BRANCH before the 4.16 API gate, fail hard when hypervisor
vol-resize is required but fails, and quote virt-install arguments.
Drop the redundant oz-upi workflow wrappers and point 4.14/4.15
homogeneous and upgrade jobs at the existing VPN workflows with
libvirt-s390x-vpn-oz. Quiet expected virsh destroy/undefine noise in
the ≤4.15 install fallback.
Move homogeneous and upgrade remote-libvirt s390x jobs for OCP 4.13 and
remaining 4.14 coverage onto libvirt-s390x-vpn-oz with the shared VPN
workflow, and scope ≤4.15 virsh/qemu-img install fallbacks to s390x only.
@openshift-ci openshift-ci Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jul 30, 2026
@openshift-ci

openshift-ci Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Hi @ibm-adarsh. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Tip

We noticed you've done this a few times! Consider joining the org to skip this step and gain /lgtm and other bot rights. We recommend asking approvers on your previous PRs to sponsor you.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@openshift-ci

openshift-ci Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: ibm-adarsh
Once this PR has been reviewed and has the lgtm label, please assign tvardema for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@coderabbitai

coderabbitai Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Walkthrough

Changes

s390x libvirt VPN support

Layer / File(s) Summary
Installer compatibility and storage handling
ci-operator/step-registry/upi/install/libvirt/upi-install-libvirt-commands.sh
The installer validates oc, adds branch parsing, supports local or hypervisor RHCOS resizing, and generates ACPI-free s390x domain XML.
Version-gated VM and etcd setup
ci-operator/step-registry/upi/install/libvirt/*
VM creation falls back to s390x XML on older branches without virt-install; etcd disk patching is limited to 4.16+, with matching step metadata.
VPN-based s390x job definitions
ci-operator/config/openshift/multiarch/*libvirt*s390x.yaml
Remote libvirt jobs across nightly and upgrade configurations use VPN-OZ profiles, intranet capability, VPN workflows, install targets, and additional libvirt environment settings.

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

Sequence Diagram(s)

sequenceDiagram
  participant UPI Installer
  participant qemu-img
  participant Hypervisor
  participant virt-install
  participant virsh
  UPI Installer->>qemu-img: Resize RHCOS image when available
  UPI Installer->>Hypervisor: Resize volume remotely when local resize is unavailable
  UPI Installer->>virt-install: Create VM when virt-install is available
  UPI Installer->>virsh: Define and start fallback s390x domain on older branches
Loading

Possibly related issues

Possibly related PRs

Suggested reviewers: timurmp

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the main migration of s390x remote-libvirt jobs to the VPN-OZ profile across the targeted OCP versions.
Docstring Coverage ✅ Passed Docstring coverage is 80.00% which is sufficient. The required threshold is 80.00%.
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 PR only changes CI YAML and a shell helper; no *_test.go files or Ginkgo titles were added/modified, so no unstable test names.
Test Structure And Quality ✅ Passed No Ginkgo test files were modified; the changed paths are YAML configs and shell/YAML step-registry files, with no It/BeforeEach/Eventually constructs.
Microshift Test Compatibility ✅ Passed No Go/Ginkgo test files were added or changed; the PR only edits CI YAML and libvirt install scripts, so MicroShift test compatibility is not implicated.
Single Node Openshift (Sno) Test Compatibility ✅ Passed No Go/Ginkgo test files changed; the PR only updates CI YAML and libvirt install scripts, so the SNO test check is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed Changes are CI job configs and a libvirt installer script; no deployment manifests, controllers, or topology-dependent scheduling constraints were added.
Ote Binary Stdout Contract ✅ Passed PR only changes CI YAML and a libvirt installer shell script; no OTE binary, TestMain, or suite-setup code with stdout JSON contract risk was modified.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The PR only changes CI/job config and libvirt install scripts; no new Ginkgo test code was added, so the IPv4/public-network test check is not applicable.
No-Weak-Crypto ✅ Passed No weak crypto or secret-comparison code was introduced; the only crypto-related logic is SHA-256 checksum verification in the libvirt install script.
Container-Privileges ✅ Passed No touched manifest adds privileged/hostPID/hostNetwork/hostIPC/allowPrivilegeEscalation/SYS_ADMIN/root settings; the script changes are install fallbacks only.
No-Sensitive-Data-In-Logs ✅ Passed No new log statements expose passwords, tokens, PII, or hostnames; installer logs still redact passwords and filter them out.
✨ 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.

@v78singh

Copy link
Copy Markdown

/ok-to-test

@openshift-ci openshift-ci Bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Jul 30, 2026
@ibm-adarsh

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-multiarch-main-nightly-4.13-ocp-e2e-ovn-remote-libvirt-s390x periodic-ci-openshift-multiarch-main-nightly-4.13-ocp-e2e-serial-ovn-remote-libvirt-s390x periodic-ci-openshift-multiarch-main-nightly-4.13-ocp-fips-ovn-remote-libvirt-s390x periodic-ci-openshift-multiarch-main-nightly-4.13-ocp-image-ecosystem-ovn-remote-libvirt-s390x periodic-ci-openshift-multiarch-main-nightly-4.13-upgrade-from-nightly-4.12-ocp-ovn-remote-libvirt-s390x

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@ibm-adarsh

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-multiarch-main-nightly-4.14-ocp-e2e-ovn-remote-libvirt-s390x periodic-ci-openshift-multiarch-main-nightly-4.14-ocp-e2e-serial-ovn-remote-libvirt-s390x periodic-ci-openshift-multiarch-main-nightly-4.14-ocp-fips-ovn-remote-libvirt-s390x periodic-ci-openshift-multiarch-main-nightly-4.14-ocp-image-ecosystem-ovn-remote-libvirt-s390x periodic-ci-openshift-multiarch-main-nightly-4.14-upgrade-from-nightly-4.13-ocp-ovn-remote-libvirt-s390x

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@ibm-adarsh: 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]
@ibm-adarsh: 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-multiarch-main-nightly-5.0-ocp-e2e-serial-ovn-remote-libvirt-multi-z-z N/A periodic Registry content changed
periodic-ci-openshift-multiarch-main-nightly-4.20-upgrade-from-nightly-4.19-ocp-ovn-remote-s2s-libvirt-multi-p-p N/A periodic Registry content changed
periodic-ci-openshift-multiarch-main-nightly-4.20-ocp-fips-ovn-remote-libvirt-multi-z-z N/A periodic Registry content changed
periodic-ci-openshift-multiarch-main-nightly-4.21-ocp-e2e-ovn-remote-s2s-libvirt-multi-p-p N/A periodic Registry content changed
periodic-ci-openshift-multiarch-main-nightly-4.19-ocp-image-ecosystem-ovn-remote-s2s-libvirt-multi-p-p N/A periodic Registry content changed
periodic-ci-openshift-multiarch-main-nightly-5.0-ocp-e2e-ovn-remote-libvirt-multi-z-z N/A periodic Registry content changed
periodic-ci-openshift-multiarch-main-nightly-4.19-ocp-e2e-serial-ovn-remote-libvirt-multi-z-z N/A periodic Registry content changed
periodic-ci-openshift-multiarch-main-nightly-4.23-ocp-image-ecosystem-ovn-remote-s2s-libvirt-multi-p-p N/A periodic Registry content changed
periodic-ci-openshift-multiarch-main-nightly-4.21-ocp-e2e-ovn-remote-s2s-libvirt-ppc64le N/A periodic Registry content changed
periodic-ci-openshift-operator-framework-olm-release-4.22-periodics-e2e-compact-ovn-remote-libvirt-s390x-extended-f2 N/A periodic Registry content changed
periodic-ci-openshift-operator-framework-olm-release-5.0-periodics-e2e-compact-ovn-remote-libvirt-s390x-extended-f2 N/A periodic Registry content changed
periodic-ci-openshift-multiarch-main-nightly-4.18-ocp-e2e-ovn-remote-s2s-libvirt-multi-p-p N/A periodic Registry content changed
periodic-ci-openshift-operator-framework-operator-controller-release-4.21-periodics-e2e-compact-ovn-remote-libvirt-s390x-extended-f2 N/A periodic Registry content changed
periodic-ci-openshift-multiarch-main-nightly-4.18-ocp-image-ecosystem-ovn-remote-libvirt-multi-z-z N/A periodic Registry content changed
periodic-ci-openshift-multiarch-main-nightly-4.21-ocp-image-ecosystem-ovn-remote-libvirt-multi-z-z N/A periodic Registry content changed
periodic-ci-openshift-multiarch-main-nightly-4.14-ocp-e2e-serial-ovn-remote-libvirt-s390x N/A periodic Periodic changed
periodic-ci-openshift-multiarch-main-nightly-4.18-ocp-e2e-ovn-agent-remote-s2s-libvirt-multi-p-p N/A periodic Registry content changed
periodic-ci-openshift-multiarch-main-nightly-5.0-upgrade-from-nightly-4.22-ocp-ovn-remote-libvirt-multi-z-z N/A periodic Registry content changed
periodic-ci-openshift-multiarch-main-nightly-4.22-ocp-image-ecosystem-ovn-remote-libvirt-multi-z-z N/A periodic Registry content changed
periodic-ci-openshift-operator-framework-olm-release-4.21-periodics-e2e-compact-ovn-remote-libvirt-s390x-extended-f2 N/A periodic Registry content changed
periodic-ci-openshift-multiarch-main-nightly-4.23-ocp-e2e-serial-ovn-remote-libvirt-multi-z-z N/A periodic Registry content changed
periodic-ci-openshift-multiarch-main-nightly-4.20-ocp-e2e-ovn-remote-libvirt-multi-z-z N/A periodic Registry content changed
periodic-ci-openshift-multiarch-main-nightly-4.16-ocp-e2e-serial-ovn-remote-s2s-libvirt-ppc64le N/A periodic Registry content changed
periodic-ci-openshift-multiarch-main-nightly-4.16-upgrade-from-nightly-4.15-ocp-ovn-remote-libvirt-s390x N/A periodic Periodic changed
periodic-ci-openshift-multiarch-main-nightly-5.0-ocp-e2e-serial-ovn-techpreview-remote-s2s-libvirt-multi-p-p N/A periodic Registry content changed

A total of 156 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
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals.

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.

@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

🧹 Nitpick comments (1)
ci-operator/step-registry/upi/install/libvirt/upi-install-libvirt-commands.sh (1)

139-143: 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low value

Prefer uuidgen for the fallback instead of python3.

uuidgen is already relied on in this same script (line 519 in the agent path), whereas python3 isn't otherwise required by this step image.

♻️ Suggested simplification
-  if [[ -r /proc/sys/kernel/random/uuid ]]; then
-    uuid=$(cat /proc/sys/kernel/random/uuid)
-  else
-    uuid=$(python3 -c 'import uuid; print(uuid.uuid4())')
-  fi
+  uuid=$(uuidgen)
🤖 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/upi/install/libvirt/upi-install-libvirt-commands.sh`
around lines 139 - 143, Update the UUID fallback in the installation command
flow to use uuidgen instead of invoking python3, while preserving the existing
/proc/sys/kernel/random/uuid path and assignment behavior.
🤖 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/config/openshift/multiarch/openshift-multiarch-main__nightly-4.13-upgrade-from-nightly-4.12.yaml`:
- Around line 141-142: Add the missing cluster: build12 setting to the affected
periodic job alongside its existing cluster_profile and intranet capabilities,
ensuring the migrated job is pinned to the intended cluster while preserving the
current cron configuration.

---

Nitpick comments:
In
`@ci-operator/step-registry/upi/install/libvirt/upi-install-libvirt-commands.sh`:
- Around line 139-143: Update the UUID fallback in the installation command flow
to use uuidgen instead of invoking python3, while preserving the existing
/proc/sys/kernel/random/uuid path and assignment behavior.
🪄 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: 4c987fa7-ecd0-4ecd-9690-6a5013f69a3b

📥 Commits

Reviewing files that changed from the base of the PR and between 5bcc8d8 and d9db9fd.

⛔ Files ignored due to path filters (1)
  • ci-operator/jobs/openshift/multiarch/openshift-multiarch-main-periodics.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (9)
  • ci-operator/config/openshift/multiarch/openshift-multiarch-main__nightly-4.13-upgrade-from-nightly-4.12.yaml
  • ci-operator/config/openshift/multiarch/openshift-multiarch-main__nightly-4.13.yaml
  • ci-operator/config/openshift/multiarch/openshift-multiarch-main__nightly-4.14-upgrade-from-nightly-4.13.yaml
  • ci-operator/config/openshift/multiarch/openshift-multiarch-main__nightly-4.14.yaml
  • ci-operator/config/openshift/multiarch/openshift-multiarch-main__nightly-4.15-upgrade-from-nightly-4.14.yaml
  • ci-operator/config/openshift/multiarch/openshift-multiarch-main__nightly-4.15.yaml
  • ci-operator/config/openshift/multiarch/openshift-multiarch-main__nightly-4.16-upgrade-from-nightly-4.15.yaml
  • ci-operator/step-registry/upi/install/libvirt/upi-install-libvirt-commands.sh
  • ci-operator/step-registry/upi/install/libvirt/upi-install-libvirt-ref.yaml

Comment on lines +141 to 142
- intranet
cron: 0 0 3 1 *

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.

🗄️ Data Integrity & Integration | 🟡 Minor | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
fd -t f 'openshift-multiarch-main__nightly-4.1[3-6]' ci-operator/config/openshift/multiarch --exec rg -n -B6 -A2 'intranet' {}

Repository: openshift/release

Length of output: 6971


🏁 Script executed:

#!/bin/bash
set -euo pipefail

FILE="ci-operator/config/openshift/multiarch/openshift-multiarch-main__nightly-4.13-upgrade-from-nightly-4.12.yaml"
echo "== target file excerpt =="
sed -n '120,155p' "$FILE" | cat -n -v

echo
echo "== build/cluster keys in target file =="
rg -n '^(  (cluster|from_pullspec|workflow):|  - intranet|  cron:)' "$FILE"
python3 - <<'PY'
import yaml
from pathlib import Path
p='ci-operator/config/openshift/multiarch/openshift-multiarch-main__nightly-4.13-upgrade-from-nightly-4.12.yaml'
data=yaml.safe_load(Path(p).read_text())
for i,p in enumerate(data.get('periodics', [])):
    as_name=p.get('as','')
    has_cluster='cluster' in p
    intranet='intranet' in (p.get('capabilities') or [])
    cron=p.get('cron','')
    print(i, as_name, 'has_cluster=', has_cluster, 'cluster=', p.get('cluster'), 'intranet=', intranet, 'cron=', cron)
PY

echo
echo "== search build12 references in multiarch config dir =="
rg -n 'build12|cluster:' ci-operator/config/openshift/multiarch ci-operator/config/openshift 2>/dev/null | head -n 200

Repository: openshift/release

Length of output: 1854


Add the missing build12 cluster pinning.

These migrated jobs use cluster_profile: libvirt-s390x-vpn-oz together with capabilities: [intranet], but they do not set cluster: build12, so the periodic will run without the intended cluster pin.

🤖 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/config/openshift/multiarch/openshift-multiarch-main__nightly-4.13-upgrade-from-nightly-4.12.yaml`
around lines 141 - 142, Add the missing cluster: build12 setting to the affected
periodic job alongside its existing cluster_profile and intranet capabilities,
ensuring the migrated job is pinned to the intended cluster while preserving the
current cron configuration.

@ibm-adarsh

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-multiarch-main-nightly-4.14-ocp-e2e-ovn-remote-libvirt-s390x periodic-ci-openshift-multiarch-main-nightly-4.14-ocp-e2e-serial-ovn-remote-libvirt-s390x periodic-ci-openshift-multiarch-main-nightly-4.14-ocp-fips-ovn-remote-libvirt-s390x periodic-ci-openshift-multiarch-main-nightly-4.14-ocp-image-ecosystem-ovn-remote-libvirt-s390x periodic-ci-openshift-multiarch-main-nightly-4.14-upgrade-from-nightly-4.13-ocp-ovn-remote-libvirt-s390x

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@ibm-adarsh: 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 30, 2026

Copy link
Copy Markdown
Contributor

@ibm-adarsh: 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-multiarch-main-nightly-4.14-ocp-image-ecosystem-ovn-remote-libvirt-s390x d9db9fd link unknown /pj-rehearse periodic-ci-openshift-multiarch-main-nightly-4.14-ocp-image-ecosystem-ovn-remote-libvirt-s390x
ci/rehearse/periodic-ci-openshift-multiarch-main-nightly-4.14-ocp-e2e-ovn-remote-libvirt-s390x d9db9fd link unknown /pj-rehearse periodic-ci-openshift-multiarch-main-nightly-4.14-ocp-e2e-ovn-remote-libvirt-s390x
ci/rehearse/periodic-ci-openshift-multiarch-main-nightly-4.14-upgrade-from-nightly-4.13-ocp-ovn-remote-libvirt-s390x d9db9fd link unknown /pj-rehearse periodic-ci-openshift-multiarch-main-nightly-4.14-upgrade-from-nightly-4.13-ocp-ovn-remote-libvirt-s390x
ci/rehearse/periodic-ci-openshift-multiarch-main-nightly-4.13-upgrade-from-nightly-4.12-ocp-ovn-remote-libvirt-s390x d9db9fd link unknown /pj-rehearse periodic-ci-openshift-multiarch-main-nightly-4.13-upgrade-from-nightly-4.12-ocp-ovn-remote-libvirt-s390x
ci/rehearse/periodic-ci-openshift-multiarch-main-nightly-4.14-ocp-e2e-serial-ovn-remote-libvirt-s390x d9db9fd link unknown /pj-rehearse periodic-ci-openshift-multiarch-main-nightly-4.14-ocp-e2e-serial-ovn-remote-libvirt-s390x
ci/rehearse/periodic-ci-openshift-multiarch-main-nightly-4.13-ocp-fips-ovn-remote-libvirt-s390x d9db9fd link unknown /pj-rehearse periodic-ci-openshift-multiarch-main-nightly-4.13-ocp-fips-ovn-remote-libvirt-s390x
ci/rehearse/periodic-ci-openshift-multiarch-main-nightly-4.13-ocp-image-ecosystem-ovn-remote-libvirt-s390x d9db9fd link unknown /pj-rehearse periodic-ci-openshift-multiarch-main-nightly-4.13-ocp-image-ecosystem-ovn-remote-libvirt-s390x
ci/rehearse/periodic-ci-openshift-multiarch-main-nightly-4.14-ocp-fips-ovn-remote-libvirt-s390x d9db9fd link unknown /pj-rehearse periodic-ci-openshift-multiarch-main-nightly-4.14-ocp-fips-ovn-remote-libvirt-s390x
ci/rehearse/periodic-ci-openshift-multiarch-main-nightly-4.13-ocp-e2e-ovn-remote-libvirt-s390x d9db9fd link unknown /pj-rehearse periodic-ci-openshift-multiarch-main-nightly-4.13-ocp-e2e-ovn-remote-libvirt-s390x
ci/rehearse/periodic-ci-openshift-multiarch-main-nightly-4.13-ocp-e2e-serial-ovn-remote-libvirt-s390x d9db9fd link unknown /pj-rehearse periodic-ci-openshift-multiarch-main-nightly-4.13-ocp-e2e-serial-ovn-remote-libvirt-s390x

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

ok-to-test Indicates a non-member PR verified by an org member that is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants