Skip to content

AGENT-1533: Increase time for agent ha5 test - #82635

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
bfournie:increase-agent-ha5-timeout
Aug 3, 2026
Merged

AGENT-1533: Increase time for agent ha5 test#82635
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
bfournie:increase-agent-ha5-timeout

Conversation

@bfournie

@bfournie bfournie commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

The agent-ha5-dualstack-iso-no-registry occasionally times out before the installation is complete. This job takes longer for the 5 control plane nodes to resolve. Increase the timeout.

Summary by CodeRabbit

  • Increased the timeout budget for the nightly OpenShift CI job e2e-agent-ha5-dualstack-iso-no-registry-techpreview in ci-operator/config/openshift/release/openshift-release-main__nightly-5.0.yaml by setting DEVSCRIPTS_SETUP_TIMEOUT: 150m, to reduce intermittent installation timeouts when resolving five control plane nodes takes longer than usual.
  • Removed an adjacent timeout: 4h0m0s stanza immediately before the e2e-agent-ha5-dualstack-iso-no-registry-techpreview job entry to avoid conflicting/overlapping timeout behavior.
  • Updated the Baremetal dev-scripts setup command wrapper (ci-operator/step-registry/baremetalds/devscripts/setup/baremetalds-devscripts-setup-commands.sh) to derive timeouts from DEVSCRIPTS_SETUP_TIMEOUT (default 130m):
    • MAKE_TIMEOUT controls the make ${DEVSCRIPTS_TARGET} step timeout
    • SSH_TIMEOUT is computed as MAKE_TIMEOUT + 45m and used to bound the SSH session (replacing the previous fixed SSH/heredoc timeout).
  • Wired the new configuration knob into the Baremetal dev-scripts step ref (ci-operator/step-registry/baremetalds/devscripts/setup/baremetalds-devscripts-setup-ref.yaml) by documenting DEVSCRIPTS_SETUP_TIMEOUT (default 130m) and setting the step-ref timeout: 3h15m.

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

openshift-ci-robot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

@bfournie: This pull request references AGENT-1533 which is a valid jira issue.

Details

In response to this:

The agent-ha5-dualstack-iso-no-registry occasionally times out before the installation is complete. This job takes longer for the 5 control plane nodes to resolve. Increase the timeout.

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.

@bfournie

Copy link
Copy Markdown
Contributor Author

/cc @andfasano

@openshift-ci
openshift-ci Bot requested review from andfasano, dgoodwin and wking July 29, 2026 17:36
@coderabbitai

coderabbitai Bot commented Jul 29, 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: 0606486c-37ea-4af1-98ce-0a7cc8493c32

📥 Commits

Reviewing files that changed from the base of the PR and between b3955b8 and 1d098a0.

⛔ 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 (3)
  • ci-operator/config/openshift/release/openshift-release-main__nightly-5.0.yaml
  • ci-operator/step-registry/baremetalds/devscripts/setup/baremetalds-devscripts-setup-commands.sh
  • ci-operator/step-registry/baremetalds/devscripts/setup/baremetalds-devscripts-setup-ref.yaml

Walkthrough

Dev-scripts setup now accepts configurable timeouts, defaults to 130 minutes, and adds a 45-minute SSH buffer. The nightly e2e-agent job overrides the setup timeout to 150 minutes, while an adjacent four-hour job timeout is removed.

Changes

Dev-scripts setup timeout

Layer / File(s) Summary
Timeout contract and execution
ci-operator/step-registry/baremetalds/devscripts/setup/baremetalds-devscripts-setup-ref.yaml, ci-operator/step-registry/baremetalds/devscripts/setup/baremetalds-devscripts-setup-commands.sh
Defines DEVSCRIPTS_SETUP_TIMEOUT with a 130m default, validates it, applies it to the make step, sets the SSH timeout to that value plus 45 minutes, and adds a 3h15m step timeout.
Nightly job timeout override
ci-operator/config/openshift/release/openshift-release-main__nightly-5.0.yaml
Sets the e2e-agent job’s setup timeout to 150m and removes the preceding job’s 4h0m0s timeout.

Estimated code review effort: 2 (Simple) | ~10 minutes

Sequence Diagram(s)

sequenceDiagram
  participant NightlyJob
  participant DevscriptsSetup
  participant SSHSession
  participant MakeTarget
  NightlyJob->>DevscriptsSetup: Pass DEVSCRIPTS_SETUP_TIMEOUT=150m
  DevscriptsSetup->>SSHSession: Apply setup timeout plus 45m
  SSHSession->>MakeTarget: Execute make target with 150m timeout
