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
This commit is contained in:
Trent Lloyd 2023-12-06 14:14:08 +08:00
parent f76d066df5
commit b25affc465
1 changed files with 3 additions and 0 deletions

View File

@ -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: