
Some projects (Oslo, Nova, Cinder, ...) removed support for Python 3.6 and no longer work with CentOS 8 Stream which has Python 3.6. This change migrates the litmus jobs to CentOS Stream 9 because of that and teardown of CentOS 8 Stream packages in RDO. Unfortunately, currently litmus jobs in CentOS Stream 9 are still broken, because the bolt library does not support Ruby >= 3.0, so these are kept non-voting. We are still waiting for the fix[1], and will fix the job as soon as the updated version is released. [1] https://github.com/puppetlabs/bolt/pull/2987 Change-Id: Ibf4d71f6d6d0cf549175df785b8e7a35e65e618f
108 lines
4.2 KiB
YAML
108 lines
4.2 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-focal
|
|
- puppet-openstack-syntax-6-ubuntu-focal
|
|
- puppet-openstack-syntax-7-ubuntu-focal
|
|
gate:
|
|
jobs:
|
|
- puppet-openstack-lint-ubuntu-focal
|
|
- puppet-openstack-syntax-6-ubuntu-focal
|
|
- puppet-openstack-syntax-7-ubuntu-focal
|
|
|
|
- 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-focal
|
|
- puppet-openstack-libraries-puppet-syntax-6-ubuntu-focal
|
|
- puppet-openstack-libraries-puppet-syntax-7-ubuntu-focal
|
|
- puppet-openstack-libraries-puppet-unit-6.21-ubuntu-focal
|
|
- puppet-openstack-libraries-puppet-unit-7.10-centos-9-stream
|
|
- puppet-openstack-libraries-puppet-unit-7.10-ubuntu-focal
|
|
- puppet-openstack-libraries-puppet-unit-latest-ubuntu-focal
|
|
- puppet-openstack-libraries-litmus-6.21-ubuntu-focal
|
|
- puppet-openstack-libraries-litmus-7.10-centos-9-stream
|
|
- puppet-openstack-libraries-litmus-7.10-ubuntu-focal
|
|
- puppet-openstack-libraries-litmus-latest-ubuntu-focal
|
|
gate:
|
|
jobs:
|
|
- puppet-openstack-libraries-puppet-lint-ubuntu-focal
|
|
- puppet-openstack-libraries-puppet-syntax-6-ubuntu-focal
|
|
- puppet-openstack-libraries-puppet-unit-6.21-ubuntu-focal
|
|
- puppet-openstack-libraries-puppet-unit-7.10-centos-9-stream
|
|
- puppet-openstack-libraries-litmus-7.10-centos-9-stream
|
|
|
|
# integration jobs
|
|
- project-template:
|
|
name: puppet-openstack-integration-jobs-all
|
|
check:
|
|
jobs:
|
|
- puppet-openstack-integration-6-scenario001-tempest-ubuntu-focal
|
|
- puppet-openstack-integration-6-scenario002-tempest-ubuntu-focal
|
|
- puppet-openstack-integration-6-scenario003-tempest-ubuntu-focal
|
|
- puppet-openstack-integration-6-scenario004-tempest-ubuntu-focal
|
|
- 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
|
|
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
|
|
|
|
- project-template:
|
|
name: puppet-openstack-integration-jobs-scenario001
|
|
check:
|
|
jobs:
|
|
- puppet-openstack-integration-6-scenario001-tempest-ubuntu-focal
|
|
- 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-6-scenario002-tempest-ubuntu-focal
|
|
- 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-6-scenario003-tempest-ubuntu-focal
|
|
- 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-6-scenario004-tempest-ubuntu-focal
|
|
- puppet-openstack-integration-7-scenario004-tempest-centos-9-stream
|
|
gate:
|
|
jobs:
|
|
- puppet-openstack-integration-7-scenario004-tempest-centos-9-stream
|