summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.d
diff options
context:
space:
mode:
authorRichard Henderson2022-06-06 20:24:36 +0200
committerThomas Huth2022-07-05 09:33:58 +0200
commit3a751770ee687047230eca5f25ce3844b97cd713 (patch)
tree9e22ecb25da9eace0b4b1e3003e095315581f8c7 /.gitlab-ci.d
parentgitlab: honour QEMU_CI variable in edk2/opensbi jobs (diff)
downloadqemu-3a751770ee687047230eca5f25ce3844b97cd713.tar.gz
qemu-3a751770ee687047230eca5f25ce3844b97cd713.tar.xz
qemu-3a751770ee687047230eca5f25ce3844b97cd713.zip
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 <richard.henderson@linaro.org> Message-Id: <20220606182436.410053-1-richard.henderson@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to '.gitlab-ci.d')
-rw-r--r--.gitlab-ci.d/custom-runners/ubuntu-20.04-s390x.yml1
1 files changed, 1 insertions, 0 deletions
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"