mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 15:48:36 +02:00
r300g/ci: opt-in the new mars setup command
Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33551>
This commit is contained in:
parent
9a491a2c3f
commit
71050f6314
1 changed files with 9 additions and 4 deletions
|
|
@ -13,14 +13,18 @@ include:
|
|||
.ondracka-rv530:
|
||||
extends:
|
||||
- .ondracka-generic
|
||||
variables:
|
||||
B2C_MARS_SETUP_TAGS: radeon:codename:RV530
|
||||
tags:
|
||||
- radeon:codename:RV530
|
||||
- $B2C_MARS_SETUP_TAGS
|
||||
|
||||
.ondracka-rv380:
|
||||
extends:
|
||||
- .ondracka-generic
|
||||
variables:
|
||||
B2C_MARS_SETUP_TAGS: radeon:codename:RV380
|
||||
tags:
|
||||
- radeon:codename:RV380
|
||||
- $B2C_MARS_SETUP_TAGS
|
||||
|
||||
r300-rv530-deqp-gles2:
|
||||
extends:
|
||||
|
|
@ -57,12 +61,13 @@ r300-rv410-deqp-piglit:
|
|||
extends:
|
||||
- .ondracka-generic
|
||||
- .b2c-deqp-test
|
||||
tags:
|
||||
- radeon:codename:RV410
|
||||
variables:
|
||||
DEQP_SUITE: r300-rv410
|
||||
GPU_VERSION: r300-rv410
|
||||
PIGLIT_PLATFORM: gbm
|
||||
B2C_MARS_SETUP_TAGS: radeon:codename:RV410
|
||||
tags:
|
||||
- $B2C_MARS_SETUP_TAGS
|
||||
|
||||
r300-rv530-piglit:
|
||||
extends:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue