diff options
author | Samuel Pitoiset <[email protected]> | 2020-03-06 08:39:25 +0100 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-03-23 12:16:02 +0000 |
commit | 48e920315cc37d3572e49b94605d41159faeb693 (patch) | |
tree | d35028e667fe1defe6d655edb10e27a14211b959 /.gitlab-ci.yml | |
parent | e22d562c176595181509873680dd0463ad428cf8 (diff) |
gitlab-ci: add a new stage for RADV CI
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Michel Dänzer <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4082>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 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: |