Files
charm-ceph-proxy/osci.yaml
Corey Bryant 6b992ed490 Add 2023.2 Bobcat support
* sync charm-helpers to classic charms
* change openstack-origin/source default to quincy
* add mantic to metadata series
* align testing with bobcat
* add new bobcat bundles
* add bobcat bundles to tests.yaml
* add bobcat tests to osci.yaml
* update build-on and run-on bases
* drop kinetic
* update charmcraft_channel to 2.x/stable

Change-Id: If59e6c4db7688c0819da2b3feb0c7bda89de6780
2023-08-03 13:51:39 -04:00

43 lines
980 B
YAML

- project:
templates:
- charm-unit-jobs-py38
- charm-unit-jobs-py39
- charm-unit-jobs-py310
- charm-functional-jobs
check:
jobs:
- jammy-yoga-ec
- lunar-antelope-ec:
voting: false
- mantic-bobcat-ec:
voting: false
vars:
needs_charm_build: true
charm_build_name: ceph-proxy
build_type: charmcraft
charmcraft_channel: 2.x/stable
- job:
name: jammy-yoga-ec
parent: func-target
dependencies:
- osci-lint
- charm-build
- name: tox-py310
soft: true
vars:
tox_extra_args: '-- erasure-coded:jammy-yoga-ec'
- job:
name: lunar-antelope-ec
parent: func-target
dependencies:
- jammy-yoga-ec
vars:
tox_extra_args: -- erasure-coded:lunar-antelope-ec
- job:
name: mantic-bobcat-ec
parent: func-target
dependencies:
- jammy-yoga-ec
vars:
tox_extra_args: -- erasure-coded:mantic-bobcat-ec