Skip to content

OCPEDGE-2485: TNF RHCOS10 adding recovery CI Lane#80581

Open
dhensel-rh wants to merge 4 commits into
openshift:mainfrom
dhensel-rh:OCPEDGE-2485-recovery
Open

OCPEDGE-2485: TNF RHCOS10 adding recovery CI Lane#80581
dhensel-rh wants to merge 4 commits into
openshift:mainfrom
dhensel-rh:OCPEDGE-2485-recovery

Conversation

@dhensel-rh

@dhensel-rh dhensel-rh commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

This PR adds the TNF recovery CI Lane to 4.22 and 4.23

Summary by CodeRabbit

This PR updates the OpenShift CI release configuration (ci-operator) to add a new TNF (Test Network Function) recovery nightly lane for OpenShift 4.22 and 4.23 in the equinix-edge-enablement cluster profile.

It introduces the e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview tests job in:

  • ci-operator/config/openshift/release/openshift-release-main__nightly-4.22.yaml
    • runs every 168h with shard_count: 3
    • uses capabilities: [intranet]
    • sets OSSTREAM: rhel-10
    • executes the baremetalds-two-node-fencing-techpreview workflow
    • configures DEVSCRIPTS_CONFIG with BMC_DRIVER=redfish, FEATURE_SET=TechPreviewNoUpgrade, IP_STACK=v4, plus two-node fencing/recovery sizing parameters.
  • ci-operator/config/openshift/release/openshift-release-main__nightly-4.23.yaml
    • runs every 168h with shard_count: 3
    • uses capabilities: [intranet]
    • sets OSSTREAM: rhel-10
    • executes the baremetalds-two-node-fencing-recovery workflow
    • configures DEVSCRIPTS_CONFIG with BMC_DRIVER=redfish, FEATURE_SET=TechPreviewNoUpgrade, IP_STACK=v4, and two-node fencing/recovery sizing parameters (NUM_WORKERS=0).

Overall, the change extends nightly metal OVN two-node fencing recovery coverage for the RHCOS10 TechPreview TNF scenario on edge clusters.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jun 16, 2026
@openshift-ci-robot

openshift-ci-robot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

@dhensel-rh: This pull request references OCPEDGE-2485 which is a valid jira issue.

Details

In response to this:

This PR adds the TNF recovery CI Lane to 4.22 and 4.23

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 openshift-eng/jira-lifecycle-plugin repository.

@coderabbitai

coderabbitai Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

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: bfc9d6b0-219d-41ab-becc-c31a3222d459

📥 Commits

Reviewing files that changed from the base of the PR and between 27c42b0 and 1c939ec.

📒 Files selected for processing (2)
  • ci-operator/config/openshift/release/openshift-release-main__nightly-4.22.yaml
  • ci-operator/config/openshift/release/openshift-release-main__nightly-4.23.yaml
🚧 Files skipped from review as they are similar to previous changes (1)
  • ci-operator/config/openshift/release/openshift-release-main__nightly-4.23.yaml

Walkthrough

Two nightly CI configuration files (4.22 and 4.23) each receive a new periodic test job e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview with intranet capability, 168-hour interval, 3 shards, equinix-edge-enablement cluster profile, OSSTREAM set to rhel-10, and TechPreviewNoUpgrade feature set.

Changes

TechPreview fencing recovery periodic job configuration

Layer / File(s) Summary
TechPreview fencing recovery job configuration for 4.22 and 4.23
ci-operator/config/openshift/release/openshift-release-main__nightly-4.22.yaml, ci-operator/config/openshift/release/openshift-release-main__nightly-4.23.yaml
Adds e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview to both configs with capabilities: [intranet], interval: 168h, shard_count: 3, cluster_profile: equinix-edge-enablement, workflow baremetalds-two-node-fencing-recovery (baremetalds-two-node-fencing-techpreview for 4.22), OSSTREAM: rhel-10, and FEATURE_SET: TechPreviewNoUpgrade environment settings.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • openshift/release#80484: Modifies nightly-4.23.yaml metal two-node fencing recovery jobs with shard_count: 3 configuration.

