Mesa (master): gitlab-ci: add a new stage for RADV CI

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Mar 23 12:33:54 UTC 2020


Module: Mesa
Branch: master
Commit: 48e920315cc37d3572e49b94605d41159faeb693
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=48e920315cc37d3572e49b94605d41159faeb693

Author: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Date:   Fri Mar  6 08:39:25 2020 +0100

gitlab-ci: add a new stage for RADV CI

Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Reviewed-by: Michel Dänzer <mdaenzer at redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4082>

---

 .gitlab-ci.yml                 | 6 +++---
 .gitlab-ci/test-source-dep.yml | 2 +-
 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



More information about the mesa-commit mailing list