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