Skip to content

NO-ISSUE: set C2CC CI timeout to 45m - #7400

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
redhat-chai-bot:c2cc-timeout-45m-main
Sep 18, 2026
Merged

openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
redhat-chai-bot:c2cc-timeout-45m-main

Conversation

@redhat-chai-bot

@redhat-chai-bot redhat-chai-bot commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

Summary

Set the generic C2CC CI test execution timeout to 45 minutes on main.

Details

  • Add TEST_EXECUTION_TIMEOUT=45m in the C2CC branch of test/bin/ci_phase_boot_and_test.sh.
  • Preserve the release-specific 60m timeout and the C2CC upgrade scenario's explicit 60m override.

Validation

  • make build
  • make verify-sh
  • bash -n test/bin/ci_phase_boot_and_test.sh
  • git diff --check

This addresses the suite-level timeout observed in periodic MicroShift C2CC run 2100442240823332864.


AI-generated. Review for accuracy.

@pmtk requested via Chai Bot

Summary by CodeRabbit

  • Bug Fixes
    • C2CC scenario jobs now allow up to 45 minutes for test execution, reducing premature timeout failures.
    • Release scenarios retain their existing 60-minute timeout.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Pipeline controller notification
This repo is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: LGTM mode

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

Copy link
Copy Markdown

@redhat-chai-bot: This pull request explicitly references no jira issue.

Details

In response to this:

Summary

Set the generic C2CC CI test execution timeout to 45 minutes on main.

Details

  • Add TEST_EXECUTION_TIMEOUT=45m in the C2CC branch of test/bin/ci_phase_boot_and_test.sh.
  • Preserve the release-specific 60m timeout and the C2CC upgrade scenario's explicit 60m override.

Validation

  • make build
  • make verify-sh
  • bash -n test/bin/ci_phase_boot_and_test.sh
  • git diff --check

This addresses the suite-level timeout observed in periodic MicroShift C2CC run 2100442240823332864.


AI-generated. Review for accuracy.

@pmtk requested via Chai Bot

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 Sep 18, 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: Advanced

Run ID: 95098b84-6811-4e90-ac18-d7bff791da59

📥 Commits

Reviewing files that changed from the base of the PR and between 3aab804 and a52045a.

📒 Files selected for processing (1)
  • test/bin/ci_phase_boot_and_test.sh

Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review.


Walkthrough

Changes

C2CC timeout configuration

Layer / File(s) Summary
Set C2CC test timeout
test/bin/ci_phase_boot_and_test.sh
C2CC scenario jobs export TEST_EXECUTION_TIMEOUT=45m before execution. Release scenarios retain the existing 60-minute timeout.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested reviewers: agullon

Merge Risk: ⚪ Minimal · up to a5204

The C2CC timeout change is bounded to the intended scenario and does not introduce a concrete merge-blocking risk.

