From 3e40bc409337177ba2950fee197f81ea20710476 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Mon, 4 Dec 2017 08:11:58 +0200 Subject: [PATCH] Add zuul.d directory with openstack-ansible-linter jobs Change-Id: I20e72ec496c9aacf4856a3859fce6a503b854559 --- zuul.d/layout.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 zuul.d/layout.yml diff --git a/zuul.d/layout.yml b/zuul.d/layout.yml new file mode 100644 index 0000000..f0a7c26 --- /dev/null +++ b/zuul.d/layout.yml @@ -0,0 +1,8 @@ +- project: + name: openstack/tripleo-ipsec + check: + jobs: + - openstack-ansible-linters + gate: + jobs: + - openstack-ansible-linters