ci: Move deploy stage to the end of the pipeline
This should make more important jobs visible without scrolling on pipeline pages. The deploy stage jobs only depend on the sanity job or none at all, so this has no impact on when the former can run. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7926>
This commit is contained in:
+1
-1
@@ -23,7 +23,6 @@ stages:
|
||||
- container
|
||||
- container-2
|
||||
- git-archive
|
||||
- deploy
|
||||
- meson-x86_64
|
||||
- build-misc
|
||||
- amd
|
||||
@@ -32,6 +31,7 @@ stages:
|
||||
- raspberrypi
|
||||
- software-renderer
|
||||
- layered-backends
|
||||
- deploy
|
||||
- success
|
||||
|
||||
# Generic rule to not run the job during scheduled pipelines
|
||||
|
||||
Reference in New Issue
Block a user