
Change-Id: I5a465096c6b3563d6859321fcb00f29720bd034b Co-authored-by: Aurelien Lourot <aurelien.lourot@canonical.com>
42 lines
922 B
YAML
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
|