1bf215546Sopenharmony_ci.zink-lvp-test:
2bf215546Sopenharmony_ci  extends:
3bf215546Sopenharmony_ci    - .zink-lvp-rules
4bf215546Sopenharmony_ci  variables:
5bf215546Sopenharmony_ci    MESA_LOADER_DRIVER_OVERRIDE: "zink"
6bf215546Sopenharmony_ci    LIBGL_ALWAYS_SOFTWARE: "true"
7bf215546Sopenharmony_ci    LVP_POISON_MEMORY: "1"
8bf215546Sopenharmony_ci    GPU_VERSION: zink-lvp
9bf215546Sopenharmony_ci    FLAKES_CHANNEL: "#zink-ci"
10bf215546Sopenharmony_ci    # Fix non-conformant llvmpipe filter defaults
11bf215546Sopenharmony_ci    GALLIVM_PERF: "no_quad_lod"
12bf215546Sopenharmony_ci
13bf215546Sopenharmony_cizink:
14bf215546Sopenharmony_ci  tags:
15bf215546Sopenharmony_ci    - mesa-swrast
16bf215546Sopenharmony_ci  extends:
17bf215546Sopenharmony_ci    - .test-gl
18bf215546Sopenharmony_ci    - .deqp-test
19bf215546Sopenharmony_ci    - .zink-lvp-test
20bf215546Sopenharmony_ci  variables:
21bf215546Sopenharmony_ci    DEQP_SUITE: zink-lvp
22bf215546Sopenharmony_ci    PIGLIT_NO_WINDOW: 1
23bf215546Sopenharmony_ci  script:
24bf215546Sopenharmony_ci    - xvfb-run --server-args='-noreset' sh -c "GALLIUM_DRIVER=zink VK_DRIVER=lvp install/deqp-runner.sh"
25bf215546Sopenharmony_ci
26bf215546Sopenharmony_cizink-anv-tgl:
27bf215546Sopenharmony_ci  extends:
28bf215546Sopenharmony_ci    - .anv-tgl-test
29bf215546Sopenharmony_ci    - .zink-anv-rules
30bf215546Sopenharmony_ci  variables:
31bf215546Sopenharmony_ci    FLAKES_CHANNEL: "#zink-ci"
32bf215546Sopenharmony_ci    MESA_LOADER_DRIVER_OVERRIDE: "zink"
33bf215546Sopenharmony_ci    DEQP_SUITE: zink-anv-tgl
34bf215546Sopenharmony_ci    PIGLIT_NO_WINDOW: 1
35bf215546Sopenharmony_ci    VK_DRIVER: intel
36bf215546Sopenharmony_ci    HWCI_START_XORG: 1
37bf215546Sopenharmony_ci    GPU_VERSION: zink-anv-tgl
38bf215546Sopenharmony_ci
39bf215546Sopenharmony_ci.zink-freedreno-a630-traces:
40bf215546Sopenharmony_ci  extends:
41bf215546Sopenharmony_ci    - a630-traces
42bf215546Sopenharmony_ci    - .zink-turnip-rules
43bf215546Sopenharmony_ci  variables:
44bf215546Sopenharmony_ci    PIGLIT_REPLAY_DEVICE_NAME: "zink-a630"
45bf215546Sopenharmony_ci    MESA_LOADER_DRIVER_OVERRIDE: zink
46