From 18f08afcbbc59dc463fe49698fc016150b11fe4b Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 1 Jun 2016 09:26:54 -0400 Subject: [PATCH] Remove skip test logic for project-config After talking to clarkb, it has become too much work (and churn) to justify our skip logic on project-config. As a result, we'll now run all our jobs regardless of the patch to project-config. Change-Id: I130f86d327302b5b251e81651a3a19acf84c5f51 Signed-off-by: Paul Belanger --- zuul/layout.yaml | 68 ------------------------------------------------ 1 file changed, 68 deletions(-) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 0e146f2c7d..009f79a206 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -1794,10 +1794,6 @@ jobs: voting: false failure-message: Jenkins XML output has changed. success-message: Jenkins XML output is unchanged. - files: - - 'jenkins/jobs/.*' - - 'tools/run-compare-clonemap.yaml' - - 'tools/run-compare-xml.sh' - name: gate-dsvm-nodepool voting: false @@ -1814,70 +1810,6 @@ jobs: - name: gate-bashate-devstack voting: false - - name: gate-project-config-irc-access - files: - - 'accessbot/channels.yaml' - - 'gerritbot/channels.yaml' - - 'tools/check_channels_yaml.sh' - - 'tools/normalize_channels_yaml.py' - - 'tools/projectconfig_yamllib.py' - - 'tox.ini' - - - name: gate-project-config-jenkins-project - files: - - 'jenkins/jobs/projects.yaml' - - 'tools/jenkins-projects-checks.py' - - 'tox.ini' - - - name: gate-project-config-linters - files: - - '^.*\.sh$' - - '^.*\.py$' - - 'test-requirements.txt' - - 'tox.ini' - - - name: gate-infra-docs-index - files: - - 'docs-site/.*' - - 'tox.ini' - - - name: gate-generate-specs-site - files: - - 'specs/.*' - - 'tox.ini' - - - name: gate-project-config-grafyaml - files: - - '^grafana/.*$' - - 'tox.ini' - - - name: gate-project-config-dib - files: - - '^nodepool/elements/.*$' - - 'tox.ini' - - - name: gate-project-config-gerrit - files: - - '^gerrit/acls/.*$' - - 'tools/check_valid_gerrit_config.sh' - - 'tox.ini' - - - name: gate-project-config-nodepool - files: - - '^nodepool/nodepool.yaml' - - 'tox.ini' - - - name: gate-project-config-projects-yaml - files: - - 'check_valid_gerrit_projects.py' - - 'gerrit/projects.yaml' - - 'tools/check_projects_yaml_alphabetized.sh' - - 'tox.ini' - - - name: ^gate-project-config-bindep-fallback.*$ - files: - - 'jenkins/data/bindep-fallback.txt' - - name: gate-ironicclient-dsvm-functional voting: false