[education/rkward/releases/0.8.2] /: Do not block waiting on optional jobs

Thomas Friedrichsmeier null at kde.org
Sat Sep 27 23:20:38 BST 2025


Git commit feb8643e0c5dd0b4793178d8b08ec2c9d7fa0777 by Thomas Friedrichsmeier.
Committed on 27/09/2025 at 22:20.
Pushed by tfry into branch 'releases/0.8.2'.

Do not block waiting on optional jobs

M  +2    -0    .gitlab-ci.yml

https://invent.kde.org/education/rkward/-/commit/feb8643e0c5dd0b4793178d8b08ec2c9d7fa0777

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 87659b21a..a8d445c1d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -58,6 +58,7 @@ build_debian_stable_clazy:
     - if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_DRAFT != "true"
       when: always
     - when: manual
+      allow_failure: true
   script:
     - eatmydata apt-get install --yes --no-install-recommends clazy clang $RKWARD_BUILDDEPS
     - mkdir -p build && cd build
@@ -86,6 +87,7 @@ make_source_tar_gz:
   extends: .build_debian_stable
   rules:
     - when: manual
+      allow_failure: true
   script:
     - eatmydata apt-get install --yes --no-install-recommends $RKWARD_BUILDDEPS r-cran-roxygen2 r-cran-devtools python3-polib rsync ninja-build
     - mkdir dummy && cd dummy && cmake ..


More information about the rkward-tracker mailing list