Merge "Add new osci.yaml"
This commit is contained in:
commit
1705cb46ad
52
osci.yaml
Normal file
52
osci.yaml
Normal file
@ -0,0 +1,52 @@
|
||||
- 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
|
||||
- groovy-victoria-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: groovy-victoria-pacemaker-remote-ssl
|
||||
parent: func-target
|
||||
dependencies: *smoke-jobs
|
||||
vars:
|
||||
tox_extra_args: groovy-victoria-pacemaker-remote-ssl
|
Loading…
Reference in New Issue
Block a user