
This unpinning is meant to solve the issues with tox 4.x breaking all the virtualenv dependencies. Change-Id: Ifc3381b2f2e4e41ebf6676080bf1831baffb0d42
24 lines
549 B
YAML
24 lines
549 B
YAML
- project:
|
|
templates:
|
|
- charm-unit-jobs-py38
|
|
- charm-unit-jobs-py310
|
|
- charm-xena-functional-jobs
|
|
- charm-yoga-functional-jobs
|
|
vars:
|
|
needs_charm_build: true
|
|
charm_build_name: ceph-mon
|
|
build_type: charmcraft
|
|
charmcraft_channel: 2.0/stable
|
|
check:
|
|
jobs:
|
|
- new-install-focal-yoga
|
|
- job:
|
|
name: new-install-focal-yoga
|
|
parent: func-target
|
|
dependencies:
|
|
- osci-lint
|
|
- charm-build
|
|
- tox-py38
|
|
vars:
|
|
tox_extra_args: '-- install:local-focal-yoga'
|