From 5cf799e5c7effbee0aefc468c088c856b8206c54 Mon Sep 17 00:00:00 2001 From: Felipe Monteiro Date: Thu, 16 Aug 2018 11:56:50 -0400 Subject: [PATCH] Bootstrap CI by adding noop-jobs to .zuul.yaml This patch set bootstraps Treasuremap w/ noop-jobs so that we can start merging cookie-cutter code for the project. In the future, we can revisit this and replace noop-jobs with other templates once the project is ready for CI gating. Change-Id: Ie582122ad6a74e6d200dc18569eeb53f7e9da1a9 --- .zuul.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .zuul.yaml diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 000000000..115d77c00 --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,15 @@ +# 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: + templates: + - noop-jobs