Use integrated repo 'hosts' jobs to test different backing stores

This uses the main openstack-ansible repo for testing these different
backing store scenarios rather than openstack-ansible-tests. This is
more maintainable and ensures that we test using the same code as is
used for a real deployment.

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/843027
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-repo_server/+/843418
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/843547
Change-Id: Ieb53ae161c67a83408b6a8c77b4c8428ec9c4634
This commit is contained in:
Jonathan Rosser 2022-05-23 22:27:37 +01:00
parent f8e6838749
commit 4ab7921ca8
2 changed files with 1 additions and 73 deletions

View File

@ -1,56 +0,0 @@
---
# Copyright 2017, 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.
- job:
name: openstack-ansible-dir-centos-8-stream
parent: openstack-ansible-functional
nodeset: centos-8-stream
vars:
tox_env: dir
- job:
name: openstack-ansible-overlayfs-centos-8-stream
parent: openstack-ansible-functional
nodeset: centos-8-stream
vars:
tox_env: ofs
- job:
name: openstack-ansible-dir-ubuntu-focal
parent: openstack-ansible-functional
nodeset: ubuntu-focal
vars:
tox_env: dir
- job:
name: openstack-ansible-overlayfs-ubuntu-focal
parent: openstack-ansible-functional
nodeset: ubuntu-focal
vars:
tox_env: ofs
- job:
name: openstack-ansible-btrfs-ubuntu-focal
parent: openstack-ansible-functional
nodeset: ubuntu-focal
vars:
tox_env: btrfs
- job:
name: openstack-ansible-zfs-ubuntu-focal
parent: openstack-ansible-functional
nodeset: ubuntu-focal
vars:
tox_env: zfs

View File

@ -21,20 +21,4 @@
- check-requirements
- publish-openstack-docs-pti
- build-release-notes-jobs-python3
check:
jobs:
- openstack-ansible-dir-centos-8-stream
- openstack-ansible-dir-ubuntu-bionic
- openstack-ansible-dir-ubuntu-focal
- openstack-ansible-overlayfs-centos-8-stream
- openstack-ansible-overlayfs-ubuntu-focal
- openstack-ansible-btrfs-ubuntu-focal
- openstack-ansible-zfs-ubuntu-focal
gate:
jobs:
- openstack-ansible-dir-centos-8-stream
- openstack-ansible-dir-ubuntu-focal
- openstack-ansible-overlayfs-centos-8-stream
- openstack-ansible-overlayfs-ubuntu-focal
- openstack-ansible-btrfs-ubuntu-focal
- openstack-ansible-zfs-ubuntu-focal
- openstack-ansible-lxc-backingstore-jobs