From 48e920315cc37d3572e49b94605d41159faeb693 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Fri, 6 Mar 2020 08:39:25 +0100 Subject: [PATCH] gitlab-ci: add a new stage for RADV CI MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Samuel Pitoiset Reviewed-by: Michel Dänzer Part-of: --- .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 -- 2.30.2