Add 'legacy' charm templates
Treat branches named 'legacy' as if they were jammy-based. Change-Id: I10e32f1be492bfc868a2308ecb82e3537ae452b3 Signed-off-by: Brian Haley <haleyb.dev@gmail.com>
This commit is contained in:
@@ -42,6 +42,7 @@
|
|||||||
- ^.*/jammy
|
- ^.*/jammy
|
||||||
- ^.*/yoga
|
- ^.*/yoga
|
||||||
- ^.*/2024.1
|
- ^.*/2024.1
|
||||||
|
- legacy
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: openstack-tox-pep8-charm-noble
|
name: openstack-tox-pep8-charm-noble
|
||||||
|
@@ -83,6 +83,7 @@
|
|||||||
- stable/jammy
|
- stable/jammy
|
||||||
- stable/yoga
|
- stable/yoga
|
||||||
- stable/2024.1
|
- stable/2024.1
|
||||||
|
- legacy
|
||||||
- openstack-tox-cover-charm-noble:
|
- openstack-tox-cover-charm-noble:
|
||||||
branches:
|
branches:
|
||||||
- stable/noble
|
- stable/noble
|
||||||
@@ -137,3 +138,19 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-pep8-charm-jammy
|
- openstack-tox-pep8-charm-jammy
|
||||||
- openstack-tox-py310
|
- openstack-tox-py310
|
||||||
|
|
||||||
|
- project-template:
|
||||||
|
name: openstack-python3-charm-jobs-legacy
|
||||||
|
description: |
|
||||||
|
Runs unit tests for an OpenStack Charm project under the CPython
|
||||||
|
version 3 releases designated for testing across OpenStack
|
||||||
|
releases on 'legacy' stable branches. These are the same jobs
|
||||||
|
as stable/2024.1.
|
||||||
|
check:
|
||||||
|
jobs:
|
||||||
|
- openstack-tox-pep8-charm-jammy
|
||||||
|
- openstack-tox-py310
|
||||||
|
gate:
|
||||||
|
jobs:
|
||||||
|
- openstack-tox-pep8-charm-jammy
|
||||||
|
- openstack-tox-py310
|
||||||
|
Reference in New Issue
Block a user