
Puppet 8 was recently released. This adds a few non-voting jobs to start testing our modules with that new major version. Note that Puppet 8 requires Ruby 3.1, which is not available in Ubuntu Jammy and CentOS 9 Stream by default. To meat that requirement we use CentOS 9 Stream with the ruby:3.1 module enabled. Change-Id: I0dc1d3a6c1b40c1e9cce636e9d41ec45e8bbf3ad
119 lines
4.7 KiB
YAML
119 lines
4.7 KiB
YAML
---
|
|
# This file contains the puppet openstack project templates for lint, unit and
|
|
# integration jobs.
|
|
|
|
# lint jobs
|
|
- project-template:
|
|
name: puppet-openstack-check-jobs
|
|
check:
|
|
jobs:
|
|
- puppet-openstack-lint-ubuntu-jammy
|
|
- puppet-openstack-syntax-7-ubuntu-jammy
|
|
- puppet-openstack-syntax-8-centos-9-stream
|
|
gate:
|
|
jobs:
|
|
- puppet-openstack-lint-ubuntu-jammy
|
|
- puppet-openstack-syntax-7-ubuntu-jammy
|
|
|
|
- project:
|
|
templates:
|
|
- puppet-openstack-check-jobs
|
|
- puppet-openstack-integration-jobs-all
|
|
|
|
# jobs for the puppet openstack library repos
|
|
- project-template:
|
|
name: puppet-openstack-library-jobs
|
|
check:
|
|
jobs:
|
|
- puppet-openstack-libraries-puppet-lint-ubuntu-jammy
|
|
- puppet-openstack-libraries-puppet-syntax-7-ubuntu-jammy
|
|
- puppet-openstack-libraries-puppet-syntax-8-centos-9-stream
|
|
- puppet-openstack-libraries-puppet-unit-7.22-centos-9-stream
|
|
- puppet-openstack-libraries-puppet-unit-7.22-ubuntu-jammy
|
|
- puppet-openstack-libraries-puppet-unit-8.0-centos-9-stream
|
|
- puppet-openstack-libraries-puppet-unit-latest-ubuntu-jammy
|
|
- puppet-openstack-libraries-litmus-7.22-centos-9-stream
|
|
- puppet-openstack-libraries-litmus-7.22-ubuntu-jammy
|
|
- puppet-openstack-libraries-litmus-latest-ubuntu-jammy
|
|
gate:
|
|
jobs:
|
|
- puppet-openstack-libraries-puppet-lint-ubuntu-jammy
|
|
- puppet-openstack-libraries-puppet-syntax-7-ubuntu-jammy
|
|
- puppet-openstack-libraries-puppet-unit-7.22-centos-9-stream
|
|
- puppet-openstack-libraries-puppet-unit-7.22-ubuntu-jammy
|
|
- puppet-openstack-libraries-litmus-7.22-centos-9-stream
|
|
|
|
# integration jobs
|
|
- project-template:
|
|
name: puppet-openstack-integration-jobs-all
|
|
check:
|
|
jobs:
|
|
- puppet-openstack-integration-7-scenario001-tempest-ubuntu-jammy
|
|
- puppet-openstack-integration-7-scenario002-tempest-ubuntu-jammy
|
|
- puppet-openstack-integration-7-scenario003-tempest-ubuntu-jammy
|
|
- puppet-openstack-integration-7-scenario004-tempest-ubuntu-jammy
|
|
- puppet-openstack-integration-7-scenario005-tempest-ubuntu-jammy
|
|
- puppet-openstack-integration-7-scenario000-tempest-centos-9-stream
|
|
- puppet-openstack-integration-7-scenario001-tempest-centos-9-stream
|
|
- puppet-openstack-integration-7-scenario002-tempest-centos-9-stream
|
|
- puppet-openstack-integration-7-scenario003-tempest-centos-9-stream
|
|
- puppet-openstack-integration-7-scenario004-tempest-centos-9-stream
|
|
- puppet-openstack-integration-7-scenario005-tempest-centos-9-stream
|
|
gate:
|
|
jobs:
|
|
- puppet-openstack-integration-7-scenario001-tempest-centos-9-stream
|
|
- puppet-openstack-integration-7-scenario002-tempest-centos-9-stream
|
|
- puppet-openstack-integration-7-scenario003-tempest-centos-9-stream
|
|
- puppet-openstack-integration-7-scenario004-tempest-centos-9-stream
|
|
- puppet-openstack-integration-7-scenario005-tempest-centos-9-stream
|
|
|
|
- project-template:
|
|
name: puppet-openstack-integration-jobs-scenario001
|
|
check:
|
|
jobs:
|
|
- puppet-openstack-integration-7-scenario001-tempest-ubuntu-jammy
|
|
- puppet-openstack-integration-7-scenario001-tempest-centos-9-stream
|
|
gate:
|
|
jobs:
|
|
- puppet-openstack-integration-7-scenario001-tempest-centos-9-stream
|
|
|
|
- project-template:
|
|
name: puppet-openstack-integration-jobs-scenario002
|
|
check:
|
|
jobs:
|
|
- puppet-openstack-integration-7-scenario002-tempest-ubuntu-jammy
|
|
- puppet-openstack-integration-7-scenario002-tempest-centos-9-stream
|
|
gate:
|
|
jobs:
|
|
- puppet-openstack-integration-7-scenario002-tempest-centos-9-stream
|
|
|
|
- project-template:
|
|
name: puppet-openstack-integration-jobs-scenario003
|
|
check:
|
|
jobs:
|
|
- puppet-openstack-integration-7-scenario003-tempest-ubuntu-jammy
|
|
- puppet-openstack-integration-7-scenario003-tempest-centos-9-stream
|
|
gate:
|
|
jobs:
|
|
- puppet-openstack-integration-7-scenario003-tempest-centos-9-stream
|
|
|
|
- project-template:
|
|
name: puppet-openstack-integration-jobs-scenario004
|
|
check:
|
|
jobs:
|
|
- puppet-openstack-integration-7-scenario004-tempest-ubuntu-jammy
|
|
- puppet-openstack-integration-7-scenario004-tempest-centos-9-stream
|
|
gate:
|
|
jobs:
|
|
- puppet-openstack-integration-7-scenario004-tempest-centos-9-stream
|
|
|
|
- project-template:
|
|
name: puppet-openstack-integration-jobs-scenario005
|
|
check:
|
|
jobs:
|
|
- puppet-openstack-integration-7-scenario005-tempest-ubuntu-jammy
|
|
- puppet-openstack-integration-7-scenario005-tempest-centos-9-stream
|
|
gate:
|
|
jobs:
|
|
- puppet-openstack-integration-7-scenario005-tempest-centos-9-stream
|