51e8193d01
Change-Id: If50bf1a3448cf94bae69d8492dd3558306aafe0d
51 lines
1.2 KiB
YAML
51 lines
1.2 KiB
YAML
- project:
|
|
templates:
|
|
- charm-unit-jobs-py38
|
|
- charm-unit-jobs-py39
|
|
check:
|
|
jobs:
|
|
# Wallaby is currently broken because of a change in the default token
|
|
# type requirements in manila's policy.json that the charm / tests need
|
|
# to learn to handle
|
|
- ganesha-focal-xena
|
|
- ganesha-focal-yoga:
|
|
voting: false
|
|
- ganesha-impish-xena:
|
|
voting: false
|
|
- ganesha-jammy-yoga:
|
|
voting: false
|
|
vars:
|
|
needs_charm_build: true
|
|
charm_build_name: manila
|
|
- job:
|
|
name: ganesha-focal-xena
|
|
parent: func-target
|
|
dependencies:
|
|
- osci-lint
|
|
- tox-py38
|
|
- tox-py39
|
|
- charm-build
|
|
vars:
|
|
tox_extra_args: ganesha:focal-xena
|
|
- job:
|
|
name: ganesha-focal-yoga
|
|
parent: func-target
|
|
dependencies:
|
|
- ganesha-focal-xena
|
|
vars:
|
|
tox_extra_args: ganesha:focal-yoga
|
|
- job:
|
|
name: ganesha-impish-xena
|
|
parent: func-target
|
|
dependencies:
|
|
- ganesha-focal-xena
|
|
vars:
|
|
tox_extra_args: ganesha:impish-xena
|
|
- job:
|
|
name: ganesha-jammy-yoga
|
|
parent: func-target
|
|
dependencies:
|
|
- ganesha-focal-xena
|
|
vars:
|
|
tox_extra_args: ganesha:jammy-yoga
|