From b25affc465e0882748e4658b83e47641ffbf7751 Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Wed, 6 Dec 2023 14:14:08 +0800 Subject: [PATCH] osci.yaml: Increase ha-ovn job timeout The ha-ovn jobs specifically are frequently taking at least 3h when successful and often fail when almost finished with a timeout of 4h (14400s) which is the timeout for the parent func-target job. Increase the timeout for these specific jobs to 5h (18000s). Change-Id: I1a973f5c39cb5e4886d6194b6b63ce0bea06e07b --- osci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/osci.yaml b/osci.yaml index 8b3979d0..0d9d8cfc 100644 --- a/osci.yaml +++ b/osci.yaml @@ -32,6 +32,7 @@ - job: name: jammy-antelope-ha-ovn parent: func-target + timeout: 18000 dependencies: - jammy-antelope-ha vars: @@ -46,6 +47,7 @@ - job: name: jammy-bobcat-ha-ovn parent: func-target + timeout: 18000 dependencies: - jammy-antelope-ha vars: @@ -60,6 +62,7 @@ - job: name: mantic-bobcat-ha-ovn parent: func-target + timeout: 18000 dependencies: - jammy-antelope-ha vars: