9224f5df39
Remove centos-7 jobs and migrate all others to focal/jammy. As this is the ops repo some of these jobs might break, but thats OK as it is best effort here. Change-Id: Iead05995797652f5cd3d76db4b4eb6267e25835b
58 lines
1.8 KiB
YAML
58 lines
1.8 KiB
YAML
---
|
|
# 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:
|
|
name: "openstack-ansible-ops:elk_metrics_7x-ubuntu-focal"
|
|
parent: base
|
|
nodeset: ubuntu-focal
|
|
description: "Runs a gate test on the elk_metrics_7x project."
|
|
run: "elk_metrics_7x/tests/test.yml"
|
|
post-run: "elk_metrics_7x/tests/post-run.yml"
|
|
files:
|
|
- ^elk_metrics_7x/.*
|
|
- ^bootstrap-embedded-ansible/.*
|
|
vars:
|
|
osa_test_repo: "openstack/openstack-ansible-ops"
|
|
test_clustered_elk: false
|
|
|
|
- job:
|
|
name: "openstack-ansible-ops:elk_metrics_7x-ubuntu-jammy"
|
|
parent: "openstack-ansible-ops:elk_metrics_7x-ubuntu-focal"
|
|
nodeset: ubuntu-focal
|
|
|
|
- job:
|
|
name: "openstack-ansible-ops:osquery-ubuntu-jammy"
|
|
parent: base
|
|
nodeset: ubuntu-jammy
|
|
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/.*
|
|
- ^bootstrap-embedded-ansible/.*
|
|
|
|
- job:
|
|
name: "openstack-ansible-ops:skydive-ubuntu-jammy"
|
|
parent: base
|
|
nodeset: ubuntu-jammy
|
|
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/.*
|