Merge "Add nodepool config check"
This commit is contained in:
commit
45976c48bf
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user