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

Author: Juan A. Suarez Romero <[email protected]>
Date:   Thu Oct 26 09:57:16 2023 +0200

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 <[email protected]>
Signed-off-by: Juan A. Suarez Romero <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25904>

---

 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

Reply via email to