Merge "CI: add Debian/binary job"

This commit is contained in:
Zuul 2019-10-01 08:41:35 +00:00 committed by Gerrit Code Review
commit 6afefd522b
1 changed files with 11 additions and 0 deletions

View File

@ -3,6 +3,7 @@
check:
jobs:
- kolla-build-debian-source
- kolla-build-debian-binary
- job:
name: kolla-build-debian-source
@ -13,3 +14,13 @@
action: build
base_distro: debian
install_type: source
- job:
name: kolla-build-debian-binary
parent: kolla-base
nodeset: kolla-debian-buster
voting: false
vars:
action: build
base_distro: debian
install_type: binary