🚥 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 and concisely describes the main change: setting the C2CC CI timeout to 45 minutes. The no-issue note is consistent with the PR objectives.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 1…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed The pull request changes only test/bin/ci_phase_boot_and_test.sh. It adds export TEST_EXECUTION_TIMEOUT=45m inside the C2CC shell branch and does not add or modify any Ginkgo test title (It, `De…
Test Structure And Quality ✅ Passed PASS: The pull request changes only test/bin/ci_phase_boot_and_test.sh. It adds export TEST_EXECUTION_TIMEOUT=45m inside the C2CC scenario branch and does not change Ginkgo tests, test setup, clea…
Microshift Test Compatibility ✅ Passed PASS: The pull request changes only test/bin/ci_phase_boot_and_test.sh. It adds export TEST_EXECUTION_TIMEOUT=45m inside the existing C2CC branch. It adds no Ginkgo tests and introduces no MicroSh…
Single Node Openshift (Sno) Test Compatibility ✅ Passed PASS: The pull request changes only test/bin/ci_phase_boot_and_test.sh and adds export TEST_EXECUTION_TIMEOUT=45m. It adds no Ginkgo tests or multi-node assumptions. The SNO compatibility check is…
Topology-Aware Scheduling Compatibility ✅ Passed PASS. The pull request changes only test/bin/ci_phase_boot_and_test.sh. It adds a TEST_EXECUTION_TIMEOUT=45m environment variable for C2CC test execution. The variable is consumed by scenario.sh
Ote Binary Stdout Contract ✅ Passed PASS — The PR changes only test/bin/ci_phase_boot_and_test.sh and adds export TEST_EXECUTION_TIMEOUT=45m inside the C2CC shell branch. The diff contains no Go or OTE binary changes and no process-…
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The pull request changes only test/bin/ci_phase_boot_and_test.sh. It adds export TEST_EXECUTION_TIMEOUT=45m inside the existing C2CC scenario branch and adds no Ginkgo tests or test declarations. …
No-Weak-Crypto ✅ Passed PASS. The authoritative diff changes only test/bin/ci_phase_boot_and_test.sh by exporting TEST_EXECUTION_TIMEOUT=45m in the C2CC branch. The changed script contains no MD5, SHA1, DES, RC4, 3DES, B…
Container-Privileges ✅ Passed PASS. The pull request changes only test/bin/ci_phase_boot_and_test.sh. It adds export TEST_EXECUTION_TIMEOUT=45m in the C2CC branch and does not add or modify container/Kubernetes privilege setti…
No-Sensitive-Data-In-Logs ✅ Passed PASS — The pull request adds only export TEST_EXECUTION_TIMEOUT=45m in the C2CC branch. The value is a non-sensitive duration. The existing logging and shell tracing do not add passwords, tokens, ke…
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create a new PR

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

@openshift-ci
openshift-ci Bot requested review from pacevedom and pmtk September 18, 2026 08:04
@pmtk

pmtk commented Sep 18, 2026

Copy link
Copy Markdown
Member

/test ?

@pmtk

pmtk commented Sep 18, 2026

Copy link
Copy Markdown
Member

/test e2e-aws-tests-bootc-c2cc e2e-aws-tests-bootc-c2cc-arm

@pmtk

pmtk commented Sep 18, 2026

Copy link
Copy Markdown
Member

/lgtm
/cherry-pick release-5.0 release-4.22

@openshift-cherrypick-robot

Copy link
Copy Markdown

@pmtk: once the present PR merges, I will cherry-pick it on top of release-5.0 in a new PR and assign it to you.

Details

In response to this:

/lgtm
/cherry-pick release-5.0 release-4.22

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 added the lgtm Indicates that a PR is ready to be merged. label Sep 18, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Scheduling tests matching the pipeline_run_if_changed or not excluded by pipeline_skip_if_only_changed parameters:
/test e2e-aws-tests
/test e2e-aws-tests-arm
/test e2e-aws-tests-bootc-arm-el10
/test e2e-aws-tests-bootc-arm-el9
/test e2e-aws-tests-bootc-el10
/test e2e-aws-tests-bootc-el9
/test e2e-aws-tests-bootc-periodic-arm-el10
/test e2e-aws-tests-bootc-periodic-arm-el9
/test e2e-aws-tests-bootc-periodic-el10
/test e2e-aws-tests-bootc-periodic-el9
/test e2e-aws-tests-periodic
/test e2e-aws-tests-periodic-arm

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 18, 2026
@pmtk

pmtk commented Sep 18, 2026

Copy link
Copy Markdown
Member

/override ci/prow/e2e-aws-tests-bootc-el10 ci/prow/e2e-aws-tests-bootc-periodic-arm-el10

/lgtm
/cherrypick release-5.0

@openshift-cherrypick-robot

Copy link
Copy Markdown

@pmtk: once the present PR merges, I will cherry-pick it on top of release-5.0 in a new PR and assign it to you.

Details

In response to this:

/override ci/prow/e2e-aws-tests-bootc-el10 ci/prow/e2e-aws-tests-bootc-periodic-arm-el10

/lgtm
/cherrypick release-5.0

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 Sep 18, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: pmtk, redhat-chai-bot

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

@pmtk

pmtk commented Sep 18, 2026

Copy link
Copy Markdown
Member

/cherrypick release-5.0 release-4.22

@openshift-cherrypick-robot

Copy link
Copy Markdown

@pmtk: once the present PR merges, I will cherry-pick it on top of release-5.0 in a new PR and assign it to you.

Details

In response to this:

/cherrypick release-5.0 release-4.22

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 Sep 18, 2026

Copy link
Copy Markdown
Contributor

@pmtk: Overrode contexts on behalf of pmtk: ci/prow/e2e-aws-tests-bootc-el10, ci/prow/e2e-aws-tests-bootc-periodic-arm-el10

Details

In response to this:

/override ci/prow/e2e-aws-tests-bootc-el10 ci/prow/e2e-aws-tests-bootc-periodic-arm-el10

/lgtm
/cherrypick release-5.0

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 Sep 18, 2026

Copy link
Copy Markdown
Contributor

@redhat-chai-bot: all tests passed!

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.

@pmtk

pmtk commented Sep 18, 2026

Copy link
Copy Markdown
Member

/verified by ci

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label Sep 18, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@pmtk: This PR has been marked as verified by ci.

Details

In response to this:

/verified by ci

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.

@openshift-merge-bot
openshift-merge-bot Bot merged commit d98bf7d into openshift:main Sep 18, 2026
21 checks passed
@openshift-cherrypick-robot

Copy link
Copy Markdown

@pmtk: new pull request created: #7404

Details

In response to this:

/cherrypick release-5.0 release-4.22

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.

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. verified Signifies that the PR passed pre-merge verification criteria

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants