From: Richard Henderson Date: Mon, 6 Jun 2022 18:24:36 +0000 (-0700) Subject: gitlab-ci: Extend timeout for ubuntu-20.04-s390x-all to 75m X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3a751770ee687047230eca5f25ce3844b97cd713;p=qemu.git gitlab-ci: Extend timeout for ubuntu-20.04-s390x-all to 75m Recent runs have been taking just over the 60m default. Signed-off-by: Richard Henderson Message-Id: <20220606182436.410053-1-richard.henderson@linaro.org> Signed-off-by: Thomas Huth --- diff --git a/.gitlab-ci.d/custom-runners/ubuntu-20.04-s390x.yml b/.gitlab-ci.d/custom-runners/ubuntu-20.04-s390x.yml index 4f292a8a5b..9f1fe9e7dc 100644 --- a/.gitlab-ci.d/custom-runners/ubuntu-20.04-s390x.yml +++ b/.gitlab-ci.d/custom-runners/ubuntu-20.04-s390x.yml @@ -31,6 +31,7 @@ ubuntu-20.04-s390x-all: - s390x variables: DFLTCC: 0 + timeout: 75m rules: - if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/' - if: "$S390X_RUNNER_AVAILABLE"