Files
charm-mysql-router/osci.yaml
Alex Kavanagh 5fb45874de Migrate charm to charmhub latest/edge track
Change-Id: I5a465096c6b3563d6859321fcb00f29720bd034b
Co-authored-by: Aurelien Lourot <aurelien.lourot@canonical.com>
2022-01-28 10:33:02 +01:00

42 lines
922 B
YAML

- project:
templates:
- charm-unit-jobs-py38
- charm-unit-jobs-py39
check:
jobs:
- focal
- impish:
voting: false
- jammy:
voting: false
- full_model_ha-focal-full-ha
- full_model_ha-impish-full-ha:
voting: false
- full_model_ha-jammy-full-ha:
voting: false
vars:
needs_charm_build: true
charm_build_name: mysql-router
- job:
name: full_model_ha-focal-full-ha
parent: func-target
dependencies:
- focal
vars:
tox_extra_args: full_model_ha:focal-full-ha
- job:
name: full_model_ha-impish-full-ha
parent: func-target
dependencies:
- focal
vars:
tox_extra_args: full_model_ha:impish-full-ha
- job:
name: full_model_ha-jammy-full-ha
parent: func-target
dependencies:
- focal
vars:
tox_extra_args: full_model_ha:jammy-full-ha