mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
r300/ci: share some common variables
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30137>
This commit is contained in:
parent
d14d3c5bdd
commit
bb3eb60c0c
1 changed files with 8 additions and 10 deletions
|
|
@ -1,29 +1,27 @@
|
|||
include:
|
||||
- local: 'src/gallium/drivers/r300/ci/gitlab-ci-inc.yml'
|
||||
|
||||
.ondracka-rv530:
|
||||
.ondracka-generic:
|
||||
extends:
|
||||
- .b2c-x86_64-test-gl
|
||||
- .r300-manual-rules
|
||||
tags:
|
||||
- radeon:codename:RV530
|
||||
variables:
|
||||
FDO_CI_CONCURRENT: 2
|
||||
# 6.6.8 kernel with radeon driver.
|
||||
B2C_KERNEL_URL: 'https://gitlab.freedesktop.org/ondracka/boot2container/-/wikis/uploads/1733cfc7cc114d08ec785044b24314f3/linux-x86_64'
|
||||
B2C_INITRAMFS_URL: 'https://gitlab.freedesktop.org/gfx-ci/boot2container/-/releases/v0.9.11/downloads/initramfs.linux_amd64.cpio.xz'
|
||||
|
||||
.ondracka-rv530:
|
||||
extends:
|
||||
- .ondracka-generic
|
||||
tags:
|
||||
- radeon:codename:RV530
|
||||
|
||||
.ondracka-rv380:
|
||||
extends:
|
||||
- .b2c-x86_64-test-gl
|
||||
- .r300-manual-rules
|
||||
- .ondracka-generic
|
||||
tags:
|
||||
- radeon:codename:RV380
|
||||
variables:
|
||||
FDO_CI_CONCURRENT: 2
|
||||
# 6.6.8 kernel with radeon driver.
|
||||
B2C_KERNEL_URL: 'https://gitlab.freedesktop.org/ondracka/boot2container/-/wikis/uploads/1733cfc7cc114d08ec785044b24314f3/linux-x86_64'
|
||||
B2C_INITRAMFS_URL: 'https://gitlab.freedesktop.org/gfx-ci/boot2container/-/releases/v0.9.11/downloads/initramfs.linux_amd64.cpio.xz'
|
||||
|
||||
r300-rv530-deqp-gles2:
|
||||
extends:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue