[education/rkward] /: Experimental: try to delay deployment jobs
Thomas Friedrichsmeier
null at kde.org
Tue Apr 22 16:39:03 BST 2025
Git commit f76325e36eddc67ca245cd0eebd7e74c67d8e4de by Thomas Friedrichsmeier.
Committed on 22/04/2025 at 15:38.
Pushed by tfry into branch 'master'.
Experimental: try to delay deployment jobs
M +13 -0 .gitlab-ci.yml
https://invent.kde.org/education/rkward/-/commit/f76325e36eddc67ca245cd0eebd7e74c67d8e4de
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8f17ee7a9..07c6173fe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,3 +14,16 @@ include:
- /gitlab-templates/craft-macos-arm64-qt6.yml
- /gitlab-templates/craft-macos-x86-64-qt6.yml
# - /gitlab-templates/flatpak.yml // just a waste of CPU power in the current state
+
+# experimental: delay running deployment job(s)
+delayed_craft_windows_qt6_x86_64:
+ extends: craft_windows_qt6_x86_64
+ rules:
+ # run the job on mainline branches of mainline repositories
+ - if: $KDECI_SECURE_SERVICES_KEY
+ when: delayed
+ start_in: 4 hours
+ # or when triggered manually
+ - when: manual
+ # we don't want the manual job to block the pipeline
+ allow_failure: true
More information about the rkward-tracker
mailing list