Suggested reviewers

  • stbenjam
  • hoxhaeris
  • petr-muller
🚥 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 pull request title accurately describes the main change: adding TNF RHCOS10 recovery CI lanes to OpenShift versions 4.22 and 4.23, which matches the content of the changeset.
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 This PR modifies CI configuration YAML files only, not Ginkgo test code. The custom check for Ginkgo test name stability is not applicable.
Test Structure And Quality ✅ Passed PR does not contain Ginkgo test code—only CI configuration YAML files and utility tools. Check is not applicable.
Microshift Test Compatibility ✅ Passed This PR adds CI job configurations in YAML files, not new Ginkgo e2e tests. The custom check only applies when new test code (It(), Describe(), etc.) is added, which is not the case here.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR only adds CI job configurations referencing existing test workflows, not new Ginkgo e2e test code with It(), Describe(), Context() calls.
Topology-Aware Scheduling Compatibility ✅ Passed Changes are CI test configurations, not deployment manifests, operator code, or controllers that run in clusters. Custom check applies only to those artifact types.
Ote Binary Stdout Contract ✅ Passed This PR modifies only YAML CI configuration files, not OTE binary or test code. The OTE Binary Stdout Contract check is inapplicable as there are no code changes to assess.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR adds CI job configurations to YAML files, not new Ginkgo e2e test code. The check applies only when new test definitions (It(), Describe(), etc.) are added; this PR only configures existing work...
No-Weak-Crypto ✅ Passed No weak cryptographic usage found. Changes are YAML CI/CD configuration files containing only job parameters, cluster profiles, and environment variables with no cryptographic operations.
Container-Privileges ✅ Passed PR adds TNF recovery CI jobs to ci-operator config files. These are test job configurations, not K8s manifests, and contain no privileged: true, hostPID, hostIPC, SYS_ADMIN, or allowPrivilegeEscala...
No-Sensitive-Data-In-Logs ✅ Passed No sensitive data (passwords, tokens, API keys, PII, session IDs, internal hostnames, or customer data) found in the added CI configuration. Only non-sensitive test parameters and configuration val...

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

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

@openshift-ci openshift-ci Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 16, 2026
@openshift-ci

openshift-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@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/config/openshift/release/openshift-release-main__nightly-4.22.yaml`:
- Around line 853-860: Both RHCOS10 techpreview recovery job definitions have a
naming-to-config mismatch: they are named as rhcos10-techpreview lanes but lack
explicit techpreview configuration and reference non-techpreview workflows. In
ci-operator/config/openshift/release/openshift-release-main__nightly-4.22.yaml
(lines 853-860), add an env block to the steps section with an OSSTREAM selector
set to rhel-10 (or the appropriate RHCOS10 techpreview value), and update the
workflow reference from baremetalds-two-node-fencing-recovery to the techpreview
variant if available. Apply the identical changes to the corresponding job in
ci-operator/config/openshift/release/openshift-release-main__nightly-4.23.yaml
(lines 827-834) so both lanes consistently exercise the intended RHCOS10
techpreview recovery 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: Enterprise

Run ID: ec44a2b1-8687-48dc-904f-9c862e08176c

📥 Commits

Reviewing files that changed from the base of the PR and between 2294d24 and b652be7.

📒 Files selected for processing (2)
  • ci-operator/config/openshift/release/openshift-release-main__nightly-4.22.yaml
  • ci-operator/config/openshift/release/openshift-release-main__nightly-4.23.yaml

Comment on lines +853 to +860
- as: e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview
capabilities:
- intranet
interval: 168h
shard_count: 3
steps:
cluster_profile: equinix-edge-enablement
workflow: baremetalds-two-node-fencing-recovery

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

Both new rhcos10-techpreview recovery lanes are missing explicit techpreview/RHCOS10 configuration.
The shared root cause is a naming-to-config mismatch: both jobs are named as rhcos10 techpreview lanes, but neither sets an explicit RHCOS10 selector (for example OSSTREAM: rhel-10) and both point at the non-techpreview recovery workflow.

  • ci-operator/config/openshift/release/openshift-release-main__nightly-4.22.yaml#L853-L860: add techpreview-specific env (for example OSSTREAM: rhel-10) and use the techpreview recovery workflow variant if available.
  • ci-operator/config/openshift/release/openshift-release-main__nightly-4.23.yaml#L827-L834: apply the same techpreview selectors/workflow alignment so this lane actually exercises the intended rhcos10 recovery path.
📍 Affects 2 files
  • ci-operator/config/openshift/release/openshift-release-main__nightly-4.22.yaml#L853-L860 (this comment)
  • ci-operator/config/openshift/release/openshift-release-main__nightly-4.23.yaml#L827-L834
🤖 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/release/openshift-release-main__nightly-4.22.yaml`
around lines 853 - 860, Both RHCOS10 techpreview recovery job definitions have a
naming-to-config mismatch: they are named as rhcos10-techpreview lanes but lack
explicit techpreview configuration and reference non-techpreview workflows. In
ci-operator/config/openshift/release/openshift-release-main__nightly-4.22.yaml
(lines 853-860), add an env block to the steps section with an OSSTREAM selector
set to rhel-10 (or the appropriate RHCOS10 techpreview value), and update the
workflow reference from baremetalds-two-node-fencing-recovery to the techpreview
variant if available. Apply the identical changes to the corresponding job in
ci-operator/config/openshift/release/openshift-release-main__nightly-4.23.yaml
(lines 827-834) so both lanes consistently exercise the intended RHCOS10
techpreview recovery path.

