1bf215546Sopenharmony_ci# Manual test rules for using anholt's shared g41. 2bf215546Sopenharmony_ci.anholt-g41-test: 3bf215546Sopenharmony_ci extends: 4bf215546Sopenharmony_ci - .crocus-rules 5bf215546Sopenharmony_ci - .test-gl 6bf215546Sopenharmony_ci - .test-manual-mr 7bf215546Sopenharmony_ci tags: 8bf215546Sopenharmony_ci - anholt-g41 9bf215546Sopenharmony_ci variables: 10bf215546Sopenharmony_ci GPU_VERSION: crocus-g41 11bf215546Sopenharmony_ci FLAKES_CHANNEL: "#intel-ci" 12bf215546Sopenharmony_ci 13bf215546Sopenharmony_ci# Manual test rules for using anholt's shared hsw. 14bf215546Sopenharmony_ci.anholt-hsw-test: 15bf215546Sopenharmony_ci extends: 16bf215546Sopenharmony_ci - .crocus-rules 17bf215546Sopenharmony_ci - .test-gl 18bf215546Sopenharmony_ci - .test-manual-mr 19bf215546Sopenharmony_ci tags: 20bf215546Sopenharmony_ci - anholt-hsw 21bf215546Sopenharmony_ci variables: 22bf215546Sopenharmony_ci GPU_VERSION: crocus-hsw 23bf215546Sopenharmony_ci FDO_CI_CONCURRENT: 12 24bf215546Sopenharmony_ci 25bf215546Sopenharmony_cicrocus-g41: 26bf215546Sopenharmony_ci extends: 27bf215546Sopenharmony_ci - .anholt-g41-test 28bf215546Sopenharmony_ci - .deqp-test 29bf215546Sopenharmony_ci variables: 30bf215546Sopenharmony_ci DEQP_SUITE: crocus-g41 31bf215546Sopenharmony_ci 32bf215546Sopenharmony_cicrocus-hsw: 33bf215546Sopenharmony_ci extends: 34bf215546Sopenharmony_ci - .anholt-hsw-test 35bf215546Sopenharmony_ci - .deqp-test 36bf215546Sopenharmony_ci variables: 37bf215546Sopenharmony_ci DEQP_SUITE: crocus-hsw 38bf215546Sopenharmony_ci 39bf215546Sopenharmony_cicrocus-g41-traces: 40bf215546Sopenharmony_ci extends: 41bf215546Sopenharmony_ci - .anholt-g41-test 42bf215546Sopenharmony_ci - .piglit-traces-test 43bf215546Sopenharmony_ci variables: 44bf215546Sopenharmony_ci EGL_PLATFORM: "surfaceless" 45bf215546Sopenharmony_ci PIGLIT_REPLAY_DESCRIPTION_FILE: "${CI_PROJECT_DIR}/install/traces-crocus.yml" 46bf215546Sopenharmony_ci PIGLIT_REPLAY_DEVICE_NAME: "crocus-g41" 47bf215546Sopenharmony_ci 48bf215546Sopenharmony_cicrocus-hsw-traces: 49bf215546Sopenharmony_ci extends: 50bf215546Sopenharmony_ci - .anholt-hsw-test 51bf215546Sopenharmony_ci - .piglit-traces-test 52bf215546Sopenharmony_ci variables: 53bf215546Sopenharmony_ci EGL_PLATFORM: "surfaceless" 54bf215546Sopenharmony_ci PIGLIT_REPLAY_DESCRIPTION_FILE: "${CI_PROJECT_DIR}/install/traces-crocus.yml" 55bf215546Sopenharmony_ci PIGLIT_REPLAY_DEVICE_NAME: "crocus-hsw" 56