
The CHARMCRAFT_* vars changed to CRAFT_* and there has to be a file that is the 'entrypoint', a concept somewhat lost on reactive charms. At some point, update charm-tools to build an entry point. Change-Id: I86bef3d7cedb17a68539aad25ee6fe273da4b8cc
31 lines
666 B
YAML
31 lines
666 B
YAML
- project:
|
|
templates:
|
|
- charm-unit-jobs-py38
|
|
- charm-unit-jobs-py310
|
|
check:
|
|
jobs:
|
|
- focal
|
|
- jammy
|
|
- full_model-focal-full-ha
|
|
- full_model-jammy-full-ha
|
|
vars:
|
|
needs_charm_build: true
|
|
charm_build_name: mysql-innodb-cluster
|
|
build_type: charmcraft
|
|
charmcraft_channel: "1.7/stable"
|
|
|
|
- job:
|
|
name: full_model-focal-full-ha
|
|
parent: func-target
|
|
dependencies:
|
|
- focal
|
|
vars:
|
|
tox_extra_args: full_model:focal-full-ha
|
|
- job:
|
|
name: full_model-jammy-full-ha
|
|
parent: func-target
|
|
dependencies:
|
|
- jammy
|
|
vars:
|
|
tox_extra_args: full_model:jammy-full-ha
|