From 0cb22a1228f660ec876b6916c127195d56bd3323 Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Mon, 2 Jul 2018 21:06:31 +0000 Subject: [PATCH] Add .zuul.yaml Now that we're starting to build out the testing infrastructure of the project, we can start including a .zuul.yaml file for job definitions. Change-Id: I72cd0a036261f6337e5d7f04519e833d0bd6dd63 --- .zuul.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .zuul.yaml diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000..67a39c4 --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,7 @@ +- project: + check: + jobs: + - openstack-tox-lower-constraints + gate: + jobs: + - openstack-tox-lower-constraints