[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 14/15] gitlab-ci: Increase the timeout for the cross-compiler
From: |
Alex Bennée |
Subject: |
[PATCH v1 14/15] gitlab-ci: Increase the timeout for the cross-compiler builds |
Date: |
Fri, 25 Sep 2020 16:40:26 +0100 |
From: Thomas Huth <thuth@redhat.com>
Some of the cross-compiler builds (the mips build and the win64 build
for example) are quite slow and sometimes hit the 1h time limit.
Increase the limit a little bit to make sure that we do not get failures
in the CI runs just because of some few minutes.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20200921174320.46062-7-thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
.gitlab-ci.d/crossbuilds.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitlab-ci.d/crossbuilds.yml b/.gitlab-ci.d/crossbuilds.yml
index 510cfec03bb7..03ebfabb3fac 100644
--- a/.gitlab-ci.d/crossbuilds.yml
+++ b/.gitlab-ci.d/crossbuilds.yml
@@ -2,6 +2,7 @@
.cross_system_build_job_template: &cross_system_build_job_definition
stage: build
image: $CI_REGISTRY_IMAGE/qemu/$IMAGE:latest
+ timeout: 80m
script:
- mkdir build
- cd build
--
2.20.1
- [PATCH v1 07/15] travis.yml: Drop the superfluous Python 3.6 build, (continued)
- [PATCH v1 07/15] travis.yml: Drop the superfluous Python 3.6 build, Alex Bennée, 2020/09/25
- [PATCH v1 09/15] tests/docker: Use Fedora containers for MinGW cross-builds in the gitlab-CI, Alex Bennée, 2020/09/25
- [PATCH v1 05/15] travis.yml: Drop the default softmmu builds, Alex Bennée, 2020/09/25
- [PATCH v1 03/15] meson: move libmpathpersist test, Alex Bennée, 2020/09/25
- [PATCH v1 08/15] travis.yml: Drop the Python 3.5 build, Alex Bennée, 2020/09/25
- [PATCH v1 10/15] gitlab-ci: Remove the Debian9-based containers and containers-layer3, Alex Bennée, 2020/09/25
- [PATCH v1 11/15] tests/docker: Update the tricore container to debian 10, Alex Bennée, 2020/09/25
- [PATCH v1 15/15] configure: Bump the minimum required Python version to 3.6, Alex Bennée, 2020/09/25
- [PATCH v1 06/15] travis.yml: Update Travis to use Bionic and Focal instead of Xenial, Alex Bennée, 2020/09/25
- [PATCH v1 14/15] gitlab-ci: Increase the timeout for the cross-compiler builds,
Alex Bennée <=
- [PATCH v1 12/15] shippable.yml: Remove the Debian9-based MinGW cross-compiler tests, Alex Bennée, 2020/09/25
- [PATCH v1 13/15] tests/docker: Remove old Debian 9 containers, Alex Bennée, 2020/09/25