2018-07-18 18:05:41 -05:00
|
|
|
---
|
|
|
|
# Copyright 2018, 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:
|
2018-08-08 01:46:50 -05:00
|
|
|
name: "openstack-ansible-ops:elk_metrics_6x-ubuntu-xenial"
|
2018-07-18 18:05:41 -05:00
|
|
|
parent: base
|
|
|
|
description: "Runs a gate test on the elk_metrics_6x project."
|
|
|
|
run: "elk_metrics_6x/tests/test.yml"
|
|
|
|
post-run: "elk_metrics_6x/tests/post-run.yml"
|
|
|
|
files:
|
|
|
|
- ^elk_metrics_6x/.*
|
2018-11-01 10:33:20 -04:00
|
|
|
- ^bootstrap-embedded-ansible/.*
|
2018-07-18 18:05:41 -05:00
|
|
|
vars:
|
|
|
|
osa_test_repo: "openstack/openstack-ansible-ops"
|
2018-08-10 23:45:18 -05:00
|
|
|
test_clustered_elk: false
|
2018-08-08 01:46:50 -05:00
|
|
|
|
2018-08-13 10:57:20 -05:00
|
|
|
- job:
|
|
|
|
name: "openstack-ansible-ops:elk_metrics_6x-centos-7"
|
|
|
|
parent: "openstack-ansible-ops:elk_metrics_6x-ubuntu-xenial"
|
|
|
|
nodeset: centos-7
|
|
|
|
voting: true
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: "openstack-ansible-ops:elk_metrics_6x-centos-7-clustered"
|
|
|
|
parent: "openstack-ansible-ops:elk_metrics_6x-ubuntu-xenial"
|
|
|
|
nodeset: centos-7
|
|
|
|
voting: false
|
|
|
|
vars:
|
|
|
|
osa_test_repo: "openstack/openstack-ansible-ops"
|
|
|
|
test_clustered_elk: true
|
2018-08-12 23:47:23 -05:00
|
|
|
|
|
|
|
- job:
|
|
|
|
name: "openstack-ansible-ops:elk_metrics_6x-opensuse-423"
|
|
|
|
parent: "openstack-ansible-ops:elk_metrics_6x-ubuntu-xenial"
|
|
|
|
nodeset: opensuse-423
|
2018-08-13 10:57:20 -05:00
|
|
|
voting: true
|
2018-08-12 23:47:23 -05:00
|
|
|
|
|
|
|
- job:
|
|
|
|
name: "openstack-ansible-ops:elk_metrics_6x-opensuse-423-clustered"
|
|
|
|
parent: "openstack-ansible-ops:elk_metrics_6x-ubuntu-xenial"
|
|
|
|
nodeset: opensuse-423
|
|
|
|
voting: false
|
|
|
|
vars:
|
|
|
|
osa_test_repo: "openstack/openstack-ansible-ops"
|
|
|
|
test_clustered_elk: true
|
2018-08-08 01:46:50 -05:00
|
|
|
|
2018-08-08 15:19:30 -05:00
|
|
|
- job:
|
|
|
|
name: "openstack-ansible-ops:elk_metrics_6x-ubuntu-trusty"
|
|
|
|
parent: "openstack-ansible-ops:elk_metrics_6x-ubuntu-xenial"
|
|
|
|
nodeset: ubuntu-trusty
|
|
|
|
voting: false
|
|
|
|
|
2018-08-08 01:46:50 -05:00
|
|
|
- job:
|
|
|
|
name: "openstack-ansible-ops:elk_metrics_6x-ubuntu-bionic"
|
|
|
|
parent: "openstack-ansible-ops:elk_metrics_6x-ubuntu-xenial"
|
|
|
|
nodeset: ubuntu-bionic
|
2018-08-10 23:45:18 -05:00
|
|
|
voting: true
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: "openstack-ansible-ops:elk_metrics_6x-ubuntu-xenial-clustered"
|
|
|
|
parent: "openstack-ansible-ops:elk_metrics_6x-ubuntu-xenial"
|
|
|
|
voting: false
|
|
|
|
vars:
|
|
|
|
osa_test_repo: "openstack/openstack-ansible-ops"
|
|
|
|
test_clustered_elk: true
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: "openstack-ansible-ops:elk_metrics_6x-ubuntu-bionic-clustered"
|
|
|
|
parent: "openstack-ansible-ops:elk_metrics_6x-ubuntu-xenial"
|
|
|
|
nodeset: ubuntu-bionic
|
2018-08-08 01:46:50 -05:00
|
|
|
voting: false
|
2018-08-10 23:45:18 -05:00
|
|
|
vars:
|
|
|
|
osa_test_repo: "openstack/openstack-ansible-ops"
|
|
|
|
test_clustered_elk: true
|
2018-10-16 22:40:36 -05:00
|
|
|
|
|
|
|
- job:
|
|
|
|
name: "openstack-ansible-ops:osquery-ubuntu-xenial"
|
|
|
|
parent: base
|
|
|
|
description: "Runs a gate test on the osquery project."
|
|
|
|
run: "osquery/tests/test.yml"
|
|
|
|
post-run: "osquery/tests/post-run.yml"
|
|
|
|
voting: true
|
|
|
|
files:
|
|
|
|
- ^osquery/.*
|
2018-11-01 10:33:20 -04:00
|
|
|
- ^bootstrap-embedded-ansible/.*
|
2018-10-16 22:40:36 -05:00
|
|
|
|
2018-10-17 20:31:26 -05:00
|
|
|
- job:
|
|
|
|
name: "openstack-ansible-ops:osquery-ubuntu-xenial-clustered"
|
|
|
|
parent: "openstack-ansible-ops:osquery-ubuntu-xenial"
|
|
|
|
nodeset: ubuntu-bionic
|
|
|
|
vars:
|
|
|
|
osa_test_repo: "openstack/openstack-ansible-ops"
|
|
|
|
test_clustered_kolide: true
|
|
|
|
|
2018-10-16 22:40:36 -05:00
|
|
|
- job:
|
|
|
|
name: "openstack-ansible-ops:osquery-ubuntu-bionic"
|
|
|
|
parent: "openstack-ansible-ops:osquery-ubuntu-xenial"
|
|
|
|
nodeset: ubuntu-bionic
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: "openstack-ansible-ops:osquery-ubuntu-bionic-clustered"
|
|
|
|
parent: "openstack-ansible-ops:osquery-ubuntu-xenial"
|
|
|
|
nodeset: ubuntu-bionic
|
|
|
|
vars:
|
|
|
|
osa_test_repo: "openstack/openstack-ansible-ops"
|
|
|
|
test_clustered_kolide: true
|
2019-01-13 00:50:48 -06:00
|
|
|
|
|
|
|
- job:
|
|
|
|
name: "openstack-ansible-ops:skydive-ubuntu-xenial"
|
|
|
|
parent: base
|
|
|
|
description: "Runs a gate test on the skydive project."
|
|
|
|
run: "skydive/tests/test.yml"
|
|
|
|
post-run: "skydive/tests/post-run.yml"
|
|
|
|
voting: false
|
|
|
|
files:
|
|
|
|
- ^skydive/.*
|
|
|
|
- ^bootstrap-embedded-ansible/.*
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: "openstack-ansible-ops:skydive-ubuntu-bionic"
|
|
|
|
parent: "openstack-ansible-ops:skydive-ubuntu-xenial"
|
|
|
|
nodeset: ubuntu-bionic
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: "openstack-ansible-ops:skydive-centos-7"
|
|
|
|
parent: "openstack-ansible-ops:skydive-ubuntu-xenial"
|
|
|
|
nodeset: centos-7
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: "openstack-ansible-ops:skydive-opensuse-423"
|
|
|
|
parent: "openstack-ansible-ops:skydive-ubuntu-xenial"
|
|
|
|
nodeset: opensuse-423
|
|
|
|
|
|
|
|
# - job:
|
|
|
|
# name: "openstack-ansible-ops:skydive-opensuse-15"
|
|
|
|
# parent: "openstack-ansible-ops:skydive-ubuntu-xenial"
|
|
|
|
# nodeset: opensuse-15
|