1bf215546Sopenharmony_ci.etnaviv-armhf-test:
2bf215546Sopenharmony_ci  extends:
3bf215546Sopenharmony_ci    - .baremetal-test-armhf
4bf215546Sopenharmony_ci    - .etnaviv-rules
5bf215546Sopenharmony_ci  script:
6bf215546Sopenharmony_ci    - ./install/bare-metal/fastboot.sh
7bf215546Sopenharmony_ci  variables:
8bf215546Sopenharmony_ci    BM_CMDLINE: "ip=dhcp console=ttymxc0,115200n8 root=/dev/nfs rw nfsrootdebug init=/init $BM_KERNELARGS"
9bf215546Sopenharmony_ci    BM_KERNEL: /baremetal-files/zImage
10bf215546Sopenharmony_ci    FLAKES_CHANNEL: "#etnaviv-ci"
11bf215546Sopenharmony_ci
12bf215546Sopenharmony_ci.etnaviv-armhf-gc2000:
13bf215546Sopenharmony_ci  extends:
14bf215546Sopenharmony_ci    - .etnaviv-armhf-test
15bf215546Sopenharmony_ci  variables:
16bf215546Sopenharmony_ci    BM_DTB: /baremetal-files/imx6q-cubox-i.dtb
17bf215546Sopenharmony_ci    DEQP_EXPECTED_RENDERER: GC2000
18bf215546Sopenharmony_ci    GPU_VERSION: "etnaviv-gc2000"
19bf215546Sopenharmony_ci  tags:
20bf215546Sopenharmony_ci    - etnaviv-gc2000
21bf215546Sopenharmony_ci
22bf215546Sopenharmony_cigc2000_gles2:
23bf215546Sopenharmony_ci  extends:
24bf215546Sopenharmony_ci    - .etnaviv-armhf-gc2000
25bf215546Sopenharmony_ci    - .test-manual-mr
26bf215546Sopenharmony_ci  variables:
27bf215546Sopenharmony_ci    HWCI_TEST_SCRIPT: "/install/deqp-runner.sh"
28bf215546Sopenharmony_ci    DEQP_VER: gles2
29bf215546Sopenharmony_ci
30bf215546Sopenharmony_cigc2000_piglit:
31bf215546Sopenharmony_ci  extends:
32bf215546Sopenharmony_ci    - .piglit-test
33bf215546Sopenharmony_ci    - .etnaviv-armhf-gc2000
34bf215546Sopenharmony_ci    - .test-manual-mr
35bf215546Sopenharmony_ci  variables:
36bf215546Sopenharmony_ci    PIGLIT_PLATFORM: gbm
37bf215546Sopenharmony_ci    PIGLIT_PROFILES: gpu
38