Module: Mesa Branch: main Commit: 57b0db63e12f111b06bf1d1e0f613145d9590ee1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=57b0db63e12f111b06bf1d1e0f613145d9590ee1
Author: David Heidelberg <[email protected]> Date: Thu Aug 3 15:22:53 2023 +0300 ci/amd: fix timeouting radeonsi-raven-va-full job LAVA needs to know that job will run more than default 30 minutes. Fixes: ae9c67d773a7 ("ci/amd: add radeonsi-raven-va-full job to cover all VA-API tests") Reviewed-by: Guilherme Gallo <[email protected]> Signed-off-by: David Heidelberg <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24469> --- src/amd/ci/gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index 2165fbc3727..54e7a51425d 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -299,6 +299,7 @@ radeonsi-raven-va-full:x86_64: - radeonsi-raven-va:x86_64 - .radeonsi-vaapi-manual-rules variables: + JOB_TIMEOUT: 60 GTEST_FRACTION: null ############### Valve Infra
