e44b36a471
Zuul now supports including the file extension on the playbook path and omitting the extension is now deprecrated. Update references to include the extension. Change-Id: I9a6d2d0c844ef17995cb7451f2ad7895374292ea
99 lines
2.4 KiB
YAML
99 lines
2.4 KiB
YAML
# Copyright 2017 The Openstack-Helm Authors.
|
|
#
|
|
# 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:
|
|
name: openstack/openstack-helm-infra
|
|
check:
|
|
jobs:
|
|
- openstack-helm-infra-ubuntu:
|
|
voting: true
|
|
- openstack-helm-infra-centos:
|
|
voting: false
|
|
- openstack-helm-infra-fedora:
|
|
voting: false
|
|
gate:
|
|
jobs:
|
|
- openstack-helm-infra-ubuntu
|
|
|
|
- nodeset:
|
|
name: openstack-helm-ubuntu
|
|
nodes:
|
|
- name: primary
|
|
label: ubuntu-xenial
|
|
- name: node-1
|
|
label: ubuntu-xenial
|
|
- name: node-2
|
|
label: ubuntu-xenial
|
|
groups:
|
|
- name: primary
|
|
nodes:
|
|
- primary
|
|
- name: nodes
|
|
nodes:
|
|
- node-1
|
|
- node-2
|
|
|
|
- nodeset:
|
|
name: openstack-helm-centos
|
|
nodes:
|
|
- name: primary
|
|
label: centos-7
|
|
- name: node-1
|
|
label: centos-7
|
|
- name: node-2
|
|
label: centos-7
|
|
groups:
|
|
- name: primary
|
|
nodes:
|
|
- primary
|
|
- name: nodes
|
|
nodes:
|
|
- node-1
|
|
- node-2
|
|
|
|
- nodeset:
|
|
name: openstack-helm-fedora
|
|
nodes:
|
|
- name: primary
|
|
label: fedora-26
|
|
- name: node-1
|
|
label: fedora-26
|
|
- name: node-2
|
|
label: fedora-26
|
|
groups:
|
|
- name: primary
|
|
nodes:
|
|
- primary
|
|
- name: nodes
|
|
nodes:
|
|
- node-1
|
|
- node-2
|
|
- job:
|
|
name: openstack-helm-infra-ubuntu
|
|
pre-run: tools/gate/playbooks/zuul-pre.yaml
|
|
run: tools/gate/playbooks/zuul-run.yaml
|
|
nodeset: openstack-helm-ubuntu
|
|
|
|
- job:
|
|
name: openstack-helm-infra-centos
|
|
pre-run: tools/gate/playbooks/zuul-pre.yaml
|
|
run: tools/gate/playbooks/zuul-run.yaml
|
|
nodeset: openstack-helm-centos
|
|
|
|
- job:
|
|
name: openstack-helm-infra-fedora
|
|
pre-run: tools/gate/playbooks/zuul-pre.yaml
|
|
run: tools/gate/playbooks/zuul-run.yaml
|
|
nodeset: openstack-helm-fedora
|