Files
charm-octavia/osci.yaml
Edward Hope-Morley 38c84a1e2b Cleanup Caracal CI defs
Aligns the CI defs with what we want to run on master i.e.

 - jammy-bobcat-ha
 - jammy-bobcat-ha-ovn
 - jammy-caracal-ha
 - jammy-caracal-ha-ovn
 - noble-caracal-ha
 - noble-caracal-ha-ovn

Change-Id: Iaa6660939d1956acc6f41084ae27746310baf81d
Signed-off-by: Edward Hope-Morley <edward.hope-morley@canonical.com>
2025-08-28 11:32:18 +01:00

60 lines
1.3 KiB
YAML

- project:
templates:
- charm-unit-jobs-py310
check:
jobs:
- jammy-bobcat-ha
- jammy-bobcat-ha-ovn
- jammy-caracal-ha
- jammy-caracal-ha-ovn
- noble-caracal-ha:
voting: false
- noble-caracal-ha-ovn:
voting: false
vars:
needs_charm_build: true
charm_build_name: octavia
build_type: charmcraft
charmcraft_channel: 3.x/candidate
- job:
name: jammy-bobcat-ha
parent: func-target
vars:
tox_extra_args: '-- jammy-bobcat-ha'
- job:
name: jammy-bobcat-ha-ovn
parent: func-target
timeout: 18000
vars:
tox_extra_args: '-- jammy-bobcat-ha-ovn'
- job:
name: jammy-caracal-ha
parent: func-target
dependencies:
- jammy-antelope-ha
vars:
tox_extra_args: '-- jammy-caracal-ha'
- job:
name: jammy-caracal-ha-ovn
parent: func-target
timeout: 18000
dependencies:
- jammy-antelope-ha
vars:
tox_extra_args: '-- jammy-caracal-ha-ovn'
- job:
name: noble-caracal-ha
parent: func-target
dependencies:
- jammy-antelope-ha
vars:
tox_extra_args: '-- noble-caracal-ha'
- job:
name: noble-caracal-ha-ovn
parent: func-target
dependencies:
- jammy-antelope-ha
vars:
tox_extra_args: '-- noble-caracal-ha-ovn'