ci/vc4: Merge quick_shader in with deqp-gles
authorEmma Anholt <emma@anholt.net>
Tue, 21 Jun 2022 16:03:54 +0000 (09:03 -0700)
committerEmma Anholt <emma@anholt.net>
Wed, 22 Jun 2022 14:09:53 +0000 (07:09 -0700)
All 4 jobs had a total of about 26 minutes of runner time, so squish them
onto 3 runners and use gbm for the .shader_tests to avoid X overhead and
hopefully succeed with full concurrency.

Reviewed-by: Juan A. Suarez <jasuarez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17172>

src/broadcom/ci/deqp-broadcom-rpi3.toml
src/broadcom/ci/gitlab-ci.yml

index 218cb18..152cf2b 100644 (file)
@@ -23,3 +23,11 @@ deqp_args = [
     "--deqp-surface-width=256",
     "--deqp-visibility=hidden",
 ]
+
+
+[[piglit]]
+piglit_folder = "/piglit"
+profile = "quick_shader"
+process_isolation = true
+  [piglit.env]
+  PIGLIT_PLATFORM = "gbm"
index bf64b62..8b3fc76 100644 (file)
   tags:
     - igalia-rpi3
 
-vc4-rpi3-gles:armhf:
+vc4-rpi3:armhf:
   extends:
     - .vc4-rpi3-test:armhf
-  parallel: 2
+  parallel: 3
   variables:
     HWCI_TEST_SCRIPT: "/install/deqp-runner.sh"
     DEQP_SUITE: broadcom-rpi3
@@ -51,14 +51,6 @@ vc4-rpi3-piglit-quick_gl:armhf:
     FDO_CI_CONCURRENT: 1
     PIGLIT_PROFILES: quick_gl
 
-vc4-rpi3-piglit-quick_shader:armhf:
-  extends:
-    - .vc4-rpi3-piglit:armhf
-  parallel: 2
-  variables:
-    FDO_CI_CONCURRENT: 2
-    PIGLIT_PROFILES: quick_shader
-
 .v3d-rpi4-test:armhf:
   extends:
     - .baremetal-test-armhf