From 7f3b3c78918e091467a1c8b4aacd2faa6b3c6eef Mon Sep 17 00:00:00 2001 From: Jens Harbott Date: Thu, 2 Nov 2017 10:54:35 +0000 Subject: [PATCH] Add native zuul v3 jobs defined in openstack-chef-repo Make them non-voting initially until the tests are repaired. Change-Id: Ic871850617873844e86cd24f7dba13d4dcfc856e --- .zuul.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .zuul.yaml diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000..2d878e4 --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,8 @@ +- project: + name: openstack/cookbook-openstack-application-catalog + check: + jobs: + - openstack-chef-repo-rake: + voting: false + - openstack-chef-repo-integration: + voting: false