From 43936edab8c2cd2a7b4130769f8aaad61cbcfb76 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 12 Oct 2018 21:23:20 +0200 Subject: [PATCH] Update Zuul file list We have only a single job and that basically only runs when directory deploy-guide gets updated. To be able to merge changes to other files, overwrite the filelist of the job. Change-Id: I6a1564422b72d1c116a828f3a4b17f3b0839edb7 --- .zuul.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index c63292f..43aab39 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,3 +1,21 @@ - project: templates: - deploy-guide-jobs + check: + jobs: + - build-openstack-deploy-guide: + # Override restrictive default filelist since this is the + # only job for this repository. Otherwise we cannot merge + # changes that only touch files like .zuul.yaml or + # tox.ini. + files: + - ^.* + gate: + jobs: + - build-openstack-deploy-guide: + # Override restrictive default filelist since this is the + # only job for this repository. Otherwise we cannot merge + # changes that only touch files like .zuul.yaml or + # tox.ini. + files: + - ^.*