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/test-source-dep.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/test-source-dep.yml')
-rw-r--r-- | .gitlab-ci/test-source-dep.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |