From f0026cf9bf87bdf0671c893257865f81839d816e Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Wed, 10 Apr 2019 18:55:45 -0400 Subject: [PATCH] Add .gitreview file and base Zuul config Change-Id: I0c40607a92d007e35c3c8450035d779305be8909 --- .gitreview | 4 ++++ zuul.d/project.yaml | 21 +++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 .gitreview create mode 100644 zuul.d/project.yaml diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..f3ff8db --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=review.openstack.org +port=29418 +project=vexxhost/ansible-role-wireguard.git \ No newline at end of file diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml new file mode 100644 index 0000000..a0a2971 --- /dev/null +++ b/zuul.d/project.yaml @@ -0,0 +1,21 @@ +# Copyright 2019, VEXXHOST, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +- project: + check: + jobs: + - noop + gate: + jobs: + - noop \ No newline at end of file