
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
21 lines
437 B
YAML
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'
|