[neon/ubuntu-core/work.test-vm-builds] debian: bring in the ci-utilities vm stuff earlier

Carlos De Maine null at kde.org
Thu Jul 10 06:04:49 BST 2025


Git commit 6ad4615f73ddfa9acc6439cf56a090ae187043af by Carlos De Maine.
Committed on 10/07/2025 at 05:04.
Pushed by carlosdem into branch 'work.test-vm-builds'.

bring in the ci-utilities vm stuff earlier

M  +4    -3    debian/.gitlab-ci-neon.yml

https://invent.kde.org/neon/ubuntu-core/-/commit/6ad4615f73ddfa9acc6439cf56a090ae187043af

diff --git a/debian/.gitlab-ci-neon.yml b/debian/.gitlab-ci-neon.yml
index f1df747..c26f039 100644
--- a/debian/.gitlab-ci-neon.yml
+++ b/debian/.gitlab-ci-neon.yml
@@ -2,14 +2,15 @@
 # SPDX-License-Identifier: CC0-1.0
 
 include:
-  - local: debian/neon-core-models.yml
-  - local: debian/neon-core-image-dangerous.yml
-  - local: debian/neon-core-image-signed.yml
   - project: sysadmin/ci-utilities
     ref: work/switch-vm-ci
     file:
       - /gitlab-templates/blocks/workflow.yml
 
+  - local: debian/neon-core-models.yml
+  - local: debian/neon-core-image-dangerous.yml
+  - local: debian/neon-core-image-signed.yml
+  
 
 variables:
   SNAP_BUILD_TYPE: "legacy"


More information about the Neon-commits mailing list