mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-09 10:32:08 +01:00
jenkins/kola/azure.sh: Align the timeout with the GC duration
The kola test run time shouldn't be longer than the GC duration to prevent failing tests caused by GC interference. Align the Azure kola timeout with the GC duration.
This commit is contained in:
parent
484b94ff7a
commit
9e6a55189d
@ -32,7 +32,8 @@ fi
|
||||
|
||||
# Do not expand the kola test patterns globs
|
||||
set -o noglob
|
||||
timeout --signal=SIGQUIT 20h bin/kola run \
|
||||
# Align timeout with ore azure gc --duration parameter
|
||||
timeout --signal=SIGQUIT 6h bin/kola run \
|
||||
--parallel="${PARALLEL}" \
|
||||
--basename="${NAME}" \
|
||||
--board="${BOARD}" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user