Mesa (main): CI/windows: Move --fraction for deqp-runner to run command line

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue May 31 18:56:29 UTC 2022


Module: Mesa
Branch: main
Commit: b819f80d87a5e73212b0c0b51495e86dfae45c9b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b819f80d87a5e73212b0c0b51495e86dfae45c9b

Author: Jesse Natalie <jenatali at microsoft.com>
Date:   Fri May 27 13:15:21 2022 -0700

CI/windows: Move --fraction for deqp-runner to run command line

Acked-by: Daniel Stone <daniels at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16756>

---

 .gitlab-ci/windows/deqp_runner_run.ps1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci/windows/deqp_runner_run.ps1 b/.gitlab-ci/windows/deqp_runner_run.ps1
index 30d7be24300..8d4fe6ed45e 100644
--- a/.gitlab-ci/windows/deqp_runner_run.ps1
+++ b/.gitlab-ci/windows/deqp_runner_run.ps1
@@ -21,11 +21,11 @@ $includes = @("-t", "dEQP-VK.api.*", "-t", "dEQP-VK.info.*", "-t", "dEQP-VK.draw
 
 $env:DZN_DEBUG = "warp"
 $env:MESA_VK_IGNORE_CONFORMANCE_WARNING = "true"
-deqp-runner run --deqp $($deqp_module) --output $($results) --caselist $($caselist) --baseline $($baseline) $($includes) --testlog-to-xml C:\deqp\executor\testlog-to-xml.exe --jobs 4 -- $($deqp_options)
+deqp-runner run --deqp $($deqp_module) --output $($results) --caselist $($caselist) --baseline $($baseline) $($includes) --testlog-to-xml C:\deqp\executor\testlog-to-xml.exe --jobs 4 --fraction 3  -- $($deqp_options)
 $deqpstatus = $?
 
 $template = "See https://$($env:CI_PROJECT_ROOT_NAMESPACE).pages.freedesktop.org/-/$($env:CI_PROJECT_NAME)/-/jobs/$($env:CI_JOB_ID)/artifacts/results/{{testcase}}.xml"
-deqp-runner junit --testsuite dEQP --results "$($results)/failures.csv" --output "$($results)/junit.xml" --fraction 3 --limit 50 --template $template
+deqp-runner junit --testsuite dEQP --results "$($results)/failures.csv" --output "$($results)/junit.xml" --limit 50 --template $template
 
 if (!$deqpstatus) {
     Exit 1



More information about the mesa-commit mailing list