From a483ec971636f3b89ec3e1aee38c95baf0be91cb Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Mon, 15 Feb 2021 09:10:39 +0100 Subject: [PATCH] Add new osci.yaml This change is preparatory to migration Ubuntu OpenStack CI from Jenkins to Zuul Change-Id: I16e82e0f295a9c0f6f21e4ff343e2f1afda1d82d --- osci.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 osci.yaml diff --git a/osci.yaml b/osci.yaml new file mode 100644 index 0000000..5bd353e --- /dev/null +++ b/osci.yaml @@ -0,0 +1,15 @@ +- project: + templates: + - charm-unit-jobs + # Revert this to the project-template when trusty is actually + # removed from the charm-functional-jobs template + # - charm-functional-jobs + check: + jobs: + - xenial-mitaka + - bionic-queens + - bionic-stein + - bionic-train + - bionic-ussuri + - focal-victoria + - groovy-victoria \ No newline at end of file