From b5fc859e6d8a219d9413a6a634cf0453cef120fb Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 17 Mar 2021 14:59:40 +0200 Subject: vmdb2 --- ci-prod.ick | 62 ++++++++++++++++++++++++++++++++++++------------------------- 1 file 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 -- cgit v1.2.1