aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@redhat.com>2022-11-04 07:36:59 -0400
committerThomas Huth <thuth@redhat.com>2022-11-06 12:02:45 +0100
commit765de32d87db65abf443d6a5d7097d42fc6e48de (patch)
treee16136103fe9c8c75232ecfeb9bdd54bf72b4754
parentd1695f1839769b62e25086187afc58185f49ba2f (diff)
downloadqemu-765de32d87db65abf443d6a5d7097d42fc6e48de.zip
qemu-765de32d87db65abf443d6a5d7097d42fc6e48de.tar.gz
qemu-765de32d87db65abf443d6a5d7097d42fc6e48de.tar.bz2
gitlab-ci: increase clang-user timeout
The clang-user test exceeds the 1 hour timeout occassionally. Philippe Mathieu-Daudé has pointed out that the number of tcg tests has increased since QEMU 7.1. The execution time therefore probably reflects a legitimate increase in tests rather than a performance regression. Bump the timeout to prevent CI failures. Suggested-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20221104113659.427690-1-stefanha@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r--.gitlab-ci.d/buildtest.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml
index 6c05c46..7173749 100644
--- a/.gitlab-ci.d/buildtest.yml
+++ b/.gitlab-ci.d/buildtest.yml
@@ -327,6 +327,7 @@ clang-user:
extends: .native_build_job_template
needs:
job: amd64-debian-user-cross-container
+ timeout: 70m
variables:
IMAGE: debian-all-test-cross
CONFIGURE_ARGS: --cc=clang --cxx=clang++ --disable-system