.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>
This commit is contained in:
parent
6e45e33f27
commit
3cc7bd2db9
@ -49,7 +49,9 @@ check-DEVELOPERS:
|
|||||||
.runtime_test: &runtime_test
|
.runtime_test: &runtime_test
|
||||||
# Keep build directories so the rootfs can be an artifact of the job. The
|
# Keep build directories so the rootfs can be an artifact of the job. The
|
||||||
# runner will clean up those files for us.
|
# 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:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
expire_in: 2 weeks
|
expire_in: 2 weeks
|
||||||
|
@ -49,7 +49,9 @@ check-DEVELOPERS:
|
|||||||
.runtime_test: &runtime_test
|
.runtime_test: &runtime_test
|
||||||
# Keep build directories so the rootfs can be an artifact of the job. The
|
# Keep build directories so the rootfs can be an artifact of the job. The
|
||||||
# runner will clean up those files for us.
|
# 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:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
expire_in: 2 weeks
|
expire_in: 2 weeks
|
||||||
|
Loading…
Reference in New Issue
Block a user