From 657ce9bc5f128531ddf5af8441262103be838b6f Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Fri, 20 Sep 2019 18:27:06 +0200 Subject: [PATCH] CI: add Debian/binary job While we do not get up-to-date Debian packages (usually one release back) it would be nice to see how situation looks. Depends-On: https://review.opendev.org/#/c/683680 Depends-On: https://review.opendev.org/#/c/683677 Change-Id: I84ba1c981ce8a57937f7614b9ba3223dbc9ac66e --- .zuul.d/debian.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.zuul.d/debian.yaml b/.zuul.d/debian.yaml index a202c962f3..0f25c32b2b 100644 --- a/.zuul.d/debian.yaml +++ b/.zuul.d/debian.yaml @@ -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