From 4d465766d6ced47bfc3158b72117c58b6a7fc694 Mon Sep 17 00:00:00 2001 From: Rohit Patil Date: Tue, 17 Feb 2026 11:05:11 +0530 Subject: [PATCH 1/2] increase timeout --- .../openshift-cluster-authentication-operator-master.yaml | 4 ++-- ...ift-cluster-authentication-operator-master-presubmits.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci-operator/config/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master.yaml b/ci-operator/config/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master.yaml index 08f0aa06af8ac..6bc923194a28a 100644 --- a/ci-operator/config/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master.yaml +++ b/ci-operator/config/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master.yaml @@ -245,7 +245,7 @@ tests: test: - ref: openshift-e2e-test workflow: ipi-aws - timeout: 1h0m0s + timeout: 2h0m0s - always_run: true as: e2e-aws-operator-serial-ote optional: true @@ -256,7 +256,7 @@ tests: test: - ref: openshift-e2e-test workflow: ipi-aws - timeout: 1h0m0s + timeout: 2h0m0s - always_run: true as: e2e-aws-operator-encryption-serial-ote optional: true diff --git a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master-presubmits.yaml index 792aae945f821..2977e5e6f332d 100644 --- a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master-presubmits.yaml @@ -985,7 +985,7 @@ presubmits: context: ci/prow/e2e-aws-operator-parallel-ote decorate: true decoration_config: - timeout: 1h0m0s + timeout: 2h0m0s labels: ci-operator.openshift.io/cloud: aws ci-operator.openshift.io/cloud-cluster-profile: aws @@ -1060,7 +1060,7 @@ presubmits: context: ci/prow/e2e-aws-operator-serial-ote decorate: true decoration_config: - timeout: 1h0m0s + timeout: 2h0m0s labels: ci-operator.openshift.io/cloud: aws ci-operator.openshift.io/cloud-cluster-profile: aws From b7690d64cf91dcb8282d05df4b0489b5e48cee1f Mon Sep 17 00:00:00 2001 From: Rohit Patil Date: Tue, 17 Feb 2026 13:24:09 +0530 Subject: [PATCH 2/2] remove timeout for serial,parallel --- .../openshift-cluster-authentication-operator-master.yaml | 2 -- ...ift-cluster-authentication-operator-master-presubmits.yaml | 4 ---- 2 files changed, 6 deletions(-) diff --git a/ci-operator/config/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master.yaml b/ci-operator/config/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master.yaml index 6bc923194a28a..658184f08cb8f 100644 --- a/ci-operator/config/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master.yaml +++ b/ci-operator/config/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master.yaml @@ -245,7 +245,6 @@ tests: test: - ref: openshift-e2e-test workflow: ipi-aws - timeout: 2h0m0s - always_run: true as: e2e-aws-operator-serial-ote optional: true @@ -256,7 +255,6 @@ tests: test: - ref: openshift-e2e-test workflow: ipi-aws - timeout: 2h0m0s - always_run: true as: e2e-aws-operator-encryption-serial-ote optional: true diff --git a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master-presubmits.yaml index 2977e5e6f332d..cda35aa35e524 100644 --- a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master-presubmits.yaml @@ -984,8 +984,6 @@ presubmits: cluster: build05 context: ci/prow/e2e-aws-operator-parallel-ote decorate: true - decoration_config: - timeout: 2h0m0s labels: ci-operator.openshift.io/cloud: aws ci-operator.openshift.io/cloud-cluster-profile: aws @@ -1059,8 +1057,6 @@ presubmits: cluster: build05 context: ci/prow/e2e-aws-operator-serial-ote decorate: true - decoration_config: - timeout: 2h0m0s labels: ci-operator.openshift.io/cloud: aws ci-operator.openshift.io/cloud-cluster-profile: aws