diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 8ece63af28a..291a9ed568e 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -341,7 +341,8 @@ yaml-toml-shell-py-test: image: registry.freedesktop.org/gfx-ci/ci-tron/mesa-trigger:2024-01-05.1 timeout: 1h 40m variables: - # No need by default to pull the whole repo + # No need to pull the whole git repo, the artifacts from python-artifacts + # contain everything we need. GIT_STRATEGY: none # boot2container initrd configuration parameters. B2C_VERSION: v0.9.14