3e7bd2312e
Change-Id: Ie13cd239dc99b50f0d3a261ef3485daac5eb5575
31 lines
684 B
YAML
31 lines
684 B
YAML
- project:
|
|
templates:
|
|
- charm-unit-jobs-py38
|
|
- charm-unit-jobs-py310
|
|
check:
|
|
jobs:
|
|
- focal
|
|
- jammy
|
|
- full_model_ha-focal-full-ha
|
|
- full_model_ha-jammy-full-ha
|
|
vars:
|
|
needs_charm_build: true
|
|
charm_build_name: mysql-router
|
|
build_type: charmcraft
|
|
charmcraft_channel: 2.x/stable
|
|
|
|
- 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-jammy-full-ha
|
|
parent: func-target
|
|
dependencies:
|
|
- jammy
|
|
vars:
|
|
tox_extra_args: '-- full_model_ha:jammy-full-ha'
|