diff options
author | Michel Dänzer <mdaenzer@redhat.com> | 2020-12-03 18:59:25 +0100 |
---|---|---|
committer | Marge Bot <eric+marge@anholt.net> | 2020-12-05 10:26:00 +0000 |
commit | 459b3fcd064d1410fc89dfdc84b454cd6b649cca (patch) | |
tree | a2e57aedc3be61a909fc93d4448bda929e60409d | |
parent | 9a340814cba0d9de7bfc5813e6e0dab310d081f9 (diff) |
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 <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7904>
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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: |