From ba46572aed405005f5311008eef48f96b2063fef Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Mon, 15 Feb 2021 09:10:40 +0100 Subject: [PATCH] Add new osci.yaml This change is preparatory to migration Ubuntu OpenStack CI from Jenkins to Zuul Change-Id: I996496c12e189257a27fdb39dd094ccb0a6df929 --- osci.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 osci.yaml diff --git a/osci.yaml b/osci.yaml new file mode 100644 index 0000000..94da414 --- /dev/null +++ b/osci.yaml @@ -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 \ No newline at end of file