Loading

Suggested labels: rehearsals-ack

Suggested reviewers: dgoodwin, wking, pawanpinjarkar

🚥 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 matches the main change: increasing timeout for the agent-ha5 test job.
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 No Ginkgo test titles were added or modified; the PR only changes CI timeout/config files and a shell script.
Test Structure And Quality ✅ Passed No Ginkgo test code changed; PR only adjusts CI config and devscripts timeout handling.
Microshift Test Compatibility ✅ Passed PR only adjusts CI timeouts/env; no new Ginkgo e2e tests were added, so the MicroShift compatibility check is not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR only changes CI/job timeout config and shell step timeouts; no new or modified Ginkgo tests were added, so the SNO check is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed Only CI timeout config and dev-scripts timeout handling changed; no pod scheduling constraints or topology assumptions were introduced.
Ote Binary Stdout Contract ✅ Passed No OTE binary main/setup code changed; only CI step YAML and a shell step script timeout/env tweak, with no new Go stdout writes.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed No new Ginkgo e2e tests were added; the PR only changes CI job timeouts and dev-scripts timeout plumbing.
No-Weak-Crypto ✅ Passed Touched files only adjust CI timeouts; no MD5/SHA1/DES/RC4/3DES/Blowfish/ECB, custom crypto, or secret-comparison code was introduced.
Container-Privileges ✅ Passed PR only adjusts timeouts/env vars; no touched K8s/container manifests add privileged, hostPID/Network/IPC, SYS_ADMIN, or allowPrivilegeEscalation.
No-Sensitive-Data-In-Logs ✅ Passed No new sensitive logging was introduced; changes only adjust timeout handling/docs and add a non-sensitive timeout validation error, while existing redaction remains.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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

@bfournie

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-release-main-nightly-5.0-e2e-agent-ha5-dualstack-iso-no-registry-techpreview

@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/baremetalds/devscripts/setup/baremetalds-devscripts-setup-commands.sh`:
- Around line 196-198: Update the timeout handling around MAKE_TIMEOUT and
SSH_TIMEOUT to enforce or document that DEVSCRIPTS_SETUP_TIMEOUT must use
minute-based values. Prefer normalizing supported duration inputs before adding
the 45-minute SSH buffer, while preserving the existing MAKE_TIMEOUT value
passed to make.
🪄 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: c4a5670e-69f0-4551-be96-ee060f89631e

📥 Commits

Reviewing files that changed from the base of the PR and between 2d95403 and 51a198a.

⛔ 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 (3)
  • ci-operator/config/openshift/release/openshift-release-main__nightly-5.0.yaml
  • ci-operator/step-registry/baremetalds/devscripts/setup/baremetalds-devscripts-setup-commands.sh
  • ci-operator/step-registry/baremetalds/devscripts/setup/baremetalds-devscripts-setup-ref.yaml

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@bfournie
bfournie force-pushed the increase-agent-ha5-timeout branch from 51a198a to 9f19344 Compare July 29, 2026 17:47
@bfournie

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-release-main-nightly-5.0-e2e-agent-ha5-dualstack-iso-no-registry-techpreview

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@bfournie

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-release-main-nightly-5.0-e2e-agent-ha5-dualstack-iso-no-registry-techpreview

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@bfournie

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-release-main-nightly-5.0-e2e-agent-compact-iso-no-registry-techpreview

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@bfournie

Copy link
Copy Markdown
Contributor Author

/pj-rehearse ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@bfournie: 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 Jul 29, 2026
@bfournie
bfournie force-pushed the increase-agent-ha5-timeout branch from 9f19344 to b3955b8 Compare July 30, 2026 16:23
@bfournie

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-release-main-nightly-5.0-e2e-agent-compact-iso-no-registry-techpreview

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@bfournie

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-release-main-nightly-5.0-e2e-agent-ha5-dualstack-iso-no-registry-techpreview

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@bfournie: 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 removed the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jul 30, 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: 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/baremetalds/devscripts/setup/baremetalds-devscripts-setup-commands.sh`:
- Around line 196-203: Update the MAKE_TIMEOUT validation in the setup timeout
block to reject zero-minute values by requiring a positive integer minute format
such as ^[1-9][0-9]*m$. Preserve the existing error message and SSH_TIMEOUT
calculation for valid positive values.

