From f1609695bd935690a874bbb72a24bd21ac67dd80 Mon Sep 17 00:00:00 2001 From: "Carter, Matthew (mc981n)" Date: Mon, 6 May 2019 14:42:22 -0500 Subject: [PATCH] Add the tempest-plugin-jobs Zuul template Add the openstack Zuul template to the gates for the project, so we aren't just running with noop for gating. Can't add running unit tests to gates yet because this project has no unit tests. Change-Id: I8826b564f81c1294f034c8a5bea1637f1b077020 --- .zuul.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 7d033ff..eea1d51 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -11,12 +11,5 @@ # limitations under the License. - project: -# templates: -# - openstack-python-jobs -# - openstack-python35-jobs - check: - jobs: - - noop - gate: - jobs: - - noop + templates: + - tempest-plugin-jobs