Files
charm-mysql-router/osci.yaml
Billy Olsen 82af06ef59 Add charmcraft 3 support
Update the charmcraft.yaml file to use base and platforms, only
allowing noble support.

- Update osci.yaml to use the charmcraft 3.x/beta
- Drop setuptools pins in [test-]requirements.txt
- Add noble/oracular to charmhelpers
- Drop non-noble tests

Change-Id: I082605e49a611b09ceafd3f4e02a1221621847bb
2024-06-20 21:12:12 -07:00

21 lines
437 B
YAML

- project:
templates:
- charm-unit-jobs-py310
check:
jobs:
- noble
- full_model_ha-noble-full-ha
vars:
needs_charm_build: true
charm_build_name: mysql-router
build_type: charmcraft
charmcraft_channel: 3.x/beta
- job:
name: full_model_ha-noble-full-ha
parent: func-target
dependencies:
- noble
vars:
tox_extra_args: '-- full_model_ha:noble-full-ha'