ci/freedreno: Switch the piglit job to using a deqp-runner suite.
authorEmma Anholt <emma@anholt.net>
Tue, 29 Nov 2022 22:15:00 +0000 (14:15 -0800)
committerMarge Bot <emma+marge@anholt.net>
Tue, 24 Jan 2023 00:13:02 +0000 (00:13 +0000)
This is one of the few remaining piglit-runner.sh users.

I think the notable change here is that we no longer set
EGL_PLATFORM=surfaceless like the piglit-runner.sh script did.

Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Acked-by: Karol Herbst <kherbst@redhat.com>
Acked-by: Martin Roukala <martin.roukala@mupuf.org>
Acked-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20798>

src/freedreno/ci/deqp-freedreno-a630-piglit.toml [new file with mode: 0644]
src/freedreno/ci/gitlab-ci.yml

diff --git a/src/freedreno/ci/deqp-freedreno-a630-piglit.toml b/src/freedreno/ci/deqp-freedreno-a630-piglit.toml
new file mode 100644 (file)
index 0000000..3a11d09
--- /dev/null
@@ -0,0 +1,6 @@
+[[piglit]]
+piglit_folder = "/piglit"
+profile = "gpu"
+process_isolation = true
+  [piglit.env]
+  PIGLIT_NO_WINDOW = "1"
index 8262476..5f8cce3 100644 (file)
@@ -306,13 +306,13 @@ a630_vk_asan:
 
 a630_piglit:
   extends:
-    - .piglit-test
+    - .baremetal-deqp-test
     - .a630-test
     # Note that piglit has GL+VK integration testing.
     - .freedreno-turnip-rules
   variables:
     HWCI_START_XORG: 1
-    PIGLIT_PROFILES: gpu
+    DEQP_SUITE: freedreno-a630-piglit
 
 a630-traces:
   extends: