xref: /aosp_15_r20/external/mesa3d/src/gallium/drivers/i915/ci/gitlab-ci.yml (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1# Manual test rules for using anholt's shared g33.
2.anholt-g33-test:
3  extends:
4    - .i915g-manual-rules
5    - .test-gl
6  tags:
7    - anholt-g33
8  variables:
9    GPU_VERSION: i915-g33
10    FLAKES_CHANNEL: "#intel-ci"
11
12# System is dead at the moment. needs maintenance.
13.i915-g33:
14  extends:
15    - .anholt-g33-test
16    - .deqp-test
17  variables:
18    DEQP_SUITE: i915g
19    PIGLIT_PLATFORM: gbm
20
21.i915-g33-traces:
22  extends:
23    - .anholt-g33-test
24    - .piglit-traces-test
25  variables:
26    EGL_PLATFORM: "surfaceless"
27    PIGLIT_TRACES_FILE: traces-i915.yml
28    PIGLIT_REPLAY_DEVICE_NAME: "i915-g33"
29