summaryrefslogtreecommitdiff
path: root/ci-prod.ick
diff options
context:
space:
mode:
Diffstat (limited to 'ci-prod.ick')
-rw-r--r--ci-prod.ick62
1 files changed, 37 insertions, 25 deletions
diff --git a/ci-prod.ick b/ci-prod.ick
index 35ce26a..6c8cdb0 100644
--- a/ci-prod.ick
+++ b/ci-prod.ick
@@ -42,6 +42,7 @@ projects:
packages:
- apt-transport-https
- build-essential
+ - curl
- devscripts
- git
- jq
@@ -611,6 +612,36 @@ projects:
location: src
pipelines: *deb_ci_pipelines
+ - project: vmdb2
+ parameters:
+ <<: *dummy_program_params
+ sources:
+ - name: code
+ repo: git://git.liw.fi/vmdb2
+ ref: main
+ location: src
+ - name: debian
+ repo: git://git.liw.fi/vmdb2
+ ref: debian/unstable
+ location: src/debian
+ pipelines:
+ - ick/setup_container
+ - vmdb2_trigger
+
+ - project: vmdb2-deb
+ parameters:
+ <<: *dummy_program_params
+ sources:
+ - name: code
+ repo: git://git.liw.fi/vmdb2
+ ref: main
+ location: src
+ - name: debian
+ repo: git://git.liw.fi/vmdb2
+ ref: debian/unstable
+ location: src/debian
+ pipelines: *deb_ci_pipelines
+
pipelines:
- pipeline: ikiwiki
@@ -688,8 +719,12 @@ pipelines:
- action: rsync
where: host
-
-
+ - pipeline: vmdb2_trigger
+ actions:
+ - where: container
+ shell: |
+ curl https://ci-prod-controller.vm.liw.fi/projects/vmdb2-manual/+trigger
+ curl https://ci-prod-controller.vm.liw.fi/projects/vmdb2-deb/+trigger
# projects:
#
@@ -797,29 +832,6 @@ pipelines:
# - ick/upload_debs
# - docgen_and_publish_subplots
#
-# - project: vmdb2-ci-sid
-# parameters:
-# <<: *dummy_sid_params
-# systree_name: systrees-debian-buster-build-essential
-# sources:
-# - name: code
-# repo: git://git.liw.fi/vmdb2
-# ref: main
-# location: src
-# - name: debian
-# repo: git://git.liw.fi/vmdb2
-# ref: debian/unstable
-# location: src/debian
-# pipelines:
-# - vmdb2_trigger_manual
-# - ick/setup_container
-# - ick/add_apt_signing_keys
-# - ick/add_apt_sources
-# - ick/get_sources
-# - ick/install_debian_build_dependencies
-# - ick/build_deb_ci
-# - ick/upload_debs
-#
# pipelines:
#
# - pipeline: vmdb2_trigger_manual