7a809e22a3
There will be no Rocky packages for Xenial so there is little point in testing Xenial against current and upcoming releases. As such, lets switch to Bionic. This also makes the functional jobs in Bionic voting again. In addition, this change switches to use smoke tests only because there is no upstream coverage to use the cinder_tempest_plugin which seems to have some broken jobs. It seems that we're currently configuring the LVM config after the service is setup which can cause it to go up with missing LVM configuration. This moves the tasks up so that the underlying storage is prepared before the service is installed and deployed. This is a squashed commit that covers a few topics because dropping the Xenial jobs fails because the cinder_tempest_plugin tests are failing. Also, the LVM config running later seems to cause the process to spin, possibly causing some troubles for RabbitMQ connectivity. Depends-On: https://review.openstack.org/#/c/591966/ Depends-On: https://review.openstack.org/#/c/591968/ Change-Id: I592691358f8dc587182052f9a079886dfc442744
19 lines
639 B
YAML
19 lines
639 B
YAML
---
|
|
# Copyright 2016, Rackspace US, Inc.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
tempest_run: yes
|
|
tempest_test_whitelist:
|
|
- smoke
|