Files
zuul-config/zuul.d/jobs.yaml
Thierry Carrez ea08333d05 Fixing job linting
A recent fix to wrap YAML long line resulted in an extra \n being
appended to ANSIBLE_ROLES_PATH, resulting in test failure.

Using YAML line folding instead of block folding should solve this.
This change is not self-testing so it may require force-merging.

Change-Id: If59cd536e3111b7c8f75879b0c24de039492cebe
2019-03-06 14:15:03 +01:00

31 lines
922 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'