All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gitlab-ci: Extend timeout for ubuntu-20.04-s390x-all to 75m
@ 2022-06-06 18:24 Richard Henderson
  2022-06-06 18:37 ` Daniel P. Berrangé
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Henderson @ 2022-06-06 18:24 UTC (permalink / raw)
  To: qemu-devel; +Cc: alex.bennee, thuth

Recent runs have been taking just over the 60m default.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
 .gitlab-ci.d/custom-runners/ubuntu-20.04-s390x.yml | 1 +
 1 file changed, 1 insertion(+)

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"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-06 18:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-06 18:24 [PATCH] gitlab-ci: Extend timeout for ubuntu-20.04-s390x-all to 75m Richard Henderson
2022-06-06 18:37 ` Daniel P. Berrangé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.