Mesa (master): ci: Move deploy stage between container & build stages

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jul 2 16:50:04 UTC 2020


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

Author: Michel Dänzer <mdaenzer at redhat.com>
Date:   Wed Jul  1 17:37:49 2020 +0200

ci: Move deploy stage between container & build stages

Having it as the last stage meant that the pages job could only run
once all other jobs had finished.

The new position means it can run in parallel with build jobs.

Reviewed-by: Erik Faye-Lund <erik.faye-lund at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5711>

---

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1df576d6a81..f5a9de33b76 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,6 +11,7 @@ include:
 stages:
   - container+docs
   - container-2
+  - deploy
   - meson-x86_64
   - scons
   - meson-misc
@@ -21,7 +22,6 @@ stages:
   - radv
   - lima
   - virgl
-  - deploy
   - success
 
 .docs-base:



More information about the mesa-commit mailing list