From 459b3fcd064d1410fc89dfdc84b454cd6b649cca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Thu, 3 Dec 2020 18:59:25 +0100 Subject: [PATCH] ci: Manual test jobs don't need the Git tree If they do need something, it should be passed via artifacts from a build job. Reviewed-by: Eric Anholt Part-of: --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f0c3e16a0f4..d3e15542d51 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1187,6 +1187,8 @@ virgl-gl32-on-gl: *all_paths when: manual - when: never + variables: + GIT_STRATEGY: none virgl-gles2-on-gles: variables: