From 58902cc5dac79fdaddce67ae6365d54d7bb6feac Mon Sep 17 00:00:00 2001 From: lufreita Date: Thu, 2 Jul 2026 16:59:31 -0300 Subject: [PATCH] ROSAENG-61074: extend ROSA advanced presubmit time budget Add an explicit six-hour timeout to the ROSA HCP and STS advanced presubmits so they keep overhead for cluster setup, test execution, and teardown. Update the generated Prow jobs to keep the release repo in sync with the ci-operator source. --- .../openshift/rosa/openshift-rosa-master__e2e-presubmits.yaml | 2 ++ .../jobs/openshift/rosa/openshift-rosa-master-presubmits.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ci-operator/config/openshift/rosa/openshift-rosa-master__e2e-presubmits.yaml b/ci-operator/config/openshift/rosa/openshift-rosa-master__e2e-presubmits.yaml index f0a17a30b8451..5e9b825af1eff 100644 --- a/ci-operator/config/openshift/rosa/openshift-rosa-master__e2e-presubmits.yaml +++ b/ci-operator/config/openshift/rosa/openshift-rosa-master__e2e-presubmits.yaml @@ -39,6 +39,7 @@ tests: test: - chain: rosa-tests-pull-request workflow: rosa-lifecycle + timeout: 6h0m0s - always_run: false as: pr-rosa-sts-advanced optional: true @@ -51,6 +52,7 @@ tests: test: - chain: rosa-tests-pull-request workflow: rosa-lifecycle + timeout: 6h0m0s - always_run: false as: pr-rosa-hcp-private-link optional: true diff --git a/ci-operator/jobs/openshift/rosa/openshift-rosa-master-presubmits.yaml b/ci-operator/jobs/openshift/rosa/openshift-rosa-master-presubmits.yaml index 861560343fcb3..31edeaa0f7445 100644 --- a/ci-operator/jobs/openshift/rosa/openshift-rosa-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/rosa/openshift-rosa-master-presubmits.yaml @@ -297,6 +297,7 @@ presubmits: name: github-credentials-openshift-ci-robot-private-git-cloner sparse_checkout_files: - images/Dockerfile.e2e + timeout: 6h0m0s labels: ci-operator.openshift.io/cloud: aws ci-operator.openshift.io/cloud-cluster-profile: oex-aws-qe @@ -670,6 +671,7 @@ presubmits: name: github-credentials-openshift-ci-robot-private-git-cloner sparse_checkout_files: - images/Dockerfile.e2e + timeout: 6h0m0s labels: ci-operator.openshift.io/cloud: aws ci-operator.openshift.io/cloud-cluster-profile: oex-aws-qe