mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 13:55:41 +00:00
ci_template: set the TIMEOUT_FACTOR of gst-validate-launcher to 2
We have lots of tests that timeout on the CI due to a high load of jobs on the CI runners. Let's try giving them a bit more time and see how its going.
This commit is contained in:
parent
6b48c9c003
commit
d19360b37e
1 changed files with 2 additions and 0 deletions
|
@ -190,6 +190,7 @@ build clang fedora x86_64:
|
||||||
GST_DEBUG_NO_COLOR: "true"
|
GST_DEBUG_NO_COLOR: "true"
|
||||||
CI_ARTIFACTS_URL: "${CI_PROJECT_URL}/-/jobs/${CI_JOB_ID}/artifacts/raw/validate-logs/"
|
CI_ARTIFACTS_URL: "${CI_PROJECT_URL}/-/jobs/${CI_JOB_ID}/artifacts/raw/validate-logs/"
|
||||||
GST_VALIDATE_LAUNCHER_FORCE_COLORS: "true"
|
GST_VALIDATE_LAUNCHER_FORCE_COLORS: "true"
|
||||||
|
TIMEOUT_FACTOR: "2"
|
||||||
script:
|
script:
|
||||||
- cd gst-build/
|
- cd gst-build/
|
||||||
- echo "-> Running ${TEST_SUITE}"
|
- echo "-> Running ${TEST_SUITE}"
|
||||||
|
@ -201,6 +202,7 @@ build clang fedora x86_64:
|
||||||
--shuffle
|
--shuffle
|
||||||
--no-display
|
--no-display
|
||||||
--meson-no-rebuild
|
--meson-no-rebuild
|
||||||
|
--timeout-factor "${TIMEOUT_FACTOR}"
|
||||||
--fail-on-testlist-change
|
--fail-on-testlist-change
|
||||||
-l "${CI_PROJECT_DIR}/validate-logs/"
|
-l "${CI_PROJECT_DIR}/validate-logs/"
|
||||||
--xunit-file "${CI_PROJECT_DIR}/validate-logs/xunit.xml"
|
--xunit-file "${CI_PROJECT_DIR}/validate-logs/xunit.xml"
|
||||||
|
|
Loading…
Reference in a new issue