[education/rkward] /: CI: Remove experimental job delay. Delayed jobs did not actually cancelled, when obsolete.
Thomas Friedrichsmeier
null at kde.org
Sun Aug 31 13:59:14 BST 2025
Git commit e3e8ea2186bf4cfdae381c800a83855bb7804bd1 by Thomas Friedrichsmeier.
Committed on 31/08/2025 at 12:59.
Pushed by tfry into branch 'master'.
CI: Remove experimental job delay. Delayed jobs did not actually cancelled, when obsolete.
M +0 -46 .gitlab-ci.yml
https://invent.kde.org/education/rkward/-/commit/e3e8ea2186bf4cfdae381c800a83855bb7804bd1
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9903983f0..6f27b315e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,52 +15,6 @@ include:
- /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 the deployment job(s) to be more resource friendly
-# jobs can still be triggered, manually
-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
-
-craft_appimage_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
-
-craft_macos_qt6_arm64:
- 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
-
-craft_macos_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
-
clang_format:
stage: build
image: debian:stable
More information about the rkward-tracker
mailing list