summaryrefslogtreecommitdiff
path: root/ci-prod-programs.ick
diff options
context:
space:
mode:
Diffstat (limited to 'ci-prod-programs.ick')
-rw-r--r--ci-prod-programs.ick22
1 files changed, 16 insertions, 6 deletions
diff --git a/ci-prod-programs.ick b/ci-prod-programs.ick
index a904fe3..0249bcf 100644
--- a/ci-prod-programs.ick
+++ b/ci-prod-programs.ick
@@ -650,7 +650,7 @@ projects:
- project: vmdb2-ci-sid
parameters:
<<: *dummy_sid_params
- systree_name: systrees-debian-buster-base
+ systree_name: systrees-debian-buster-build-essential
sources:
- name: code
repo: git://git.liw.fi/vmdb2
@@ -661,12 +661,16 @@ projects:
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
- - vmdb2_build_deb_ci
+ - ick/build_deb_ci
+ - ick/upload_debs
+
+
- project: qvisqve-ci-stretch
@@ -829,19 +833,25 @@ pipelines:
- distribution_ci
actions:
+ - shell: |
+ apt-get install -y debhelper build-essential git
+ where: container
+
- where: container
shell: |
curl -s https://ci-prod-controller.vm.liw.fi/projects/vmdb2-manual/+trigger
rm -rf ick-helpers
git clone git://git.liw.fi/ick-helpers
- - shell: |
- apt-get install -y debhelper build-essential
- where: container
-
- python: |
import sys
sys.path.insert(0, '/workspace/ick-helpers')
import ick_helpers
ick_helpers.ci_build_debian(params)
where: container
+
+- pipeline: vmdb2_trigger_manual
+ actions:
+ - where: container
+ shell: |
+ curl -s https://ci-prod-controller.vm.liw.fi/projects/vmdb2-manual/+trigger