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>
This commit is contained in:
Michel Dänzer 2020-12-03 18:59:25 +01:00 committed by Marge Bot
parent 9a340814cb
commit 459b3fcd06
1 changed files with 2 additions and 0 deletions

View File

@ -1187,6 +1187,8 @@ virgl-gl32-on-gl:
*all_paths
when: manual
- when: never
variables:
GIT_STRATEGY: none
virgl-gles2-on-gles:
variables: