From bfdb1064c58402fe11e07317936abbd133f5a78d Mon Sep 17 00:00:00 2001 From: "Juan A. Suarez Romero" Date: Wed, 16 Feb 2022 10:17:04 +0100 Subject: [PATCH] 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 Acked-by: Iago Toral Quiroga Reviewed-by: Jose Maria Casanova Crespo Part-of: --- 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