Mesa (main): vc4/ci: make piglit test mandatory

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Feb 18 09:50:42 UTC 2022


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

Author: Juan A. Suarez Romero <jasuarez at igalia.com>
Date:   Wed Feb 16 10:17:04 2022 +0100

vc4/ci: make piglit test mandatory

Make piglit test jobs to run always, as piglit testsuite offers more
coverage for the VC4 driver.

On the other hand, make the EGL testing manually, as we don't have
enough devices to execute all the tests fast enough.

Signed-off-by: Juan A. Suarez Romero <jasuarez at igalia.com>
Acked-by: Iago Toral Quiroga <itoral at igalia.com>
Reviewed-by: Jose Maria Casanova Crespo <jmcasanova at igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15045>

---

 src/broadcom/ci/gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/broadcom/ci/gitlab-ci.yml b/src/broadcom/ci/gitlab-ci.yml
index ceebbd5ba34..e43948b644c 100644
--- a/src/broadcom/ci/gitlab-ci.yml
+++ b/src/broadcom/ci/gitlab-ci.yml
@@ -28,6 +28,7 @@ vc4-rpi3-gles:armhf:
 vc4-rpi3-egl:armhf:
   extends:
     - .vc4-rpi3-test:armhf
+    - .test-manual-mr
   variables:
     HWCI_TEST_SCRIPT: "/install/deqp-runner.sh"
     HWCI_START_XORG: 1
@@ -38,7 +39,6 @@ vc4-rpi3-egl:armhf:
   extends:
     - .piglit-test
     - .vc4-rpi3-test:armhf
-    - .test-manual-mr
   variables:
     BM_POE_TIMEOUT: 180
     HWCI_START_XORG: 1



More information about the mesa-commit mailing list