27b9e6c67b
The project: section is actually owned by tools/update-test-platforms.py script. Add a note to make this clear; otherwise manual edits get this out of sync and makes a mess when we do try and regenerate it. Change-Id: Iaaafce2ef2f60e0c66723a34b17d60ec766b5f70
24 lines
603 B
YAML
24 lines
603 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
|
|
# tools/update-test-platforms.py
|
|
# Please re-run to generate new job lists
|
|
|
|
- project:
|
|
check:
|
|
jobs: &id001
|
|
- zuul-jobs-tox-linters
|
|
gate:
|
|
jobs: *id001
|