commit 1d0b447f80b636f8a745a0db4a68513477c4ccc1 Author: Dmitriy Rabotyagov Date: Thu Oct 1 19:25:21 2020 +0300 Use infra jobs instead of functional Depends-On: https://review.opendev.org/755497 Change-Id: Id50807afaafa47bca409dcb109c8327476bf60ba diff --git a/examples/playbook.yml b/examples/playbook.yml index 93d3bd6..8738898 100644 --- a/examples/playbook.yml +++ b/examples/playbook.yml @@ -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 diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml deleted file mode 100644 index 2f21331..0000000 --- a/zuul.d/jobs.yaml +++ /dev/null @@ -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 diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index e401ae0..abc2701 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -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