In
`@ci-operator/step-registry/baremetalds/devscripts/setup/baremetalds-devscripts-setup-ref.yaml`:
- Line 5: Increase the step timeout configured by the baremetalds-devscripts
setup ref from 3h to at least 3h15m, preferably with additional headroom, so it
exceeds the maximum computed internal SSH timeout of 195m.
🪄 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: a06ac167-25b5-4279-b758-f885affb1e41

📥 Commits

Reviewing files that changed from the base of the PR and between 9f19344 and b3955b8.

⛔ 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 (3)
  • ci-operator/config/openshift/release/openshift-release-main__nightly-5.0.yaml
  • ci-operator/step-registry/baremetalds/devscripts/setup/baremetalds-devscripts-setup-commands.sh
  • ci-operator/step-registry/baremetalds/devscripts/setup/baremetalds-devscripts-setup-ref.yaml

The agent-ha5-dualstack-iso-no-registry occasionally times
out before the installation is complete. This job takes longer
for the 5 control plane nodes to resolve. Increase the timeout.
@bfournie
bfournie force-pushed the increase-agent-ha5-timeout branch from b3955b8 to 1d098a0 Compare July 30, 2026 16:56
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@bfournie: 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]
@bfournie: 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
pull-ci-openshift-image-registry-main-e2e-metal-ipi-ovn-ipv6 openshift/image-registry presubmit Registry content changed
pull-ci-openshift-image-registry-release-5.1-e2e-metal-ipi-ovn-ipv6 openshift/image-registry presubmit Registry content changed
pull-ci-openshift-image-registry-release-5.0-e2e-metal-ipi-ovn-ipv6 openshift/image-registry presubmit Registry content changed
pull-ci-openshift-image-registry-release-4.23-e2e-metal-ipi-ovn-ipv6 openshift/image-registry presubmit Registry content changed
pull-ci-openshift-image-registry-release-4.22-e2e-metal-ipi-ovn-ipv6 openshift/image-registry presubmit Registry content changed
pull-ci-openshift-image-registry-release-4.21-e2e-metal-ipi-ovn-ipv6 openshift/image-registry presubmit Registry content changed
pull-ci-openshift-image-registry-release-4.20-e2e-metal-ipi-ovn-ipv6 openshift/image-registry presubmit Registry content changed
pull-ci-openshift-image-registry-release-4.19-e2e-metal-ipi-ovn-ipv6 openshift/image-registry presubmit Registry content changed
pull-ci-openshift-image-registry-release-4.18-e2e-metal-ipi-ovn-ipv6 openshift/image-registry presubmit Registry content changed
pull-ci-openshift-image-registry-release-4.17-e2e-metal-ipi-ovn-ipv6 openshift/image-registry presubmit Registry content changed
pull-ci-openshift-image-registry-release-4.16-e2e-metal-ipi-ovn-ipv6 openshift/image-registry presubmit Registry content changed
pull-ci-openshift-image-registry-release-4.15-e2e-metal-ipi-ovn-ipv6 openshift/image-registry presubmit Registry content changed
pull-ci-openshift-image-registry-release-4.14-e2e-metal-ipi-ovn-ipv6 openshift/image-registry presubmit Registry content changed
pull-ci-openshift-cluster-baremetal-operator-release-4.9-e2e-metal-ipi openshift/cluster-baremetal-operator presubmit Registry content changed
pull-ci-openshift-cluster-baremetal-operator-release-4.9-e2e-metal-ipi-ovn-ipv6 openshift/cluster-baremetal-operator presubmit Registry content changed
pull-ci-openshift-cluster-baremetal-operator-release-4.9-e2e-metal-ipi-ovn-dualstack openshift/cluster-baremetal-operator presubmit Registry content changed
pull-ci-openshift-cluster-baremetal-operator-release-4.8-e2e-metal-ipi openshift/cluster-baremetal-operator presubmit Registry content changed
pull-ci-openshift-cluster-baremetal-operator-release-4.8-e2e-metal-ipi-ovn-ipv6 openshift/cluster-baremetal-operator presubmit Registry content changed
pull-ci-openshift-cluster-baremetal-operator-release-4.8-e2e-metal-ipi-ovn-dualstack openshift/cluster-baremetal-operator presubmit Registry content changed
pull-ci-openshift-cluster-baremetal-operator-release-4.7-e2e-metal-ipi openshift/cluster-baremetal-operator presubmit Registry content changed
pull-ci-openshift-cluster-baremetal-operator-release-4.7-e2e-metal-ipi-ovn-ipv6 openshift/cluster-baremetal-operator presubmit Registry content changed
pull-ci-openshift-cluster-baremetal-operator-release-4.7-e2e-metal-ipi-ovn-dualstack openshift/cluster-baremetal-operator presubmit Registry content changed
pull-ci-openshift-cluster-baremetal-operator-release-4.6-e2e-metal-ipi openshift/cluster-baremetal-operator presubmit Registry content changed
pull-ci-openshift-cluster-baremetal-operator-main-e2e-metal-ipi-ovn-dualstack openshift/cluster-baremetal-operator presubmit Registry content changed
pull-ci-openshift-cluster-baremetal-operator-release-5.1-e2e-metal-ipi-ovn-dualstack openshift/cluster-baremetal-operator presubmit Registry content changed

