These changes allow users to leverage newer versions of ansible with sane defaults providing a consistent user experience. Things like retries, host key checking, and pipelinning are not generally set by default and when left unset these options can create an inconsistent experience with intermittent failures. The plugins repo checkout was updated to resolve issues with newer versions of ansible requiring SFTP options to be set. ** The cluster jobs have been commented out for the time being. we're seing lots of timeouts with them and it doesn't make sense to keep consuming resources for jobs that are known fail due to timeout issues. Change-Id: Ia103b2b31b7dcd540db977ae7c2d486c80bbdffe Signed-off-by: cloudnull <kevin.carter@rackspace.com>
41 lines
1.7 KiB
YAML
41 lines
1.7 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:
|
|
templates:
|
|
- check-requirements
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- openstack-ansible-linters
|
|
- openstack-ansible-ops:elk_metrics_6x-centos-7
|
|
# - openstack-ansible-ops:elk_metrics_6x-centos-7-clustered
|
|
- openstack-ansible-ops:elk_metrics_6x-opensuse-423
|
|
# - openstack-ansible-ops:elk_metrics_6x-opensuse-423-clustered
|
|
- openstack-ansible-ops:elk_metrics_6x-ubuntu-trusty
|
|
- openstack-ansible-ops:elk_metrics_6x-ubuntu-xenial
|
|
- openstack-ansible-ops:elk_metrics_6x-ubuntu-bionic
|
|
# - openstack-ansible-ops:elk_metrics_6x-ubuntu-xenial-clustered
|
|
# - openstack-ansible-ops:elk_metrics_6x-ubuntu-bionic-clustered
|
|
- openstack-ansible-ops:osquery-ubuntu-xenial
|
|
# - openstack-ansible-ops:osquery-ubuntu-xenial-clustered
|
|
- openstack-ansible-ops:osquery-ubuntu-bionic
|
|
# - openstack-ansible-ops:osquery-ubuntu-bionic-clustered
|
|
gate:
|
|
jobs:
|
|
- openstack-ansible-linters
|
|
- openstack-ansible-ops:elk_metrics_6x-ubuntu-bionic
|
|
- openstack-ansible-ops:osquery-ubuntu-bionic
|