Module: Mesa Branch: main Commit: 7b8ea3384832656e7db0e94692aca47f10083cce URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b8ea3384832656e7db0e94692aca47f10083cce
Author: Lionel Landwerlin <[email protected]> Date: Mon Dec 27 23:59:08 2021 +0200 gitlab-ci: disable radv-fossils For some reason CI is unable to pull a git repo needed to run this. Signed-off-by: Lionel Landwerlin <[email protected]> Reviewed-by: Emma Anholt <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14312> --- src/amd/ci/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index cb9f7a1e49f..b0e2a62499a 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -78,7 +78,7 @@ radv_stoney_vkcts:amd64: tags: - mesa-ci-x86-64-lava-hp-11A-G6-EE-grunt -radv-fossils: +.radv-fossils: extends: - .fossilize-test - .test-radv
