mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 13:50:11 +01:00
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 <helen.koike@collabora.com> Acked-by: Daniel Stone <daniels@collabora.com> Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25097>
This commit is contained in:
parent
a2ead228ac
commit
05bd55a994
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue