gitlab-ci: do not clone git-repo for test-job

The only thing we really need from the git-repo is the piglit_run.ps1
script, so let's upload that into our artifacts instead.

Fixes: d560addc30 ("gitlab-ci: run piglit on windows")
Acked-by: Michel Dänzer <mdaenzer@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7867>
This commit is contained in:
Erik Faye-Lund
2020-12-02 11:28:31 +01:00
committed by Marge Bot
parent 361d143f94
commit 195a001d73
2 changed files with 4 additions and 1 deletions

View File

@@ -17,3 +17,5 @@ if (!$buildstatus) {
Write-Host "Mesa build or test failed"
Exit 1
}
Copy-Item ".\.gitlab-ci\windows\piglit_run.ps1" -Destination $installdir