From f4f60cc9c532f64fb1550715d312e27e6c5e43a4 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Wed, 25 Oct 2017 17:41:56 +0800 Subject: [PATCH] Switch to Zuul v3 testing Change-Id: I988b0d187f176b5e7ad8bd0f3b91ebccaf16f3ff Depends-On: I3d21011beb57e66cce8d18efb9f603f218258ee2 --- .zuul.yaml | 5 +++++ bindep.txt | 11 +++++++++++ 2 files changed, 16 insertions(+) create mode 100644 .zuul.yaml create mode 100644 bindep.txt diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000..75424a9 --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,5 @@ +- project: + name: openstack/puppet-monasca + templates: + - puppet-openstack-check-jobs + - puppet-openstack-module-unit-jobs diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 0000000..7cdd58e --- /dev/null +++ b/bindep.txt @@ -0,0 +1,11 @@ +# This is a cross-platform list tracking distribution packages needed by tests; +# see http://docs.openstack.org/infra/bindep/ for additional information. + +libxml2-devel [test platform:rpm] +libxml2-dev [test platform:dpkg] +libxslt-devel [test platform:rpm] +libxslt1-dev [test platform:dpkg] +ruby-devel [test platform:rpm] +ruby-dev [test platform:dpkg] +zlib1g-dev [test platform:dpkg] +zlib-devel [test platform:rpm]