From 96a92c964066404e2fb3b10e703d39fad3f51c8e 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: I16e82e0f295a9c0f6f21e4ff343e2f1afda1d82d --- osci.yaml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 osci.yaml diff --git a/osci.yaml b/osci.yaml new file mode 100644 index 0000000..77bf628 --- /dev/null +++ b/osci.yaml @@ -0,0 +1,43 @@ +- project: + templates: + - charm-unit-jobs + check: + jobs: + - bionic-queens-ha_keystone-saml-melon + - focal-ussuri-ha_keystone-saml-melon + - focal-victoria-ha_keystone-saml-melon + - groovy-victoria-ha_keystone-saml-melon + vars: + needs_charm_build: true + charm_build_name: keystone-saml-mellon + +- job: + name: bionic-queens-ha_keystone-saml-melon + parent: func-target + dependencies: + - osci-lint + - tox-py35 + - tox-py36 + - tox-py37 + - tox-py38 + vars: + tox_extra_args: bionic-queens-ha +- job: + name: focal-ussuri-ha_keystone-saml-melon + parent: func-target + dependencies: &smoke-jobs + - bionic-queens-ha_keystone-saml-melon + vars: + tox_extra_args: focal-ussuri-ha +- job: + name: focal-victoria-ha_keystone-saml-melon + parent: func-target + dependencies: *smoke-jobs + vars: + tox_extra_args: focal-victoria-ha +- job: + name: groovy-victoria-ha_keystone-saml-melon + parent: func-target + dependencies: *smoke-jobs + vars: + tox_extra_args: groovy-victoria-ha \ No newline at end of file