qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2] gitlab-ci: increase clang-user timeout


From: Thomas Huth
Subject: Re: [PATCH v2] gitlab-ci: increase clang-user timeout
Date: Fri, 4 Nov 2022 15:08:27 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0

On 04/11/2022 12.36, Stefan Hajnoczi wrote:
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>
---
v2:
- Increase the timeout instead of splitting tests [Thomas]
---
  .gitlab-ci.d/buildtest.yml | 1 +
  1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml
index 6c05c46397..7173749c52 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

Reviewed-by: Thomas Huth <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]