[gnome-runtime-images/alatiera/scheduled-stable-rebuilds: 3/3] add manual jobs for docker images to rebuild if needed



commit 5af97f54fe05059af53f0ac4ef620cb4c247b916
Author: Jordan Petridis <jpetridis gnome org>
Date:   Thu Apr 23 12:58:06 2020 +0300

    add manual jobs for docker images to rebuild if needed
    
    for example, we haven't rebuilt those since we switched
    the runners to use --user namespace builds

 .gitlab-ci.yml | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a25626a..1330da1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -113,6 +113,33 @@ gnome:master:
         BRANCH: master
         FD_BRANCH: "19.08"
 
+gnome:3.26:
+    stage: runtimes
+    extends: .sdk_template
+    variables:
+        BRANCH: "3.26"
+        FD_BRANCH: "1.6"
+    rules:
+      - when: 'manual'
+
+gnome:3.28:
+    stage: runtimes
+    extends: .sdk_template
+    variables:
+        BRANCH: "3.28"
+        FD_BRANCH: "1.6"
+    rules:
+      - when: 'manual'
+
+gnome:3.30:
+    stage: runtimes
+    extends: .sdk_template
+    variables:
+        BRANCH: "3.30"
+        FD_BRANCH: "18.08"
+    rules:
+      - when: 'manual'
+
 gnome:3.32:
     stage: runtimes
     extends: .sdk_template


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