[neon/infrastructure/neon-isos/noble-user-desktop] /: initial testing
Carlos De Maine
null at kde.org
Sat Mar 1 10:06:40 GMT 2025
Git commit b9c3d454a8ab601a7d198f7e09a2944380925703 by Carlos De Maine.
Committed on 01/03/2025 at 10:06.
Pushed by carlosdem into branch 'master'.
initial testing
A +22 -0 .gitlab-ci.yml
https://invent.kde.org/neon/infrastructure/neon-isos/noble-user-desktop/-/commit/b9c3d454a8ab601a7d198f7e09a2944380925703
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..7005015
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,22 @@
+neon-isos:
+ stage: build
+ rules:
+ - when: manual
+ # we don't want the manual job to block the pipeline
+ allow_failure: true
+ tags:
+ - Neon-isos
+ variables:
+ DIST: "noble"
+ ARCH: "amd64"
+ TYPE: "user"
+ METAPACKAGE: "neon-desktop"
+ IMAGENAME: "neon"
+ NEONARCHIVE: "user"
+ interruptible: true
+ before_script:
+ - git clone https://invent.kde.org/sysadmin/ci-utilities.git --depth=1
+ script:
+ - ~/tooling/nci/imager.rb
+ - ~/tooling/nci/imager_push.rb
+ - ~/tooling/nci/imager_push_torrent.rb
More information about the Neon-commits
mailing list