1include: 2 - local: 'src/gallium/drivers/r300/ci/gitlab-ci-inc.yml' 3 4.ondracka-rv530: 5 extends: 6 - .b2c-test-gl 7 - .r300-manual-rules 8 tags: 9 - radeon:codename:RV530 10 variables: 11 FDO_CI_CONCURRENT: 2 12 # 6.6.8 kernel with radeon driver. 13 B2C_KERNEL_URL: 'https://gitlab.freedesktop.org/ondracka/boot2container/-/wikis/uploads/1733cfc7cc114d08ec785044b24314f3/linux-x86_64' 14 B2C_INITRAMFS_URL: 'https://gitlab.freedesktop.org/gfx-ci/boot2container/-/releases/v0.9.11/downloads/initramfs.linux_amd64.cpio.xz' 15 16.ondracka-rv380: 17 extends: 18 - .b2c-test-gl 19 - .r300-manual-rules 20 tags: 21 - radeon:codename:RV380 22 variables: 23 FDO_CI_CONCURRENT: 2 24 # 6.6.8 kernel with radeon driver. 25 B2C_KERNEL_URL: 'https://gitlab.freedesktop.org/ondracka/boot2container/-/wikis/uploads/1733cfc7cc114d08ec785044b24314f3/linux-x86_64' 26 B2C_INITRAMFS_URL: 'https://gitlab.freedesktop.org/gfx-ci/boot2container/-/releases/v0.9.11/downloads/initramfs.linux_amd64.cpio.xz' 27 28r300-rv530-deqp-gles2: 29 extends: 30 - .ondracka-rv530 31 - .deqp-test-valve 32 variables: 33 DEQP_SUITE: r300-rv530 34 GPU_VERSION: r300-rv530-nohiz 35 # Only single process can use hiz at a time, and we have some issues 36 # there in depth stencil tests, so it brings flakes, 37 # see https://gitlab.freedesktop.org/mesa/mesa/-/issues/8093 38 RADEON_DEBUG: nohiz 39 40r300-rv380-deqp-gles2: 41 extends: 42 - .ondracka-rv380 43 - .deqp-test-valve 44 variables: 45 DEQP_SUITE: r300-rv380 46 GPU_VERSION: r300-rv380 47 48r300-rv530-piglit: 49 extends: 50 - .ondracka-rv530 51 - .deqp-test-valve 52 variables: 53 DEQP_SUITE: r300-piglit 54 PIGLIT_PLATFORM: gbm 55 RADEON_DEBUG: nohiz 56 GPU_VERSION: r300-rv530-nohiz 57