From bfa252b9f0e36a88fd44241c807be99378889bff Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 29 Apr 2020 11:56:39 -0400 Subject: [PATCH] Make windmill jobs non-voting Unwedge jobs until we can stablize CI again. Uncap sphinx to fix doc builds. Change-Id: I6995bd815e137dd6b90d013d8b0d5e4d321487c1 Signed-off-by: Paul Belanger --- .yamllint | 1 + .zuul.d/project-templates.yaml | 18 ++++++++---------- test-requirements.txt | 2 +- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.yamllint b/.yamllint index 2ceb272..6f0d12b 100644 --- a/.yamllint +++ b/.yamllint @@ -1,3 +1,4 @@ +--- extends: default ignore: | diff --git a/.zuul.d/project-templates.yaml b/.zuul.d/project-templates.yaml index a3589b0..f3044c8 100644 --- a/.zuul.d/project-templates.yaml +++ b/.zuul.d/project-templates.yaml @@ -3,22 +3,20 @@ name: windmill-jobs-fedora-latest check: jobs: - - windmill-fedora-latest - - windmill-src-fedora-latest + - windmill-fedora-latest: + voting: false + - windmill-src-fedora-latest: + voting: false gate: queue: windmill - jobs: - - windmill-fedora-latest - - windmill-src-fedora-latest - project-template: name: windmill-jobs-bionic check: jobs: - - windmill-ubuntu-bionic - - windmill-src-ubuntu-bionic + - windmill-ubuntu-bionic: + voting: false + - windmill-src-ubuntu-bionic: + voting: false gate: queue: windmill - jobs: - - windmill-ubuntu-bionic - - windmill-src-ubuntu-bionic diff --git a/test-requirements.txt b/test-requirements.txt index ed855ea..bb4fe7f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,5 +2,5 @@ hacking<0.11,>=0.10 ansible-lint ara bashate -sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 +sphinx>=1.6.1 yamllint