@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jun 16, 2026
@openshift-ci

openshift-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dhensel-rh
Once this PR has been reviewed and has the lgtm label, please assign neisw 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

@openshift-merge-bot openshift-merge-bot Bot removed the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jun 16, 2026

@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/config/openshift/release/openshift-release-main__nightly-4.23.yaml`:
- Around line 834-838: Remove the line `AGENT_E2E_TEST_SCENARIO=TNF_IPV4` from
the `DEVSCRIPTS_CONFIG` environment variable block. This variable is specific to
agent workflows and is not consumed by the
`baremetalds-two-node-fencing-recovery` workflow used by this job, making it
ineffective configuration. Keep only `BMC_DRIVER=redfish` and
`FEATURE_SET="TechPreviewNoUpgrade"` in the DEVSCRIPTS_CONFIG section,
consistent with other similar baremetalds-based jobs in the configuration.
🪄 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: 990ec0c5-e068-4c32-a20a-100fe7fcf386

📥 Commits

Reviewing files that changed from the base of the PR and between b652be7 and ab84814.

⛔ Files ignored due to path filters (1)
  • ci-operator/jobs/openshift/release/openshift-release-main-periodics.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (2)
  • ci-operator/config/openshift/release/openshift-release-main__nightly-4.22.yaml
  • ci-operator/config/openshift/release/openshift-release-main__nightly-4.23.yaml
🚧 Files skipped from review as they are similar to previous changes (1)
  • ci-operator/config/openshift/release/openshift-release-main__nightly-4.22.yaml

Comment thread ci-operator/config/openshift/release/openshift-release-main__nightly-4.23.yaml Outdated

@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/config/openshift/release/openshift-release-main__nightly-4.22.yaml`:
- Around line 861-864: The DEVSCRIPTS_CONFIG at lines 861-864 is incomplete and
replaces the workflow's full configuration, losing critical defaults like
IP_STACK, MASTER_DISK, MASTER_MEMORY, MASTER_VCPU, NUM_MASTERS, and NUM_WORKERS.
Replace the current minimal DEVSCRIPTS_CONFIG with a complete configuration that
includes all required defaults (IP_STACK=v4, MASTER_DISK=100,
MASTER_MEMORY=32768, MASTER_VCPU=8, NUM_MASTERS=2, NUM_WORKERS=0) plus your
additions (BMC_DRIVER=redfish and FEATURE_SET=TechPreviewNoUpgrade), following
the pattern used in similar workflows like
e2e-metal-ovn-two-node-fencing-ipv6-recovery.
🪄 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: e19b7a78-10c2-4e19-b5bd-0d4fa8e3f9ce

