From 1310b75cbf12f95a58584c123775abf4e969fe12 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 31 Oct 2024 11:53:17 +0100 Subject: [PATCH] ci/b2c: explain better why we don't clone mesa Part-of: --- .gitlab-ci/test/gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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