summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorRicardo Martincoski <ricardo.martincoski@gmail.com>2017-08-04 23:05:20 -0300
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2017-08-10 10:08:55 +0200
commit3cc7bd2db97a7f2cdd3e30dce5cb5ed0b52801d5 (patch)
tree1846306f9be0de1cfbd86a4d48da744cc9eb6873 /.gitlab-ci.yml
parent6e45e33f27d5ae6fa0ab5aad3f032d886a886037 (diff)
downloadbuildroot-3cc7bd2db97a7f2cdd3e30dce5cb5ed0b52801d5.tar.gz
buildroot-3cc7bd2db97a7f2cdd3e30dce5cb5ed0b52801d5.zip
.gitlab-ci.yml: use large timeouts for runtime tests
Multiply the timeouts for emulator in the gitlab runners by 10 to avoid sporadic failures in elastic runners. Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 90efd81e50..19335d7bfd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -49,7 +49,9 @@ check-DEVELOPERS:
.runtime_test: &runtime_test
# Keep build directories so the rootfs can be an artifact of the job. The
# runner will clean up those files for us.
- script: ./support/testing/run-tests -o test-output/ -d test-dl/ -k ${CI_BUILD_NAME}
+ # Multiply every emulator timeout by 10 to avoid sporadic failures in
+ # elastic runners.
+ script: ./support/testing/run-tests -o test-output/ -d test-dl/ -k --timeout-multiplier 10 ${CI_BUILD_NAME}
artifacts:
when: always
expire_in: 2 weeks
OpenPOWER on IntegriCloud