80dfbe783d
A fix [1] was introduced in openstack-ansible to use tempest from the master branch in the AIO, but respecting the installation from PyPI everywhere else. This allowed users to chose the appropriate behaviour for their use cases. This patch [1] also made sure we didn't have anything else to do when the patch would land on stable branches, as this would automatically get disabled. However, as of today, there is still no new version of tempest, and our stable/rocky branch has been cut. Therefore the fix that was in place is useless and another approach needs to be taken. We will move to use tempest master for master and stable/rocky branch until the fix that caused this series of patch to happen is released [2] for tempest on PyPI. A temporary workaround was also added to ensure ceph can still be built, by freezing the ceph-ansible role sha. The checksum fill option, was useful a long time ago, but at this point its just some lovely technical debt that we carry around like an old dirty security blanket. This change sets us free from the sins of our past. We seem to have a lot of jobs that timeout but seem to be very close to completing, so let's bump the timeout by 20 minutes. To make up for it, we drop most of our non-voting jobs because they are taking up resources and always failing. This should decrease the amount of resources we're consuming. Also, instances are failing to launch when jobs hit any nodepool VMs inside OVH. [1]:abe0b22c76
[2]:7d2b636a30 (diff-5c9acbc10dc9d27b47985cd74ab100f6)
Change-Id: I42e0cefb28184964a50f66b18d8eba6d2a04eca7 Closes-Bug: 1786095 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
82 lines
4.0 KiB
YAML
82 lines
4.0 KiB
YAML
# 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.
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- openstack-ansible-linters
|
|
- openstack-ansible-varstest-aio_lxc-ubuntu-xenial
|
|
# NOTE(mnaser): CentOS support is currently not working, enable once
|
|
# metal job is passing and voting.
|
|
# - openstack-ansible-deploy-aio_basekit-centos-7
|
|
- openstack-ansible-deploy-aio_basekit-opensuse-423
|
|
# NOTE(hwoarang) xenial does not currently work. It needs investigation
|
|
# - openstack-ansible-deploy-aio_distro_basekit-ubuntu-xenial:
|
|
# voting: false
|
|
# NOTE(mnaser): CentOS support is currently not working, enable once
|
|
# metal job is passing and voting.
|
|
# - openstack-ansible-deploy-aio_distro_basekit-centos-7
|
|
- openstack-ansible-deploy-aio_distro_basekit-opensuse-423
|
|
# NOTE(mhayden): Temporarily replacing suse and centos
|
|
# with aio_basekit scenario.
|
|
#- openstack-ansible-deploy-aio_lxc-centos-7
|
|
#- openstack-ansible-deploy-aio_lxc-opensuse-423
|
|
- openstack-ansible-deploy-aio_lxc-ubuntu-xenial
|
|
- openstack-ansible-deploy-aio_metal-ubuntu-xenial
|
|
- openstack-ansible-deploy-aio_metal-opensuse-423
|
|
- openstack-ansible-deploy-aio_metal-centos-7
|
|
# NOTE(mnaser): nspawn jobs have been failing for a long time
|
|
# - openstack-ansible-deploy-aio_nspawn-centos-7
|
|
# - openstack-ansible-deploy-aio_nspawn-opensuse-423
|
|
# - openstack-ansible-deploy-aio_nspawn-ubuntu-xenial
|
|
# NOTE(mhayden): Temporarily replacing suse and centos
|
|
# with aio_basekit scenario.
|
|
#- openstack-ansible-deploy-ceph-centos-7
|
|
#- openstack-ansible-deploy-ceph-opensuse-423
|
|
- openstack-ansible-deploy-ceph-ubuntu-xenial
|
|
# NOTE(mnaser): CentOS support is currently not working, enable once
|
|
# metal job is passing and voting.
|
|
# - openstack-ansible-deploy-aio_distro_lxc-centos-7
|
|
- openstack-ansible-deploy-aio_distro_lxc-opensuse-423
|
|
# NOTE(hwoarang) xenial does not currently work. It needs investigation
|
|
# - openstack-ansible-deploy-aio_distro_lxc-ubuntu-xenial
|
|
experimental:
|
|
jobs:
|
|
- openstack-ansible-deploy-octavia-ubuntu-xenial
|
|
- openstack-ansible-deploy_with_ansible_devel-aio-ubuntu-xenial
|
|
- openstack-ansible-deploy_with_ansible_next-aio-ubuntu-xenial
|
|
- openstack-ansible-deploy-congress-ubuntu-xenial
|
|
gate:
|
|
jobs:
|
|
- openstack-ansible-linters
|
|
- openstack-ansible-varstest-aio_lxc-ubuntu-xenial
|
|
- openstack-ansible-deploy-ceph-ubuntu-xenial
|
|
- openstack-ansible-deploy-aio_lxc-ubuntu-xenial
|
|
- openstack-ansible-deploy-aio_metal-ubuntu-xenial
|
|
- openstack-ansible-deploy-aio_metal-opensuse-423
|
|
periodic:
|
|
jobs:
|
|
# We remove the centos periodics
|
|
# until they are more likely to pass on time.
|
|
# (Currently timing out).
|
|
#- openstack-ansible-deploy-aio_lxc-centos-7
|
|
- openstack-ansible-deploy-aio_lxc-opensuse-423
|
|
- openstack-ansible-deploy-aio_lxc-ubuntu-xenial
|
|
#- openstack-ansible-deploy-ceph-centos-7
|
|
- openstack-ansible-deploy-ceph-opensuse-423
|
|
- openstack-ansible-deploy-ceph-ubuntu-xenial
|
|
- openstack-ansible-deploy-translations-ubuntu-xenial
|
|
- openstack-ansible-upgrade-aio_lxc-ubuntu-xenial
|
|
- openstack-ansible-upgrade-ceph-ubuntu-xenial
|