Merge "Move nodepool.yaml from system-config to project-config"

This commit is contained in:
Jenkins 2015-10-30 01:23:01 +00:00 committed by Gerrit Code Review
commit 26b484d50c
5 changed files with 1158 additions and 1 deletions

View File

@ -88,6 +88,19 @@
publishers:
- zuul-swift-upload-console-log
- job:
name: gate-project-config-nodepool
node: 'bare-precise || bare-trusty'
builders:
- revoke-sudo
- gerrit-git-prep
- tox:
envlist: 'nodepool'
publishers:
- zuul-swift-upload-console-log
- job:
name: gate-project-config-projects-yaml
node: 'bare-precise || bare-trusty'

1126
nodepool/nodepool.yaml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,4 @@
hacking>=0.10,<0.11
bashate>=0.2
grafyaml
-e git://git.openstack.org/openstack-infra/nodepool#egg=nodepool

View File

@ -92,3 +92,6 @@ deps = PyYAML
six
commands =
{toxinidir}/tools/tests/mass_rename_projects_unit_test.py
[testenv:nodepool]
commands = nodepool -c {toxinidir}/nodepool/nodepool.yaml config-validate

View File

@ -1150,6 +1150,10 @@ jobs:
failure-message: Jenkins XML output has changed.
success-message: Jenkins XML output is unchanged.
# Making non-voting while bootstrapping in nodepool.yaml
- name: gate-system-config-nodepool
voting: false
- name: gate-dsvm-nodepool
voting: false
@ -1188,6 +1192,13 @@ jobs:
- '^nodepool/elements/.*$'
- 'tox.ini'
# Making non-voting while bootstrapping in nodepool.yaml
- name: gate-project-config-nodepool
voting: false
files:
- '^nodepool/nodepool.yaml'
- 'tox.ini'
- name: gate-project-config-projects-yaml
files:
- 'check_valid_gerrit_projects.py'
@ -2596,6 +2607,7 @@ projects:
- gate-project-config-pep8
- gate-project-config-irc-access
- gate-project-config-jenkins-project
- gate-project-config-nodepool
- gate-project-config-projects-yaml
- gate-infra-docs-index
- gate-generate-specs-site
@ -2606,6 +2618,8 @@ projects:
- gate-project-config-layout
- gate-project-config-pep8
- gate-project-config-irc-access
#TODO(asselin) add back when it becomes voting
#- gate-project-config-nodepool
- gate-project-config-jenkins-project
- gate-project-config-projects-yaml
- gate-infra-docs-index
@ -3343,12 +3357,12 @@ projects:
check:
- gate-system-config-pep8
- gate-system-config-bashate
#TODO(asselin) remove this job after migration is complete
- gate-system-config-nodepool
- gate-system-config-puppet-syntax
gate:
- gate-system-config-pep8
- gate-system-config-bashate
- gate-system-config-nodepool
- gate-system-config-puppet-syntax
experimental:
- experimental-swift-logs-system-config-pep8-centos6