[sysadmin/ci-utilities] gitlab-templates: Decommission Qt 5 CI support.
Ben Cooksley <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 8835d34585a22ab0a607b267c380c44b7e4c1bc3 by Ben Cooksley. Committed on 03/08/2026 at 10:10. Pushed by bcooksley into branch 'master'. Decommission Qt 5 CI support. Leave the file in place for now to avoid breaking things, but in the not too distant future we'll remove this M +0 -21 gitlab-templates/linux.yml https://invent.kde.org/sysadmin/ci-utilities/-/commit/8835d34585a22ab0a607b267c380c44b7e4c1bc3 diff --git a/gitlab-templates/linux.yml b/gitlab-templates/linux.yml index 92b7c3b..e69de29 100644 --- a/gitlab-templates/linux.yml +++ b/gitlab-templates/linux.yml @@ -1,21 +0,0 @@ -include: - - /gitlab-templates/blocks/workflow.yml - - /gitlab-templates/blocks/ci-linux-base.yml - -suse_tumbleweed_qt515: - extends: .ci_linux_base - image: storage.kde.org/vm-images/suse-qt515 - tags: - - VM - - amd64 - variables: - KDECI_PLATFORM_PATH: suse-qt5.15 - INSTALLED_DOC_PATH: "_staging/$CI_BUILDS_DIR/$CI_PROJECT_PATH/_install/share/doc/HTML/" - 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/Qt5/Shared - - | - if [ -d "$INSTALLED_DOC_PATH" ]; then - git clone https://invent.kde.org/websites/docs-kde-org.git --depth=1 - python3 ci-utilities/generate-documentation.py --project $CI_PROJECT_NAME --output-folder "generated_documentation" --format html pdf --branch $CI_COMMIT_REF_NAME --publish --doc-dir $INSTALLED_DOC_PATH - fi