Use infra jobs instead of functional

Depends-On: https://review.opendev.org/755497
Change-Id: Id50807afaafa47bca409dcb109c8327476bf60ba
This commit is contained in:
Dmitriy Rabotyagov 2020-10-01 19:25:21 +03:00 committed by Jonathan Rosser
parent 0748f362de
commit 1d0b447f80
3 changed files with 5 additions and 45 deletions

View File

@ -4,8 +4,7 @@
user: root
roles:
- galera_server
vars:
galera_install_server: true
galera_install_client: true
vars:
galera_install_server: true
galera_install_client: true
galera_root_password: secrete

View File

@ -1,26 +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-functional-centos-7-ssl
parent: openstack-ansible-functional-centos-7
vars:
tox_env: ssl
- job:
name: openstack-ansible-functional-ubuntu-bionic-ssl
parent: openstack-ansible-functional-ubuntu-bionic
vars:
tox_env: ssl

View File

@ -15,22 +15,9 @@
- project:
templates:
- openstack-ansible-role-jobs
- openstack-ansible-deploy-aio_metal-jobs
- openstack-ansible-deploy-aio_distro_metal-jobs
- check-requirements
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- openstack-ansible-functional-centos-8:
voting: false
- openstack-ansible-functional-centos-7-ssl
- openstack-ansible-functional-ubuntu-bionic-ssl
experimental:
jobs:
- openstack-ansible-integrated-deploy-aio
gate:
jobs:
- openstack-ansible-functional-centos-7-ssl
- openstack-ansible-functional-ubuntu-bionic-ssl
- openstack-ansible-linters-jobs
- openstack-ansible-deploy-infra_lxc-jobs
- openstack-ansible-upgrade-aio_metal-jobs