mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 19:20:12 +01:00
vc4/ci: run tests in 64-bits
Nowadays the recommended version for Raspberry Pi OS in rpi3 is 64-bits. Hence, let's run our tests in 64-bits too. Reviewed-by: Eric Engestrom <eric@igalia.com> Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30003>
This commit is contained in:
parent
a10ea7cec8
commit
8554feab0c
1 changed files with 4 additions and 4 deletions
|
|
@ -1,19 +1,19 @@
|
|||
include:
|
||||
- local: 'src/broadcom/ci/gitlab-ci-inc.yml'
|
||||
|
||||
vc4-rpi3-gl:arm32:
|
||||
vc4-rpi3-gl:arm64:
|
||||
extends:
|
||||
- .igalia-bcm2837-rpi-3-b
|
||||
- .broadcom-test:arm32
|
||||
- .broadcom-test:arm64
|
||||
- .vc4-rules
|
||||
parallel: 4
|
||||
variables:
|
||||
DEQP_SUITE: broadcom-rpi3
|
||||
HWCI_START_WESTON: 1
|
||||
|
||||
vc4-rpi3-gl-piglit-full:arm32:
|
||||
vc4-rpi3-gl-piglit-full:arm64:
|
||||
extends:
|
||||
- vc4-rpi3-gl:arm32
|
||||
- vc4-rpi3-gl:arm64
|
||||
- .vc4-manual-rules
|
||||
tags:
|
||||
- igalia-rpi3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue