ci/windows: Don't upload shader cache to artifacts
We don't need to keep this, and it only makes the upload slower. Signed-off-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30993>
This commit is contained in:
@@ -31,6 +31,7 @@ $template = "See $($env:ARTIFACTS_BASE_URL)/results/{{testcase}}.xml"
|
||||
deqp-runner junit --testsuite dEQP --results "$($results)/failures.csv" --output "$($results)/junit.xml" --limit 50 --template $template
|
||||
Copy-Item -Path "C:\deqp\testlog.css" -Destination $($results)
|
||||
Copy-Item -Path "C:\deqp\testlog.xsl" -Destination $($results)
|
||||
Remove-Item -Path "$($results)/*.shader_cache"
|
||||
|
||||
if (!$deqpstatus) {
|
||||
Exit 1
|
||||
|
||||
Reference in New Issue
Block a user