39bebd1623
It seems some versions of ruamel do a better job at preserving comments than others. Create a tox env to regenerate the lists with a version we know works. Change-Id: I13503890fd3c18487281e3394b003e9f36cd24f2
24 lines
601 B
YAML
24 lines
601 B
YAML
- job:
|
|
name: zuul-jobs-tox-linters
|
|
parent: tox-linters
|
|
description: Lint Ansible playbooks and roles
|
|
required-projects:
|
|
- opendev/base-jobs
|
|
- zuul/zuul-jobs
|
|
- zuul/zuul
|
|
vars:
|
|
tox_environment:
|
|
ANSIBLE_ROLES_PATH: ~/src/opendev.org/opendev/base-jobs/roles:~/src/opendev.org/zuul/zuul-jobs/roles
|
|
|
|
# -* AUTOGENERATED *-
|
|
# The following project section is autogenerated by
|
|
# tox -e update-test-platforms
|
|
# Please re-run to generate new job lists
|
|
|
|
- project:
|
|
check:
|
|
jobs: &id001
|
|
- zuul-jobs-tox-linters
|
|
gate:
|
|
jobs: *id001
|