0169df4f3d
These are the test bundles (and any associated changes) for focal-wallaby and hirsute-wallaby support. hisute-wallaby test is disabled (moved to dev) due to [1]. [1] https://github.com/juju-solutions/layer-basic/issues/194 Change-Id: Ibc09d03ed16847fa81c50487b8c7ded9d87b90e3 Co-authored-by: Aurelien Lourot <aurelien.lourot@canonical.com>
67 lines
1.9 KiB
YAML
67 lines
1.9 KiB
YAML
- project:
|
|
templates:
|
|
- charm-unit-jobs
|
|
check:
|
|
jobs:
|
|
- charm-build
|
|
- bionic-stein-pacemaker-remote-ssl
|
|
- bionic-train-pacemaker-remote-ssl
|
|
- bionic-ussuri-pacemaker-remote-ssl
|
|
- focal-ussuri-pacemaker-remote-ssl
|
|
- focal-victoria-pacemaker-remote-ssl
|
|
- focal-wallaby-pacemaker-remote-ssl
|
|
- groovy-victoria-pacemaker-remote-ssl
|
|
- hirsute-wallaby-pacemaker-remote-ssl
|
|
vars:
|
|
needs_charm_build: true
|
|
charm_build_name: masakari-monitors
|
|
|
|
- job:
|
|
name: bionic-stein-pacemaker-remote-ssl
|
|
parent: func-target
|
|
dependencies: &smoke-jobs
|
|
- focal-ussuri-pacemaker-remote-ssl
|
|
vars:
|
|
tox_extra_args: bionic-stein-pacemaker-remote-ssl
|
|
- job:
|
|
name: bionic-train-pacemaker-remote-ssl
|
|
parent: func-target
|
|
dependencies: *smoke-jobs
|
|
vars:
|
|
tox_extra_args: bionic-train-pacemaker-remote-ssl
|
|
- job:
|
|
name: bionic-ussuri-pacemaker-remote-ssl
|
|
parent: func-target
|
|
dependencies: *smoke-jobs
|
|
vars:
|
|
tox_extra_args: bionic-ussuri-pacemaker-remote-ssl
|
|
- job:
|
|
name: focal-ussuri-pacemaker-remote-ssl
|
|
parent: func-target
|
|
vars:
|
|
tox_extra_args: focal-ussuri-pacemaker-remote-ssl
|
|
- job:
|
|
name: focal-victoria-pacemaker-remote-ssl
|
|
parent: func-target
|
|
dependencies: *smoke-jobs
|
|
vars:
|
|
tox_extra_args: focal-victoria-pacemaker-remote-ssl
|
|
- job:
|
|
name: focal-wallaby-pacemaker-remote-ssl
|
|
parent: func-target
|
|
dependencies: *smoke-jobs
|
|
vars:
|
|
tox_extra_args: focal-wallaby-pacemaker-remote-ssl
|
|
- job:
|
|
name: groovy-victoria-pacemaker-remote-ssl
|
|
parent: func-target
|
|
dependencies: *smoke-jobs
|
|
vars:
|
|
tox_extra_args: groovy-victoria-pacemaker-remote-ssl
|
|
- job:
|
|
name: hirsute-wallaby-pacemaker-remote-ssl
|
|
parent: func-target
|
|
dependencies: *smoke-jobs
|
|
vars:
|
|
tox_extra_args: hirsute-wallaby-pacemaker-remote-ssl
|