From b6fbc4e4ddfd0e51348e4e972c76a0d82301e7dc Mon Sep 17 00:00:00 2001 From: "Juan A. Suarez Romero" Date: Thu, 26 Oct 2023 09:57:16 +0200 Subject: [PATCH] v3d/ci: run V3D GL tests in 64-bits The recommended OS flavour for RPI4 and onwards is 64 bits, and just keep the 32 bits for RPI3 and below. This makes all the V3D testing to be done with 64 bits. Acked-by: Iago Toral Quiroga Signed-off-by: Juan A. Suarez Romero Part-of: --- src/broadcom/ci/gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/broadcom/ci/gitlab-ci.yml b/src/broadcom/ci/gitlab-ci.yml index 49a2c504cd9..e34d2401238 100644 --- a/src/broadcom/ci/gitlab-ci.yml +++ b/src/broadcom/ci/gitlab-ci.yml @@ -96,9 +96,9 @@ vc4-rpi3-gl:arm32: DEQP_SUITE: broadcom-rpi3 HWCI_START_WESTON: 1 -v3d-rpi4-gl:arm32: +v3d-rpi4-gl:arm64: extends: - - .broadcom-test:arm32 + - .broadcom-test:arm64 - .v3d-rules tags: - igalia-rpi4