9b02a6ebe2
Import the infra-ansible job, convert it to Zuul v3 native and rename for our naming conventions. Change-Id: I5669fd546e4c1ae33133ce7a45e7615a67983532
14 lines
277 B
YAML
14 lines
277 B
YAML
- job:
|
|
name: infra-ansible-tox-ansible-syntax-check
|
|
parent: tox
|
|
vars:
|
|
tox_envlist: ansible-syntax-check
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- infra-ansible-tox-ansible-syntax-check
|
|
gate:
|
|
jobs:
|
|
- infra-ansible-tox-ansible-syntax-check
|