Remove xenial metadata and function tests
Drop xenial metadata and function tests as the next release of the charms won't support xenial. xenial-queens-ha-series-upgrade was not dropped as it still seems useful to test. Change-Id: I27005eb7c149f788a14a68fad1b700b374697dd3
This commit is contained in:
parent
e3091504fe
commit
393afdd1e7
@ -8,7 +8,6 @@ description: |
|
||||
tags:
|
||||
- databases
|
||||
series:
|
||||
- xenial
|
||||
- bionic
|
||||
extra-bindings:
|
||||
access:
|
||||
|
@ -4,7 +4,6 @@
|
||||
check:
|
||||
jobs:
|
||||
- bionic_model-bionic-ha
|
||||
- xenial_model-xenial-ha
|
||||
|
||||
- job:
|
||||
name: bionic_model-bionic-ha
|
||||
@ -17,10 +16,3 @@
|
||||
- tox-py38
|
||||
vars:
|
||||
tox_extra_args: bionic_model:bionic-ha
|
||||
- job:
|
||||
name: xenial_model-xenial-ha
|
||||
parent: func-target
|
||||
dependencies:
|
||||
- bionic_model-bionic-ha
|
||||
vars:
|
||||
tox_extra_args: xenial_model:xenial-ha
|
@ -1 +0,0 @@
|
||||
ha.yaml
|
@ -1 +0,0 @@
|
||||
xenial.yaml
|
@ -1,14 +0,0 @@
|
||||
series: xenial
|
||||
relations:
|
||||
- - keystone:shared-db
|
||||
- percona-cluster:shared-db
|
||||
applications:
|
||||
percona-cluster:
|
||||
series: xenial
|
||||
charm: ../../../percona-cluster
|
||||
num_units: 1
|
||||
keystone:
|
||||
charm: cs:~openstack-charmers-next/keystone
|
||||
num_units: 1
|
||||
options:
|
||||
token-expiration: 60
|
@ -4,9 +4,6 @@ tests:
|
||||
- zaza.openstack.charm_tests.mysql.tests.PerconaClusterColdStartTest
|
||||
- zaza.openstack.charm_tests.mysql.tests.PerconaClusterCharmTests
|
||||
- zaza.openstack.charm_tests.mysql.tests.PerconaClusterScaleTests
|
||||
- xenial_model:
|
||||
- zaza.openstack.charm_tests.mysql.tests.PerconaClusterCharmTests
|
||||
- zaza.openstack.charm_tests.mysql.tests.PerconaClusterScaleTests
|
||||
- xenial_series_upgrade_model:
|
||||
- zaza.openstack.charm_tests.series_upgrade.tests.XenialBionicSeriesUpgrade
|
||||
configure:
|
||||
@ -14,10 +11,12 @@ configure:
|
||||
target_deploy_status:
|
||||
gate_bundles:
|
||||
- bionic_model: bionic-ha
|
||||
- xenial_model: xenial-ha
|
||||
smoke_bundles:
|
||||
- bionic_model: bionic-ha
|
||||
dev_bundles:
|
||||
- xenial_series_upgrade_model: xenial-queens-ha-series-upgrade
|
||||
- bionic_model: bionic-nagios
|
||||
- bionic_model: bionic-nagios-ha
|
||||
tests_options:
|
||||
force_deploy:
|
||||
- xenial-queens-ha-series-upgrade
|
||||
|
Loading…
Reference in New Issue
Block a user