From 9b352e0742f5be70579420612971bfded1bae687 Mon Sep 17 00:00:00 2001 From: Aurelien Lourot Date: Tue, 30 Jun 2020 11:55:15 +0200 Subject: [PATCH] Add .gitreview and .zuul.yaml files Also removing bionic-rocky from the gate. func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/338 Change-Id: Ib093fcebc144dd1a088885e4b2fdfd2444cf431c --- .gitreview | 4 ++++ .zuul.yaml | 6 ++++++ src/tests/tests.yaml | 8 +++++++- 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 .gitreview create mode 100644 .zuul.yaml diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..20005bd --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=review.opendev.org +port=29418 +project=openstack/charm-neutron-api-plugin-arista.git diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000..48b08c7 --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,6 @@ +- project: + # NOTE(lourot): templates are defined in + # https://opendev.org/openstack/openstack-zuul-jobs + templates: + - openstack-python3-ussuri-jobs + - openstack-cover-jobs diff --git a/src/tests/tests.yaml b/src/tests/tests.yaml index c0f683b..2761205 100644 --- a/src/tests/tests.yaml +++ b/src/tests/tests.yaml @@ -4,7 +4,13 @@ smoke_bundles: gate_bundles: - xenial-queens - bionic-queens -- bionic-rocky + +# NOTE(lourot): on bionic-rocky our special neutron-api fork for Arista fails +# to start with: +# neutron.plugins.ml2.managers The following mechanism drivers were not found: set(['hyperv']) +# Disabling for now. To be investigated. +#- bionic-rocky + before_deploy: - zaza.openstack.charm_tests.neutron_arista.setup.download_arista_image configure: