Files
zuul-config/zuul.d/jobs.yaml
Graham Whaley 30453b1638 yamllint: make files compliant
To aid pre-checks before submission, lets make the files pass
the default yamllint checks - then we can use yamllint to check
new changes going forwards.

Changes were:
 - change True to true for some bools (which also then matches
   the zuul gerrit driver docs)
 - add '---' document start lines
 - wrap one >80 char line using a '>' string construct

Change-Id: I5c365517606b2c331e7155c56b9ebd7873244b10
Signed-off-by: Graham Whaley <graham.whaley@intel.com>
2019-02-27 19:13:42 +00:00

31 lines
921 B
YAML

---
# Shared zuul config specific to Kata Containers Zuul tenant
# Contains definitions of trusted jobs
- job:
name: kata-zuul-jobs-linters
parent: tox
description: |
This job runs against kata's zuul-config and zuul-jobs
so we can properly lint our ansible playbooks / roles
required-projects:
- kata-containers/zuul-config
- openstack-infra/zuul-jobs
vars:
tox_envlist: linters
tox_environment:
ANSIBLE_ROLES_PATH: >
~/src/git.openstack.org/openstack-infra/zuul-jobs/roles:~/src/git.openstack.org/kata-containers/zuul-config/roles
- job:
name: kata-github-wip
description: |
This job calls the github-pr playbook with a Kata-curated set of
WIP labels and WIP title keywords
run: playbooks/github-wip/run.yaml
nodeset:
nodes: []
vars:
wip_labels: 'do-not-merge wip rfc'
wip_keywords: 'WIP RFC'