From b93b3bfca460a57f42a685a0336ea77b4f6d0dcb Mon Sep 17 00:00:00 2001 From: Brianna Poulos Date: Thu, 8 Mar 2018 15:21:15 -0500 Subject: [PATCH] Add .zuul.yaml Add the barbican-tempest tests that use cursive from git. These tests are defined in the barbican repo, and thus can be reused here. Needed-By: https://review.openstack.org/#/c/550996/ Change-Id: Id2aa88c12f42dd0d5ce8e0120a760be59338771e --- .zuul.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .zuul.yaml diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000..d935242 --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,5 @@ +- project: + check: + jobs: + - barbican-simple-crypto-devstack-tempest-cursive: + voting: false