Merge "Add nodepool config check"

This commit is contained in:
Jenkins 2015-03-23 22:50:04 +00:00 committed by Gerrit Code Review
commit 45976c48bf
2 changed files with 15 additions and 0 deletions

View File

@ -62,6 +62,19 @@
publishers:
- zuul-swift-upload-console-log
- job:
name: gate-system-config-nodepool
node: 'bare-precise || bare-trusty'
builders:
- revoke-sudo
- gerrit-git-prep
- tox:
envlist: 'nodepool'
publishers:
- zuul-swift-upload-console-log
# This is a non-standard docs job because it uses SCP instead of FTP
- job-template:
name: '{name}-ci-docs'

View File

@ -4154,11 +4154,13 @@ projects:
- gate-system-config-pep8
- gate-system-config-bashate
- gate-system-config-puppet-syntax
- gate-system-config-nodepool
- gate-ci-docs
gate:
- gate-system-config-pep8
- gate-system-config-bashate
- gate-system-config-puppet-syntax
- gate-system-config-nodepool
- gate-ci-docs
post:
- system-config-ci-docs