[librsvg: 1/2] Start the msys2-mingw64 job earlier to shorten the pipeline




commit f81a4da6c40091c14c8303e7c6707121dde1f65d
Author: Federico Mena Quintero <federico gnome org>
Date:   Fri Jan 14 18:26:26 2022 -0600

    Start the msys2-mingw64 job earlier to shorten the pipeline
    
    The first "cargo_test" job only needs the "check" stage to be done, so
    let's do that for msys2 as well.

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 301584975..1e8171808 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -222,6 +222,8 @@ msys2-mingw64:
   stage: acceptance test
   tags:
     - win32-ps
+  needs:
+    - job: check
   variables:
     MSYSTEM: "MINGW64"
     CHERE_INVOKING: "yes"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]