[plasma/ksystemstats/Plasma/6.6] /: use the LTS builders
Marco Martin <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 1699292a2d239ddb288e0e64e43ed18c3249800f by Marco Martin.
Committed on 28/07/2026 at 14:56.
Pushed by mart into branch 'Plasma/6.6'.
use the LTS builders
M +1 -3 .gitlab-ci.yml
M +5 -5 .kde-ci.yml
https://invent.kde.org/plasma/ksystemstats/-/commit/1699292a2d239ddb288e0e64e43ed18c3249800f
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 96a50ce..48dcfe7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,8 +5,6 @@ include:
- project: sysadmin/ci-utilities
file:
- /gitlab-templates/reuse-lint.yml
- - /gitlab-templates/linux-qt6.yml
- - /gitlab-templates/freebsd-qt6.yml
+ - /gitlab-templates/linux-qt6-lts.yml
- /gitlab-templates/xml-lint.yml
- /gitlab-templates/yaml-lint.yml
- - /gitlab-templates/linux-qt6-next.yml
diff --git a/.kde-ci.yml b/.kde-ci.yml
index 25aecaf..edcb259 100644
--- a/.kde-ci.yml
+++ b/.kde-ci.yml
@@ -4,11 +4,11 @@
Dependencies:
- 'on': ['@all']
'require':
- 'frameworks/extra-cmake-modules': '@latest-kf6'
- 'frameworks/kcoreaddons': '@latest-kf6'
- 'frameworks/solid': '@latest-kf6'
- 'frameworks/kio': '@latest-kf6'
- 'frameworks/kcrash': '@latest-kf6'
+ 'frameworks/extra-cmake-modules': 'Frameworks/6.24'
+ 'frameworks/kcoreaddons': 'Frameworks/6.24'
+ 'frameworks/solid': 'Frameworks/6.24'
+ 'frameworks/kio': 'Frameworks/6.24'
+ 'frameworks/kcrash': 'Frameworks/6.24'
'plasma/libksysguard': '@same'
Options:
require-passing-tests-on: ['Linux', 'FreeBSD']