ci: Set more reasonable timeouts for LAVA jobs
The test timeout shouldn't be bigger than the whole job's timeout. Also, reduce the timeouts to a more sane level and remove timeouts that don't bring value. Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9950>
This commit is contained in:
@@ -4,12 +4,7 @@ context:
|
||||
extra_nfsroot_args: " init=/init rootwait"
|
||||
timeouts:
|
||||
job:
|
||||
minutes: 40
|
||||
action:
|
||||
minutes: 10
|
||||
actions:
|
||||
power-off:
|
||||
seconds: 30
|
||||
minutes: 30
|
||||
priority: 75
|
||||
visibility:
|
||||
group:
|
||||
@@ -41,7 +36,7 @@ actions:
|
||||
os: oe
|
||||
- boot:
|
||||
timeout:
|
||||
minutes: 5
|
||||
minutes: 25
|
||||
method: {{ boot_method }}
|
||||
{% if boot_method == "fastboot" %}
|
||||
{#
|
||||
@@ -58,7 +53,7 @@ actions:
|
||||
- 'lava-shell:'
|
||||
- test:
|
||||
timeout:
|
||||
minutes: 60
|
||||
minutes: 30
|
||||
definitions:
|
||||
- repository:
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user