From: Alex Bennée Date: Tue, 23 Mar 2021 16:53:01 +0000 (+0000) Subject: gitlab: extend timeouts for CFI builds X-Git-Tag: v6.0.0-rc0~1^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9737c8bce932b760fc82929eebf3e8d3a26b1ce3;p=thirdparty%2Fqemu.git gitlab: extend timeouts for CFI builds These builds are running very close to the default build limit and as they are already pared down the only other option is to extend the timeout a little to give some breathing room. Signed-off-by: Alex Bennée Reviewed-by: Thomas Huth Reviewed-by: Willian Rampazzo Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20210323165308.15244-16-alex.bennee@linaro.org> --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f746d5fbea7..9ffbaa7ffbe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -502,6 +502,7 @@ build-cfi-aarch64: --enable-safe-stack --enable-slirp=git TARGETS: aarch64-softmmu MAKE_CHECK_ARGS: check-build + timeout: 70m artifacts: expire_in: 2 days paths: @@ -538,6 +539,7 @@ build-cfi-ppc64-s390x: --enable-safe-stack --enable-slirp=git TARGETS: ppc64-softmmu s390x-softmmu MAKE_CHECK_ARGS: check-build + timeout: 70m artifacts: expire_in: 2 days paths: @@ -574,6 +576,7 @@ build-cfi-x86_64: --enable-safe-stack --enable-slirp=git TARGETS: x86_64-softmmu MAKE_CHECK_ARGS: check-build + timeout: 70m artifacts: expire_in: 2 days paths: