f7a629cb0b
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 pinning in [test-]requirements.txt - Add noble/oracular to charmhelpers - Drop non-noble tests Change-Id: Ie56db213b6cea6a266916b3b968a983f2f74c3ea
12 lines
244 B
YAML
12 lines
244 B
YAML
- project:
|
|
templates:
|
|
- charm-unit-jobs-py310
|
|
check:
|
|
jobs:
|
|
- noble
|
|
vars:
|
|
needs_charm_build: true
|
|
charm_build_name: mysql-innodb-cluster
|
|
build_type: charmcraft
|
|
charmcraft_channel: "3.x/beta"
|