A total of 4515 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.

@pawanpinjarkar

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jul 31, 2026
@bfournie

Copy link
Copy Markdown
Contributor Author

/pj-rehearse ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@bfournie: 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 Jul 31, 2026
@andfasano

Copy link
Copy Markdown
Contributor

Changes look good to me, especially adding an explicit step timeout greater than the older default of 2h: previously the ci-operator step timeout always overrode the internal dev-scripts script timeouts. With the new default there will be more room for the internal script timeout to fail.
Just to make sure that this change does not introduce any regression, let's run a full re-hearshal (and also, get a feedback from metal team, cc @elfosardo, since we discussed those topics in the past)

/pj-rehearse

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@bfournie

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-release-main-nightly-5.0-e2e-metal-ipi-ovn-ipv4

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@bfournie: 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/openshift/cluster-baremetal-operator/release-4.9/e2e-metal-ipi 1d098a0 link unknown /pj-rehearse pull-ci-openshift-cluster-baremetal-operator-release-4.9-e2e-metal-ipi
ci/rehearse/periodic-ci-openshift-release-main-nightly-5.0-e2e-metal-ipi-ovn-ipv4 1d098a0 link unknown /pj-rehearse periodic-ci-openshift-release-main-nightly-5.0-e2e-metal-ipi-ovn-ipv4
ci/rehearse/openshift/cluster-baremetal-operator/release-4.9/e2e-metal-ipi-ovn-ipv6 1d098a0 link unknown /pj-rehearse pull-ci-openshift-cluster-baremetal-operator-release-4.9-e2e-metal-ipi-ovn-ipv6

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.

@bfournie

Copy link
Copy Markdown
Contributor Author

The periodic-ci-openshift-release-main-nightly-5.0-e2e-metal-ipi-ovn-ipv4 test failed for an unrelated reason. The installation and the test time was fine:

Blocking test failures:

	* [sig-cli] oc adm must-gather oc adm inspect should support since and sincetime [apigroup:config.openshift.io] [Suite:openshift/conformance/parallel]
	* [sig-node][apigroup:config.openshift.io] CPU Partitioning node validation should have correct cpuset and cpushare set in crio containers [Suite:openshift/conformance/parallel]

@andfasano

Copy link
Copy Markdown
Contributor

@elfosardo @tdomnesc could you please have a look at this patch? We need to increase the timeout for one of our key jobs (5 control planes), and currently is failing due the step timeout. The changes should be fine and pretty transparent, but I'd like to get your feedback as well

@bfournie

bfournie commented Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-release-main-nightly-4.22-e2e-metal-ipi-ovn-ipv6

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@bfournie

bfournie commented Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-release-main-nightly-5.0-e2e-metal-ipi-ovn-serial-virtualmedia-1of2

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@bfournie

bfournie commented Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-release-main-nightly-5.0-e2e-metal-ipi-ovn-serial-virtualmedia-1of2

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@bfournie

bfournie commented Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-release-main-nightly-5.0-e2e-metal-ipi-ovn-serial-virtualmedia-1of2

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@deepsm007

Copy link
Copy Markdown
Contributor

/approve

@openshift-ci

openshift-ci Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bfournie, deepsm007, pawanpinjarkar

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-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 3, 2026
@openshift-merge-bot
openshift-merge-bot Bot merged commit a1efeb2 into openshift:main Aug 3, 2026
24 of 27 checks passed
@bfournie
bfournie deleted the increase-agent-ha5-timeout branch August 3, 2026 19:56
amogh-redhat pushed a commit to amogh-redhat/release that referenced this pull request Aug 5, 2026
The agent-ha5-dualstack-iso-no-registry occasionally times
out before the installation is complete. This job takes longer
for the 5 control plane nodes to resolve. Increase the timeout.
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. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. 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.

5 participants