mirror of
https://opendev.org/openstack/kolla-ansible.git
synced 2026-01-11 20:07:08 +00:00
Bumped collections in requirements-core.yml to Ansible 12 major versions, see [1]. [1]: https://github.com/ansible-community/ansible-build-data/blob/main/12/ansible-12.1.0.yaml Depends-On: https://review.opendev.org/c/openstack/kolla/+/960307 Co-authored-by: Doug Szumski doug@stackhpc.com Change-Id: If8a29052d8a43ffc0fef11514adabb5e4ab9d977 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
23 lines
No EOL
953 B
YAML
23 lines
No EOL
953 B
YAML
- project-template:
|
|
name: openstack-python3-jobs-kolla-ansible
|
|
# NOTE(mnasiadka): Local definition to skip py310 jobs on Flamingo
|
|
description: |
|
|
Runs unit tests for an OpenStack Python project under the CPython
|
|
version 3 releases designated for testing the latest release.
|
|
check:
|
|
jobs:
|
|
- openstack-tox-pep8
|
|
# py3.12 testing is added as mandatory from 2025.1 release onwards.
|
|
# From 2026.1, we run it as periodic only(assuming py3.10 and py3.13
|
|
# will be enough coverage to run on every change)
|
|
- openstack-tox-py312
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-pep8
|
|
# py3.12 testing is added as mandatory from 2025.1 release onwards.
|
|
# From 2026.1, we run it as periodic only(assuming py3.10 and py3.13
|
|
# will be enough coverage to run on every change)
|
|
- openstack-tox-py312
|
|
post:
|
|
jobs:
|
|
- publish-openstack-python-branch-tarball |