summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2020-03-06 08:39:25 +0100
committerMarge Bot <eric+marge@anholt.net>2020-03-23 12:16:02 +0000
commit48e920315cc37d3572e49b94605d41159faeb693 (patch)
treed35028e667fe1defe6d655edb10e27a14211b959
parente22d562c176595181509873680dd0463ad428cf8 (diff)
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>
-rw-r--r--.gitlab-ci.yml6
-rw-r--r--.gitlab-ci/test-source-dep.yml2
2 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0304fa66096..f80bdac7114 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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:
diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml
index 12faf0a510a..d0d3d478770 100644
--- a/.gitlab-ci/test-source-dep.yml
+++ b/.gitlab-ci/test-source-dep.yml
@@ -102,7 +102,7 @@
- when: never
.lima-rules:
- stage: misc-tests
+ stage: lima
rules:
- changes:
*mesa_core_file_list