Mesa (master): ci: Move deploy stage to the end of the pipeline

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Dec 10 10:46:55 UTC 2020


Module: Mesa
Branch: master
Commit: f0ca77c4787da84487572aed9551f8c05a92d618
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f0ca77c4787da84487572aed9551f8c05a92d618

Author: Michel Dänzer <mdaenzer at redhat.com>
Date:   Sat Dec  5 10:15:38 2020 +0100

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>

---

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f4b32485cdd..c7debe716b2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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



More information about the mesa-commit mailing list