1include: 2 - local: 'src/gallium/drivers/crocus/ci/gitlab-ci-inc.yml' 3 4crocus-hsw: 5 extends: 6 - .anholt-hsw-test 7 - .test-gl 8 - .deqp-test 9 - .crocus-manual-rules 10 variables: 11 GPU_VERSION: crocus-hsw 12 DEQP_SUITE: crocus-hsw 13 PIGLIT_PLATFORM: gbm 14 15crocus-hsw-traces: 16 extends: 17 - .anholt-hsw-test 18 - .test-gl 19 - .piglit-traces-test 20 - .crocus-manual-rules 21 variables: 22 EGL_PLATFORM: "surfaceless" 23 PIGLIT_TRACES_FILE: traces-crocus.yml 24 PIGLIT_REPLAY_DEVICE_NAME: "crocus-hsw" 25