From 05bd55a994a4a88b76e94e107447d2d1f2db7928 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Thu, 7 Sep 2023 19:09:33 +0530 Subject: [PATCH] ci/traces: extend no-output timeout by 5 minutes This should help us handling possibly slower downloads of the traces, which leads into piglit not printing anything on the output. After Infra will get stabilized again, needs to be reverted. Acked-by: Helen Koike Acked-by: Daniel Stone Signed-off-by: David Heidelberg Part-of: --- .gitlab-ci/lava/lava-gitlab-ci.yml | 2 ++ .gitlab-ci/test/gitlab-ci.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitlab-ci/lava/lava-gitlab-ci.yml b/.gitlab-ci/lava/lava-gitlab-ci.yml index 808eb8b..de58959 100755 --- a/.gitlab-ci/lava/lava-gitlab-ci.yml +++ b/.gitlab-ci/lava/lava-gitlab-ci.yml @@ -116,6 +116,8 @@ variables: .lava-traces-base: variables: HWCI_TEST_SCRIPT: "/install/piglit/piglit-traces.sh" + # until we overcome Infrastructure issues, give traces extra 5 min before timeout + DEVICE_HANGING_TIMEOUT_SEC: 600 artifacts: reports: junit: results/junit.xml diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 730449e..d82eea2 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -144,6 +144,8 @@ clang-format: - results/*.shader_cache variables: PIGLIT_REPLAY_EXTRA_ARGS: --keep-image --db-path ${CI_PROJECT_DIR}/replayer-db/ --minio_bucket=mesa-tracie-public --jwt-file=${CI_JOB_JWT_FILE} + # until we overcome Infrastructure issues, give traces extra 5 min before timeout + DEVICE_HANGING_TIMEOUT_SEC: 600 script: - section_start variables "Variables passed through:" - install/common/generate-env.sh -- 2.7.4