From 81603e60cdd97cec60c5debc759fd827ac65da23 Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Tue, 8 Jan 2019 14:29:20 +0100 Subject: [PATCH] Add .gitreview and basic Zuul jobs Most important tempest-plugin-jobs, which looks like openstack-python-jobs but without the py27 job, which is failing right now (waiting for the sahara patch which exports the plugin interface). Change-Id: If5731e14c8c0b68a3380b31c33d0b04a5be48c6e --- .gitreview | 4 ++++ .zuul.yaml | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 .gitreview create mode 100644 .zuul.yaml diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..eef66ac --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=review.openstack.org +port=29418 +project=openstack/sahara-plugin-mapr.git diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000..7e7acad --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,4 @@ +- project: + templates: + - tempest-plugin-jobs + - release-notes-jobs-python3