1# Manual test rules for using anholt's shared g33. 2.anholt-g33-test: 3 extends: 4 - .i915g-rules 5 - .test-gl 6 - .test-manual-mr 7 tags: 8 - anholt-g33 9 variables: 10 GPU_VERSION: i915-g33 11 12i915-g33-deqp: 13 extends: 14 - .anholt-g33-test 15 - .deqp-test 16 variables: 17 DEQP_SUITE: i915g 18 19i915-g33-piglit: 20 extends: 21 - .anholt-g33-test 22 - .piglit-test 23 variables: 24 PIGLIT_PROFILES: gpu 25 PIGLIT_PLATFORM: gbm 26 artifacts: 27 paths: 28 - results/ 29 reports: 30 junit: results/junit.xml 31 script: 32 - install/piglit/piglit-runner.sh 33 34i915-g33-traces: 35 extends: 36 - .anholt-g33-test 37 - .piglit-traces-test 38 variables: 39 EGL_PLATFORM: "surfaceless" 40 PIGLIT_REPLAY_DESCRIPTION_FILE: "${CI_PROJECT_DIR}/install/traces-i915.yml" 41 PIGLIT_REPLAY_DEVICE_NAME: "i915-g33" 42