gitlab-ci: add a new stage for RADV CI

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4082>
This commit is contained in:
Samuel Pitoiset 2020-03-06 08:39:25 +01:00 committed by Marge Bot
parent e22d562c17
commit 48e920315c
2 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,8 @@ stages:
- softpipe
- freedreno
- panfrost
- misc-tests
- radv
- lima
- success
@ -779,7 +780,7 @@ arm64_a530_gles3:
# RADV CI
.test-radv:
extends: .radv-rules
stage: misc-tests
stage: radv
variables:
VK_DRIVER: radeon
RADV_DEBUG: checkir
@ -824,7 +825,6 @@ radv-fossils:
# Traces CI
.traces-test:
stage: misc-tests
cache:
key: ${CI_JOB_NAME}
paths:

View File

@ -102,7 +102,7 @@
- when: never
.lima-rules:
stage: misc-tests
stage: lima
rules:
- changes:
*mesa_core_file_list