0af15e8d9d
A few projects used excess '' for node declarations, remove them. We had 17 'ubuntu-trusty' and 285 ubuntu-trusty, and 25 'ubuntu-xenial' and 744 ubuntu-xenial. This changes all node names for consistency, thus making search easier. Change-Id: I0cf565d1e31ea246f3b9d93bbd8de9980df4c684
83 lines
2.2 KiB
YAML
83 lines
2.2 KiB
YAML
# this job template requires a bootstrap.sh script (which installs chefdk and other dependencies)
|
|
# and a Rakefile with the tests that should be executed in the cookbook
|
|
- job-template:
|
|
name: 'gate-{name}-chef-rake'
|
|
node: ubuntu-xenial
|
|
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 60
|
|
- timestamps
|
|
|
|
builders:
|
|
- print-template-name:
|
|
template-name: '{template-name}'
|
|
- zuul-git-prep
|
|
- install-distro-packages
|
|
- chef-bootstrap
|
|
- revoke-sudo
|
|
- chef-rake-test
|
|
|
|
publishers:
|
|
- console-log
|
|
|
|
# this job template requires a bootstrap.sh script (which installs chefdk and other dependencies)
|
|
# and a Rakefile with the integration tests that should be executed
|
|
# sudo privileges for jenkins are not revoked, since they are needed during the chef run executed for integration testing
|
|
- job-template:
|
|
name: gate-{name}-chef-rake-integration-{node}-nv
|
|
node: '{node}'
|
|
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 60
|
|
- timestamps
|
|
|
|
builders:
|
|
- print-template-name:
|
|
template-name: '{template-name}'
|
|
- zuul-git-prep
|
|
- install-distro-packages
|
|
- chef-bootstrap
|
|
- chef-rake-integration
|
|
|
|
publishers:
|
|
- devstack-logs
|
|
- console-log
|
|
|
|
- job-template:
|
|
name: gate-{name}-chef-rake-integration-multinode-{node-release}-nv
|
|
node: '{node}'
|
|
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 60
|
|
- timestamps
|
|
|
|
builders:
|
|
- print-template-name:
|
|
template-name: '{template-name}'
|
|
- zuul-git-prep
|
|
- install-distro-packages
|
|
- chef-bootstrap-multinode
|
|
- chef-rake-integration
|
|
|
|
publishers:
|
|
- devstack-logs
|
|
- console-log
|
|
|
|
- job-group:
|
|
name: chef-rake-jobs
|
|
jobs:
|
|
- gate-{name}-chef-rake
|
|
- gate-{name}-chef-rake-integration-{node}-nv:
|
|
node:
|
|
- centos-7
|
|
- ubuntu-xenial
|
|
- 'gate-{name}-chef-rake-integration-multinode-{node-release}-nv':
|
|
node-release: centos-7
|
|
node: centos-7-2-node
|
|
- 'gate-{name}-chef-rake-integration-multinode-{node-release}-nv':
|
|
node-release: ubuntu-xenial
|
|
node: ubuntu-xenial-2-node
|