[plasma/flatpak-kcm/Plasma/6.6] /: use the LTS builders
Marco Martin <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit dd39372adce4d2808b376dd8b4150c1b19982f9e by Marco Martin.
Committed on 28/07/2026 at 14:33.
Pushed by mart into branch 'Plasma/6.6'.
use the LTS builders
M +1 -2 .gitlab-ci.yml
M +7 -7 .kde-ci.yml
https://invent.kde.org/plasma/flatpak-kcm/-/commit/dd39372adce4d2808b376dd8b4150c1b19982f9e
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7547412..3ee430a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,10 +4,9 @@
include:
- project: sysadmin/ci-utilities
file:
- - /gitlab-templates/linux-qt6.yml
+ - /gitlab-templates/linux-qt6-lts.yml
# - /gitlab-templates/freebsd-qt6.yml
- /gitlab-templates/reuse-lint.yml
- /gitlab-templates/xml-lint.yml
- /gitlab-templates/yaml-lint.yml
- /gitlab-templates/qml-lint.yml
- - /gitlab-templates/linux-qt6-next.yml
diff --git a/.kde-ci.yml b/.kde-ci.yml
index f514e0d..6ba86a6 100644
--- a/.kde-ci.yml
+++ b/.kde-ci.yml
@@ -4,12 +4,12 @@
Dependencies:
- 'on': ['@all']
'require':
- 'frameworks/extra-cmake-modules': '@latest-kf6'
- 'frameworks/kcmutils': '@latest-kf6'
- 'frameworks/kconfig': '@latest-kf6'
- 'frameworks/kconfigwidgets': '@latest-kf6'
- 'frameworks/kcoreaddons': '@latest-kf6'
- 'frameworks/ki18n': '@latest-kf6'
- 'frameworks/kitemmodels': '@latest-kf6'
+ 'frameworks/extra-cmake-modules': 'Frameworks/6.24'
+ 'frameworks/kcmutils': 'Frameworks/6.24'
+ 'frameworks/kconfig': 'Frameworks/6.24'
+ 'frameworks/kconfigwidgets': 'Frameworks/6.24'
+ 'frameworks/kcoreaddons': 'Frameworks/6.24'
+ 'frameworks/ki18n': 'Frameworks/6.24'
+ 'frameworks/kitemmodels': 'Frameworks/6.24'
Options:
require-passing-tests-on: ['Linux']