|
| From: | Thomas Huth |
| Subject: | Re: [PATCH] .gitlab-ci.d/buildtest.yml: Increase the check-gprof-gcov job timeout |
| Date: | Wed, 17 Aug 2022 16:43:00 +0200 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 |
On 17/08/2022 05.46, Bin Meng wrote:
Current project timeout is 1 hour, but the check-gprof-gcov job never
completes within 1 hour. Increase the job timeout to 90 minutes.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---
.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 1931b77b49..52d45508fb 100644
--- a/.gitlab-ci.d/buildtest.yml
+++ b/.gitlab-ci.d/buildtest.yml
@@ -495,6 +495,7 @@ check-gprof-gcov:
variables:
IMAGE: ubuntu2004
MAKE_CHECK_ARGS: check
+ timeout: 90m
after_script:
- ${CI_PROJECT_DIR}/scripts/ci/coverage-summary.sh
Thanks, I think we could use this as a workaround ... for tackling the real problem, we have to figure out a way to speed up the migration tests in the CI, see:
https://lists.gnu.org/archive/html/qemu-devel/2022-08/msg01219.html Thomas
| [Prev in Thread] | Current Thread | [Next in Thread] |