From 240252be8d382bf5daafa4777abad7215545fc9d Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Thu, 23 Nov 2017 15:09:49 -0800 Subject: [PATCH] Add zuul layout to run a TripleO job At least we run one functional testing job that actually test tempestconf in a real environment, here TripleO. Change-Id: I8a8537532d84c18d1dd6d9e7a4e703509e563f28 --- .zuul.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .zuul.yaml diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 00000000..e16228f2 --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,10 @@ +--- + +- project: + name: openstack/python-tempestconf + check: + jobs: + - tripleo-ci-centos-7-containers-multinode + gate: + jobs: + - tripleo-ci-centos-7-containers-multinode