Add new osci.yaml

This change is preparatory to migration Ubuntu OpenStack CI
from Jenkins to Zuul

Change-Id: I996496c12e189257a27fdb39dd094ccb0a6df929
This commit is contained in:
Chris MacNaughton 2021-02-15 09:10:40 +01:00 committed by Aurelien Lourot
parent 1adbb7662d
commit ba46572aed
1 changed files with 25 additions and 0 deletions

25
osci.yaml Normal file
View File

@ -0,0 +1,25 @@
- project:
templates:
- charm-unit-jobs
check:
jobs:
- focal
- full_model-groovy-full-ha
- full_model-focal-full-ha
vars:
needs_charm_build: true
charm_build_name: mysql-innodb-cluster
- job:
name: full_model-groovy-full-ha
parent: func-target
dependencies: &smoke-jobs
- focal
vars:
tox_extra_args: full_model:groovy-full-ha
- job:
name: full_model-focal-full-ha
parent: func-target
dependencies: *smoke-jobs
vars:
tox_extra_args: full_model:focal-full-ha