[pim/kmbox/gpg4win/gpd-5.2] /: Disable not needed CI jobs on this branch
Ingo Klöcker <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit bf12362197739346b4ccbbd9ee6b1ca33e46ac2f by Ingo Klöcker, on behalf of Ingo Klöcker.
Committed on 30/07/2026 at 10:12.
Pushed by kloecker into branch 'gpg4win/gpd-5.2'.
Disable not needed CI jobs on this branch
M +6 -27 .gitlab-ci.yml
https://invent.kde.org/pim/kmbox/-/commit/bf12362197739346b4ccbbd9ee6b1ca33e46ac2f
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 05f8fca..75a216b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,33 +5,12 @@ include:
- project: sysadmin/ci-utilities
file:
- /gitlab-templates/linux-qt6.yml
- - /gitlab-templates/linux-qt6-next.yml
- - /gitlab-templates/freebsd-qt6.yml
+ # - /gitlab-templates/linux-qt6-next.yml
+ # - /gitlab-templates/freebsd-qt6.yml
- /gitlab-templates/windows-qt6.yml
- /gitlab-templates/reuse-lint.yml
- - /gitlab-templates/android-qt6.yml
- - /gitlab-templates/cppcheck.yml
- - /gitlab-templates/alpine-qt6.yml
+ # - /gitlab-templates/android-qt6.yml
+ # - /gitlab-templates/cppcheck.yml
+ # - /gitlab-templates/alpine-qt6.yml
- /gitlab-templates/yaml-lint.yml
- - /gitlab-templates/pre-commit.yml
-
-build_clazy:
- extends:
- - .ci_linux_base
- - .suse_tumbleweed_qt6stable
- rules:
- # only run on merge requests
- - if: $CI_PIPELINE_SOURCE == "merge_request_event"
- variables:
- CLAZY_CHECKS: level0,level1,qstring-allocations,no-qstring-arg,no-connect-not-normalized,no-fully-qualified-moc-types,no-const-signal-or-slot,no-qproperty-without-notify,no-incorrect-emit,no-connect-3arg-lambda,no-range-loop-reference,no-wrong-qevent-cast,no-detaching-temporary,no-child-event-qobject-cast
- CC: clang
- CXX: clazy
- script:
- - git config --global --add safe.directory $CI_PROJECT_DIR
- - python3 -u ci-utilities/run-ci-build.py --project $CI_PROJECT_NAME --branch $CI_COMMIT_REF_NAME --platform Linux/Qt6/Shared --only-setup-environment
- - mkdir -p /tmp/$CI_PROJECT_NAME-build
- - cd /tmp/$CI_PROJECT_NAME-build
- # we don't care about clazy issues in tests
- - cmake -DENABLE_PCH=OFF -DBUILD_TESTING=OFF -G Ninja -DCMAKE_INSTALL_PREFIX=$CI_PROJECT_DIR/_install -DKF_SKIP_PO_PROCESSING=True -DKF6DocTools_FOUND=false $CI_PROJECT_DIR
- - ninja -k 0
- artifacts: null
+ # - /gitlab-templates/pre-commit.yml