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@anholt.net> Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11220>
This commit is contained in:

committed by
Marge Bot

parent
ef9789f067
commit
1eca809680
@@ -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_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.buffer_262144
|
||||||
dEQP-VK.synchronization.op.single_queue.binary_semaphore.write_copy_buffer_read_ssbo_compute_indirect.buffer_16384
|
dEQP-VK.synchronization.op.single_queue.binary_semaphore.write_copy_buffer_read_ssbo_compute_indirect.buffer_16384
|
||||||
|
@@ -151,29 +151,29 @@ v3d-rpi4-piglit:armhf:
|
|||||||
PIGLIT_PLATFORM: mixed_glx_egl
|
PIGLIT_PLATFORM: mixed_glx_egl
|
||||||
PIGLIT_PROFILES: all
|
PIGLIT_PROFILES: all
|
||||||
|
|
||||||
v3dv-rpi4-vk:armhf:
|
v3dv-rpi4-vk:arm64:
|
||||||
extends:
|
extends:
|
||||||
- .baremetal-test-armhf
|
- .baremetal-test
|
||||||
- .use-arm_test
|
- .use-arm_test
|
||||||
- .v3dv-rules
|
- .v3dv-rules
|
||||||
parallel: 6
|
parallel: 6
|
||||||
variables:
|
variables:
|
||||||
BARE_METAL_TEST_SCRIPT: "/install/deqp-runner.sh"
|
BARE_METAL_TEST_SCRIPT: "/install/deqp-runner.sh"
|
||||||
BM_BOOTFS: /boot/raspberrypi_armhf
|
BM_BOOTFS: /boot/raspberrypi_arm64
|
||||||
BM_KERNEL_MODULES: v3d,vc4
|
BM_KERNEL_MODULES: v3d,vc4
|
||||||
BM_POE_TIMEOUT: 300
|
BM_POE_TIMEOUT: 300
|
||||||
BM_ROOTFS: /rootfs-armhf
|
BM_ROOTFS: /rootfs-arm64
|
||||||
CPU: arm7hlf
|
|
||||||
DEQP_EXPECTED_RENDERER: "V3D 4.2"
|
DEQP_EXPECTED_RENDERER: "V3D 4.2"
|
||||||
DEQP_FRACTION: 7
|
DEQP_FRACTION: 7
|
||||||
DEQP_VER: vk
|
DEQP_VER: vk
|
||||||
GPU_VERSION: v3dv-rpi4
|
GPU_VERSION: v3dv-rpi4
|
||||||
VK_CPU: arm7hlf
|
MINIO_ARTIFACT_NAME: mesa-arm64
|
||||||
VK_DRIVER: broadcom
|
VK_DRIVER: broadcom
|
||||||
script:
|
script:
|
||||||
- ./install/bare-metal/poe-powered.sh
|
- ./install/bare-metal/poe-powered.sh
|
||||||
needs:
|
needs:
|
||||||
- arm_test
|
- arm_test
|
||||||
- meson-armhf
|
- job: meson-arm64
|
||||||
|
artifacts: false
|
||||||
tags:
|
tags:
|
||||||
- igalia-rpi4
|
- igalia-rpi4
|
||||||
|
Reference in New Issue
Block a user