Mesa (main): ci/v3dv: test v3dv in arm64 environment

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jun 8 10:31:36 UTC 2021


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

Author: Juan A. Suarez Romero <jasuarez at igalia.com>
Date:   Mon Jun  7 11:11:42 2021 +0200

ci/v3dv: test v3dv in arm64 environment

As most of the development is done in arm64, execute the v3dv related
tests in this environment.

Reviewed-by: Emma Anholt <emma at anholt.net>
Signed-off-by: Juan A. Suarez Romero <jasuarez at igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11220>

---

 src/broadcom/ci/deqp-v3dv-rpi4-flakes.txt |  1 +
 src/broadcom/ci/gitlab-ci.yml             | 14 +++++++-------
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/broadcom/ci/deqp-v3dv-rpi4-flakes.txt b/src/broadcom/ci/deqp-v3dv-rpi4-flakes.txt
index 0b88289ef5a..af245f719c6 100644
--- a/src/broadcom/ci/deqp-v3dv-rpi4-flakes.txt
+++ b/src/broadcom/ci/deqp-v3dv-rpi4-flakes.txt
@@ -1,3 +1,4 @@
+dEQP-VK.api.external.fence.opaque_fd.reset_permanent
 dEQP-VK.synchronization.op.single_queue.binary_semaphore.write_copy_buffer_read_ssbo_compute.buffer_16384
 dEQP-VK.synchronization.op.single_queue.binary_semaphore.write_copy_buffer_read_ssbo_compute.buffer_262144
 dEQP-VK.synchronization.op.single_queue.binary_semaphore.write_copy_buffer_read_ssbo_compute_indirect.buffer_16384
diff --git a/src/broadcom/ci/gitlab-ci.yml b/src/broadcom/ci/gitlab-ci.yml
index f47a4c61007..29dd1ad275e 100644
--- a/src/broadcom/ci/gitlab-ci.yml
+++ b/src/broadcom/ci/gitlab-ci.yml
@@ -151,29 +151,29 @@ v3d-rpi4-piglit:armhf:
     PIGLIT_PLATFORM: mixed_glx_egl
     PIGLIT_PROFILES: all
 
-v3dv-rpi4-vk:armhf:
+v3dv-rpi4-vk:arm64:
   extends:
-    - .baremetal-test-armhf
+    - .baremetal-test
     - .use-arm_test
     - .v3dv-rules
   parallel: 6
   variables:
     BARE_METAL_TEST_SCRIPT: "/install/deqp-runner.sh"
-    BM_BOOTFS: /boot/raspberrypi_armhf
+    BM_BOOTFS: /boot/raspberrypi_arm64
     BM_KERNEL_MODULES: v3d,vc4
     BM_POE_TIMEOUT: 300
-    BM_ROOTFS: /rootfs-armhf
-    CPU: arm7hlf
+    BM_ROOTFS: /rootfs-arm64
     DEQP_EXPECTED_RENDERER: "V3D 4.2"
     DEQP_FRACTION: 7
     DEQP_VER: vk
     GPU_VERSION: v3dv-rpi4
-    VK_CPU: arm7hlf
+    MINIO_ARTIFACT_NAME: mesa-arm64
     VK_DRIVER: broadcom
   script:
     - ./install/bare-metal/poe-powered.sh
   needs:
     - arm_test
-    - meson-armhf
+    - job: meson-arm64
+      artifacts: false
   tags:
     - igalia-rpi4



More information about the mesa-commit mailing list