1# Manual test rules for using anholt's shared g41. 2.anholt-g41-test: 3 extends: 4 - .crocus-manual-rules 5 tags: 6 - anholt-g41 7 variables: 8 GPU_VERSION: crocus-g41 9 FLAKES_CHANNEL: "#intel-ci" 10 11# Manual test rules for using anholt's shared hsw. 12.anholt-hsw-test: 13 tags: 14 - anholt-hsw 15 variables: 16 FDO_CI_CONCURRENT: 12 17 18# System is dead at the moment. needs maintenance. 19.crocus-g41: 20 extends: 21 - .anholt-g41-test 22 - .test-gl 23 - .deqp-test 24 variables: 25 DEQP_SUITE: crocus-g41 26 PIGLIT_PLATFORM: gbm 27 28.crocus-g41-traces: 29 extends: 30 - .anholt-g41-test 31 - .test-gl 32 - .piglit-traces-test 33 variables: 34 EGL_PLATFORM: "surfaceless" 35 PIGLIT_TRACES_FILE: traces-crocus.yml 36 PIGLIT_REPLAY_DEVICE_NAME: "crocus-g41" 37