windmill/playbooks/prove.yaml

102 lines
2.3 KiB
YAML

# Copyright 2016 Red Hat, 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.
---
- name: Validate statsd
hosts: statsd:!disabled
tasks:
- name: Run statsd validation
include_role:
name: test.statsd
- name: Validate gear
hosts: gear:!disabled
tasks:
- name: Run gear validation
include_role:
name: test.gear
- name: Validate zookeeper
hosts: zookeeper:!disabled
tasks:
- name: Run zookeeper validation
include_role:
name: test.zookeeper
- name: Validate nodepool-builder
hosts: nodepool-builder:!disabled
tasks:
- name: Run nodepool-builder validation
include_role:
name: test.nodepool-builder
- name: Validate nodepool-launcher
hosts: nodepool-launcher:!disabled
tasks:
- name: Run nodepool-launcher validation
include_role:
name: test.nodepool-launcher
- name: Validate zuul-scheduler
hosts: zuul-scheduler:!disabled
tasks:
- name: Run zuul-scheduler validation
include_role:
name: test.zuul-scheduler
- name: Validate zuul-executor
hosts: zuul-executor:!disabled
tasks:
- name: Run zuul-executor validation
include_role:
name: test.zuul-executor
- name: Validate zuul-fingergw
hosts: zuul-fingergw:!disabled
tasks:
- name: Run zuul-fingergw validation
include_role:
name: test.zuul-fingergw
- name: Validate zuul-merger
hosts: zuul-merger:!disabled
tasks:
- name: Run zuul-merger validation
include_role:
name: test.zuul-merger
- name: Validate zuul-web
hosts: zuul-web:!disabled
tasks:
- name: Run zuul-web validation
include_role:
name: test.zuul-web
- name: Prove our CI tools are working
hosts: bastion
tasks:
- name: Setup test.prove role
include_role:
name: test.prove