From a2477d5bc49070c31f9e2e1f945d70853a5aa990 Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Mon, 15 Feb 2021 09:10:41 +0100 Subject: [PATCH] Add new osci.yaml This change is preparatory to migration Ubuntu OpenStack CI from Jenkins to Zuul Change-Id: Id44d2037d5743bc882388141d726194c51d82fbf --- osci.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 osci.yaml diff --git a/osci.yaml b/osci.yaml new file mode 100644 index 0000000..377b3f8 --- /dev/null +++ b/osci.yaml @@ -0,0 +1,12 @@ +- project: + templates: + - charm-unit-jobs + check: + jobs: + - bionic-ussuri + - bionic-train + - focal + - groovy + vars: + needs_charm_build: true + charm_build_name: ovn-chassis \ No newline at end of file