ci: Move deploy stage between container & build stages
authorMichel Dänzer <mdaenzer@redhat.com>
Wed, 1 Jul 2020 15:37:49 +0000 (17:37 +0200)
committerMichel Dänzer <michel@daenzer.net>
Thu, 2 Jul 2020 16:25:28 +0000 (18:25 +0200)
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@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5711>

.gitlab-ci.yml

index 1df576d6a81575f031ea5637e3ae32ef262ceeaf..f5a9de33b76ba86001c44f2377e005cc52a703e8 100644 (file)
@@ -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: