[plasma/milou/Plasma/6.6] /: use the LTS builders
Marco Martin <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 312844c3d25ace9eb3e2d3eb80effd954056b4dc by Marco Martin.
Committed on 28/07/2026 at 15:03.
Pushed by mart into branch 'Plasma/6.6'.
use the LTS builders
M +1 -3 .gitlab-ci.yml
M +4 -4 .kde-ci.yml
https://invent.kde.org/plasma/milou/-/commit/312844c3d25ace9eb3e2d3eb80effd954056b4dc
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0d4f966..f236c5a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,6 +7,4 @@ include:
- /gitlab-templates/xml-lint.yml
- /gitlab-templates/yaml-lint.yml
- /gitlab-templates/qml-lint.yml
- - /gitlab-templates/linux-qt6.yml
- - /gitlab-templates/linux-qt6-next.yml
- - /gitlab-templates/freebsd-qt6.yml
+ - /gitlab-templates/linux-qt6-lts.yml
diff --git a/.kde-ci.yml b/.kde-ci.yml
index f2db8c9..b80005a 100644
--- a/.kde-ci.yml
+++ b/.kde-ci.yml
@@ -4,10 +4,10 @@
Dependencies:
- 'on': ['@all']
'require':
- 'frameworks/extra-cmake-modules': '@latest-kf6'
- 'frameworks/ki18n': '@latest-kf6'
- 'frameworks/krunner': '@latest-kf6'
- 'frameworks/kconfig': '@latest-kf6'
+ 'frameworks/extra-cmake-modules': 'Frameworks/6.24'
+ 'frameworks/ki18n': 'Frameworks/6.24'
+ 'frameworks/krunner': 'Frameworks/6.24'
+ 'frameworks/kconfig': 'Frameworks/6.24'
'plasma/libplasma': '@same'
Options:
require-passing-tests-on: ['Linux', 'FreeBSD']