c706aedb95
This patch adds linters check with help of ansible-lint tool Change-Id: Id7d11416ac7cf375211f9b9fb9c5bf2028cba496
16 lines
257 B
YAML
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
|