Module: Mesa Branch: main Commit: 9390766b830c776f1437aedda20f4ee741631d97 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9390766b830c776f1437aedda20f4ee741631d97
Author: Eric Engestrom <[email protected]> Date: Mon Feb 13 15:33:49 2023 +0000 broadcom/ci: use weston's xwayland instead of starting X as well Signed-off-by: Eric Engestrom <[email protected]> Acked-by: David Heidelberg <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21449> --- src/broadcom/ci/gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/broadcom/ci/gitlab-ci.yml b/src/broadcom/ci/gitlab-ci.yml index 4c1d1363060..516e1c80a9e 100644 --- a/src/broadcom/ci/gitlab-ci.yml +++ b/src/broadcom/ci/gitlab-ci.yml @@ -41,7 +41,6 @@ vc4-rpi3-egl:armhf: extends: - .vc4-rpi3-test:armhf variables: - HWCI_START_XORG: 1 HWCI_START_WESTON: 1 DEQP_SUITE: broadcom-rpi3-egl @@ -77,7 +76,6 @@ v3d-rpi4-egl:armhf: extends: - .v3d-rpi4-test:armhf variables: - HWCI_START_XORG: 1 HWCI_START_WESTON: 1 DEQP_SUITE: broadcom-rpi4-egl
