ansible-role-frrouting/.zuul.yaml
Dmitriy Rabotyagov c706aedb95 Add linters check
This patch adds linters check with help of ansible-lint tool

Change-Id: Id7d11416ac7cf375211f9b9fb9c5bf2028cba496
2020-06-26 16:01:12 +00:00

16 lines
257 B
YAML

- job:
name: ffrouting-deploy
parent: base
run: tests/test.yml
nodeset: debian-buster
- project:
check:
jobs:
- ffrouting-deploy
- tox-linters
gate:
jobs:
- ffrouting-deploy
- tox-linters