📥 Commits

Reviewing files that changed from the base of the PR and between ab84814 and 27c42b0.

📒 Files selected for processing (2)
  • ci-operator/config/openshift/release/openshift-release-main__nightly-4.22.yaml
  • ci-operator/config/openshift/release/openshift-release-main__nightly-4.23.yaml
🚧 Files skipped from review as they are similar to previous changes (1)
  • ci-operator/config/openshift/release/openshift-release-main__nightly-4.23.yaml

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@dhensel-rh: 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-release-main-nightly-4.22-e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview-3of3 N/A periodic Periodic changed
periodic-ci-openshift-release-main-nightly-4.23-e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview-1of3 N/A periodic Periodic changed
periodic-ci-openshift-release-main-nightly-4.22-e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview-2of3 N/A periodic Periodic changed
periodic-ci-openshift-release-main-nightly-4.23-e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview-2of3 N/A periodic Periodic changed
periodic-ci-openshift-release-main-nightly-4.22-e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview-1of3 N/A periodic Periodic changed
periodic-ci-openshift-release-main-nightly-4.23-e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview-3of3 N/A periodic Periodic 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.

@dhensel-rh dhensel-rh marked this pull request as ready for review June 16, 2026 13:01
@openshift-ci openshift-ci Bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 16, 2026
@openshift-ci openshift-ci Bot requested review from hoxhaeris and petr-muller June 16, 2026 13:03
@kasturinarra

Copy link
Copy Markdown
Contributor

/pj-rehearse periodic-ci-openshift-release-main-nightly-4.22-e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview-1of3 periodic-ci-openshift-release-main-nightly-4.22-e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview-2of3 periodic-ci-openshift-release-main-nightly-4.22-e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview-3of3 periodic-ci-openshift-release-main-nightly-4.23-e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview-1of3 periodic-ci-openshift-release-main-nightly-4.23-e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview-2of3 periodic-ci-openshift-release-main-nightly-4.23-e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview-3of3

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@kasturinarra

Copy link
Copy Markdown
Contributor

/pj-rehearse periodic-ci-openshift-release-main-nightly-4.22-e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview-1of3

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@kasturinarra

Copy link
Copy Markdown
Contributor

/pj-rehearse periodic-ci-openshift-release-main-nightly-4.22-e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview-2of3 periodic-ci-openshift-release-main-nightly-4.22-e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview-3of3 periodic-ci-openshift-release-main-nightly-4.23-e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview-1of3 periodic-ci-openshift-release-main-nightly-4.23-e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview-2of3 periodic-ci-openshift-release-main-nightly-4.23-e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview-3of3

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@openshift-ci

openshift-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

@dhensel-rh: 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-release-main-nightly-4.22-e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview-3of3 1c939ec link unknown /pj-rehearse periodic-ci-openshift-release-main-nightly-4.22-e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview-3of3
ci/rehearse/periodic-ci-openshift-release-main-nightly-4.23-e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview-2of3 1c939ec link unknown /pj-rehearse periodic-ci-openshift-release-main-nightly-4.23-e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview-2of3
ci/rehearse/periodic-ci-openshift-release-main-nightly-4.22-e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview-1of3 1c939ec link unknown /pj-rehearse periodic-ci-openshift-release-main-nightly-4.22-e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview-1of3
ci/rehearse/periodic-ci-openshift-release-main-nightly-4.22-e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview-2of3 1c939ec link unknown /pj-rehearse periodic-ci-openshift-release-main-nightly-4.22-e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview-2of3
ci/rehearse/periodic-ci-openshift-release-main-nightly-4.23-e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview-3of3 1c939ec link unknown /pj-rehearse periodic-ci-openshift-release-main-nightly-4.23-e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview-3of3
ci/rehearse/periodic-ci-openshift-release-main-nightly-4.23-e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview-1of3 1c939ec link unknown /pj-rehearse periodic-ci-openshift-release-main-nightly-4.23-e2e-metal-ovn-two-node-fencing-recovery-rhcos10-techpreview-1of3

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

jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants