• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.etnaviv-armhf-test:
2  extends:
3    - .baremetal-test
4    - .use-debian/arm_test
5    - .etnaviv-rules
6  script:
7    - ./install/bare-metal/fastboot.sh
8  variables:
9    BM_CMDLINE: "ip=dhcp console=ttymxc0,115200n8 root=/dev/nfs rw nfsrootdebug init=/init $BM_KERNELARGS"
10    BM_KERNEL: /baremetal-files/zImage
11    BM_ROOTFS: /rootfs-armhf
12    ETNA_MESA_DEBUG: nir
13    FLAKES_CHANNEL: "#etnaviv-ci"
14    MINIO_ARTIFACT_NAME: mesa-armhf
15  needs:
16    - debian/arm_test
17    - job: debian-arm64
18      artifacts: false
19
20.etnaviv-armhf-gc2000:
21  extends:
22    - .etnaviv-armhf-test
23  variables:
24    BM_DTB: /baremetal-files/imx6q-cubox-i.dtb
25    DEQP_EXPECTED_RENDERER: GC2000
26    GPU_VERSION: "etnaviv-gc2000"
27  tags:
28    - etnaviv-gc2000
29
30gc2000_gles2:
31  extends:
32    - .etnaviv-armhf-gc2000
33    - .test-manual-mr
34  variables:
35    HWCI_TEST_SCRIPT: "/install/deqp-runner.sh"
36    DEQP_VER: gles2
37