Use integrated linter jobs
Change-Id: I800489c6287e8b4e57371acb2611b361f4b649ba
This commit is contained in:
parent
8269806b9a
commit
b2cc5475c8
11
examples/playbook.yml
Normal file
11
examples/playbook.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
- name: Install qdrouterd server
|
||||||
|
hosts: "{{ qdrouterd_host_group | default('qdrouterd_all') }}"
|
||||||
|
serial: 20%
|
||||||
|
gather_facts: false
|
||||||
|
environment: "{{ deployment_environment_variables | default({}) }}"
|
||||||
|
tags:
|
||||||
|
- qdrouterd
|
||||||
|
roles:
|
||||||
|
- role: "qdrouterd"
|
@ -14,14 +14,13 @@
|
|||||||
|
|
||||||
- project:
|
- project:
|
||||||
templates:
|
templates:
|
||||||
|
- openstack-ansible-linters-jobs
|
||||||
- check-requirements
|
- check-requirements
|
||||||
- publish-openstack-docs-pti
|
- publish-openstack-docs-pti
|
||||||
- build-release-notes-jobs-python3
|
- build-release-notes-jobs-python3
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-ansible-linters
|
|
||||||
- openstack-ansible-functional-ubuntu-focal
|
- openstack-ansible-functional-ubuntu-focal
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-ansible-linters
|
|
||||||
- openstack-ansible-functional-ubuntu-focal
|
- openstack-ansible-functional-ubuntu-focal
|
||||||
|
Loading…
Reference in New Issue
Block a user