mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-26 18:58:13 +02:00
35 lines
854 B
YAML
35 lines
854 B
YAML
.etnaviv-armhf-test:
|
|
extends:
|
|
- .baremetal-test
|
|
- .use-debian/arm_test
|
|
- .etnaviv-rules
|
|
script:
|
|
- ./install/bare-metal/fastboot.sh
|
|
variables:
|
|
BM_CMDLINE: "ip=dhcp console=ttymxc0,115200n8 root=/dev/nfs rw nfsrootdebug init=/init $BM_KERNELARGS"
|
|
BM_KERNEL: /baremetal-files/zImage
|
|
BM_ROOTFS: /rootfs-armhf
|
|
ETNA_MESA_DEBUG: nir
|
|
MINIO_ARTIFACT_NAME: mesa-armhf
|
|
needs:
|
|
- debian/arm_test
|
|
- job: debian-arm64
|
|
artifacts: false
|
|
|
|
.etnaviv-armhf-gc2000:
|
|
extends:
|
|
- .etnaviv-armhf-test
|
|
variables:
|
|
BM_DTB: /baremetal-files/imx6q-cubox-i.dtb
|
|
DEQP_EXPECTED_RENDERER: GC2000
|
|
GPU_VERSION: "etnaviv-gc2000"
|
|
tags:
|
|
- etnaviv-gc2000
|
|
|
|
gc2000_gles2:
|
|
extends:
|
|
- .etnaviv-armhf-gc2000
|
|
- .test-manual-mr
|
|
variables:
|
|
HWCI_TEST_SCRIPT: "/install/deqp-runner.sh"
|
|
DEQP_VER: gles2
|