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:

committed by
Marge Bot

parent
361d143f94
commit
195a001d73
@@ -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
|
||||
|
Reference in New Issue
Block a user