charm-ceph-proxy/osci.yaml
Luciano Lo Giudice 093383bb28 Unpin tox version
This unpinning is meant to solve the issues with tox 4.x breaking
all the virtualenv dependencies.

Change-Id: Idd02728e33be4931c7729c218629b7a8430d0f41
2023-06-16 09:33:44 -04:00

44 lines
1008 B
YAML

- project:
templates:
- charm-unit-jobs-py38
- charm-unit-jobs-py39
- charm-unit-jobs-py310
- charm-zed-functional-jobs
- charm-functional-jobs
check:
jobs:
- jammy-yoga-ec
- kinetic-zed-ec:
voting: false
- lunar-antelope-ec:
voting: false
vars:
needs_charm_build: true
charm_build_name: ceph-proxy
build_type: charmcraft
charmcraft_channel: 2.0/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: kinetic-zed-ec
parent: func-target
dependencies:
- jammy-yoga-ec
vars:
tox_extra_args: -- erasure-coded:kinetic-zed-ec
- job:
name: lunar-antelope-ec
parent: func-target
dependencies:
- jammy-yoga-ec
vars:
tox_extra_args: -- erasure-coded:lunar-antelope-ec