From 8847ced8bfa13bc5c8ab06161961d4dbc74fde68 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 6 Sep 2018 09:14:48 -0700 Subject: [PATCH] Move project config in repo It's very convenient to be able to temporarily stop running all these heavyweight jobs when developing new jobs. Also, the config is currently split in a strange way. Move it all in-repo for convenience. Change-Id: I4da96050f1a20438ca29454de33cd871f5b282c8 --- .zuul.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index d5e6ec7279..3b0cfb1a59 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -198,8 +198,13 @@ - project: templates: - system-config-zuul-role-integration + - infra-puppet-apply-jobs + - infra-logstash-filter-jobs + - publish-tox-docs-infra check: jobs: + - tox-linters + - legacy-system-config-puppet-syntax-3 - puppet-beaker-rspec-infra-system-config - puppet-beaker-rspec-infra-centos-7-system-config - puppet-beaker-rspec-puppet-4-infra-system-config @@ -209,6 +214,8 @@ - system-config-run-nodepool gate: jobs: + - tox-linters + - legacy-system-config-puppet-syntax-3 - puppet-beaker-rspec-infra-system-config - puppet-beaker-rspec-infra-centos-7-system-config - puppet-beaker-rspec-puppet-4-infra-system-config