
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 duplicate default key in config.yaml - Add noble/oracular to charmhelpers - Drop non-noble tests Change-Id: I21214e0971fbe088d8b1f920159625c02b6e2d38
24 lines
510 B
YAML
24 lines
510 B
YAML
- project:
|
|
templates:
|
|
- charm-unit-jobs-py310
|
|
- charm-functional-jobs
|
|
check:
|
|
jobs:
|
|
- noble-caracal-ec_cinder-ceph
|
|
vars:
|
|
needs_charm_build: true
|
|
charm_build_name: cinder-ceph
|
|
build_type: charmcraft
|
|
charmcraft_channel: 3.x/beta
|
|
|
|
- job:
|
|
name: noble-caracal-ec_cinder-ceph
|
|
parent: func-target
|
|
dependencies:
|
|
- charm-build
|
|
- osci-lint
|
|
- name: tox-py310
|
|
soft: true
|
|
vars:
|
|
tox_extra_args: '-- noble-caracal-ec'
|