From f78ffc7cfd789a8ed3719af1516873602f229b53 Mon Sep 17 00:00:00 2001 From: Eric Fried Date: Wed, 18 Mar 2026 14:59:41 -0500 Subject: [PATCH] Hive: Increase timeout for azure jobs These started to time out at 2h. Increase to 3.5h. --- ci-operator/config/openshift/hive/openshift-hive-master.yaml | 1 + .../config/openshift/hive/openshift-hive-master__periodic.yaml | 2 ++ .../jobs/openshift/hive/openshift-hive-master-periodics.yaml | 1 + .../jobs/openshift/hive/openshift-hive-master-presubmits.yaml | 1 + 4 files changed, 5 insertions(+) diff --git a/ci-operator/config/openshift/hive/openshift-hive-master.yaml b/ci-operator/config/openshift/hive/openshift-hive-master.yaml index e85a71903db3d..5879f7cc88adb 100644 --- a/ci-operator/config/openshift/hive/openshift-hive-master.yaml +++ b/ci-operator/config/openshift/hive/openshift-hive-master.yaml @@ -218,6 +218,7 @@ tests: requests: cpu: 100m workflow: ipi-azure + timeout: 3h30m0s - as: e2e-vsphere run_if_changed: vsphere steps: diff --git a/ci-operator/config/openshift/hive/openshift-hive-master__periodic.yaml b/ci-operator/config/openshift/hive/openshift-hive-master__periodic.yaml index d43f9ac86eef1..d3196332e4228 100644 --- a/ci-operator/config/openshift/hive/openshift-hive-master__periodic.yaml +++ b/ci-operator/config/openshift/hive/openshift-hive-master__periodic.yaml @@ -166,7 +166,9 @@ tests: resources: requests: cpu: 100m + timeout: 3h30m0s workflow: ipi-azure + timeout: 3h30m0s - as: e2e-openstack-weekly cron: 10 23 * * 0 steps: diff --git a/ci-operator/jobs/openshift/hive/openshift-hive-master-periodics.yaml b/ci-operator/jobs/openshift/hive/openshift-hive-master-periodics.yaml index fe079284a1d38..84a08c8d77771 100644 --- a/ci-operator/jobs/openshift/hive/openshift-hive-master-periodics.yaml +++ b/ci-operator/jobs/openshift/hive/openshift-hive-master-periodics.yaml @@ -5,6 +5,7 @@ periodics: decorate: true decoration_config: skip_cloning: true + timeout: 3h30m0s extra_refs: - base_ref: master org: openshift diff --git a/ci-operator/jobs/openshift/hive/openshift-hive-master-presubmits.yaml b/ci-operator/jobs/openshift/hive/openshift-hive-master-presubmits.yaml index 23589fd6e28db..fe278515a44fc 100644 --- a/ci-operator/jobs/openshift/hive/openshift-hive-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/hive/openshift-hive-master-presubmits.yaml @@ -161,6 +161,7 @@ presubmits: decorate: true decoration_config: skip_cloning: true + timeout: 3h30m0s labels: ci-operator.openshift.io/cloud: azure4 ci-operator.openshift.io/cloud-cluster-profile: openshift-org-azure