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:
Michel Dänzer 2020-12-05 10:15:38 +01:00 committed by Marge Bot
parent d4151f2efd
commit f0ca77c478
1 changed files with 1 additions and 1 deletions

View File

@ -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