charm-octavia/osci.yaml

65 lines
1.4 KiB
YAML

- project:
templates:
- charm-unit-jobs-py310
check:
jobs:
- jammy-zed-ha
- jammy-zed-ha-ovn
- jammy-antelope-ha
- jammy-antelope-ha-ovn
- lunar-antelope-ha:
voting: false
- lunar-antelope-ha-ovn:
voting: false
vars:
needs_charm_build: true
charm_build_name: octavia
build_type: charmcraft
charmcraft_channel: 2.1/stable
- job:
name: jammy-zed-ha
parent: func-target
dependencies:
- osci-lint
- name: tox-py310
soft: true
- charm-build
vars:
tox_extra_args: '-- jammy-zed-ha'
- job:
name: jammy-zed-ha-ovn
parent: func-target
dependencies:
- jammy-zed-ha
vars:
tox_extra_args: '-- jammy-zed-ha-ovn'
- job:
name: jammy-antelope-ha
parent: func-target
dependencies:
- jammy-zed-ha
vars:
tox_extra_args: '-- jammy-antelope-ha'
- job:
name: jammy-antelope-ha-ovn
parent: func-target
dependencies:
- jammy-zed-ha
vars:
tox_extra_args: '-- jammy-antelope-ha-ovn'
- job:
name: lunar-antelope-ha
parent: func-target
dependencies:
- jammy-zed-ha
vars:
tox_extra_args: '-- lunar-antelope-ha'
- job:
name: lunar-antelope-ha-ovn
parent: func-target
dependencies:
- jammy-zed-ha
vars:
tox_extra_args: '-- lunar-antelope-ha-ovn'