0b3186ee2a
We want to test puppet 6 for Stein changes and for master. Also updates the puppet version from 6.0.x to 6.4.x which is the latest minor release for puppet 6. Change-Id: I18b84f009d1826d45f01d483f57a5c1806565d35
75 lines
1.8 KiB
YAML
75 lines
1.8 KiB
YAML
- job:
|
|
name: puppet-openstack-lint-ubuntu-bionic
|
|
parent: puppet-openstack-module-base
|
|
run: playbooks/run-lint-tests.yaml
|
|
irrelevant-files:
|
|
- ^doc/.*$
|
|
- ^etc/.*$
|
|
- ^releasenotes/.*$
|
|
- ^requirements.txt$
|
|
- ^test-requirements.txt$
|
|
|
|
- job:
|
|
name: puppet-openstack-syntax-4-ubuntu-bionic
|
|
parent: puppet-openstack-syntax-base
|
|
vars:
|
|
puppet: 4
|
|
|
|
- job:
|
|
name: puppet-openstack-syntax-5-ubuntu-bionic
|
|
parent: puppet-openstack-syntax-base
|
|
vars:
|
|
puppet: 5
|
|
|
|
- job:
|
|
name: puppet-openstack-syntax-6-ubuntu-bionic
|
|
parent: puppet-openstack-syntax-base
|
|
branches: ^(stable/stein|master)$
|
|
vars:
|
|
puppet: 6
|
|
|
|
- job:
|
|
name: puppet-openstack-libraries-puppet-lint-ubuntu-bionic
|
|
parent: puppet-openstack-integration-base
|
|
run: playbooks/run-libraries-lint-tests.yaml
|
|
pre-run: playbooks/prepare-node-unit.yaml
|
|
timeout: 3600
|
|
|
|
- job:
|
|
name: puppet-openstack-libraries-puppet-syntax
|
|
parent: puppet-openstack-integration-base
|
|
run: playbooks/run-libraries-syntax-tests.yaml
|
|
pre-run: playbooks/prepare-node-unit.yaml
|
|
timeout: 3600
|
|
irrelevant-files:
|
|
- ^.*\.md$
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^etc/.*$
|
|
- ^metadata.json$
|
|
- ^releasenotes/.*$
|
|
- ^test-requirements.txt$
|
|
- ^LICENSE$
|
|
- ^.gitignore$
|
|
|
|
- job:
|
|
name: puppet-openstack-libraries-puppet-syntax-4-centos-7
|
|
parent: puppet-openstack-libraries-puppet-syntax
|
|
nodeset: centos-7
|
|
vars:
|
|
puppet: 4
|
|
|
|
- job:
|
|
name: puppet-openstack-libraries-puppet-syntax-5-centos-7
|
|
parent: puppet-openstack-libraries-puppet-syntax
|
|
nodeset: centos-7
|
|
vars:
|
|
puppet: 5
|
|
|
|
- job:
|
|
name: puppet-openstack-libraries-puppet-syntax-6-ubuntu-bionic
|
|
parent: puppet-openstack-libraries-puppet-syntax
|
|
branches: ^(stable/stein|master)$
|
|
vars:
|
|
puppet: 6
|