Files
zuul-config/zuul.d/jobs.yaml
OpenDev Sysadmins 92b0131555 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:52:45 +00:00

44 lines
1.2 KiB
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
- zuul/zuul-jobs
vars:
tox_envlist: linters
tox_environment:
ANSIBLE_ROLES_PATH: >-
~/src/opendev.org/zuul/zuul-jobs/roles:~/src/opendev.org/kata-containers/zuul-config/roles
- job:
name: kata-github-wip
description: |
This job calls the github-wip 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'
- job:
name: QA-check-Ubuntu-16.04
description: |
This job calls the QA-check playbook
pre-run: playbooks/CI-setup/presetup.yaml
run: playbooks/QA-check/run.yaml
post-run: playbooks/CI-setup/postrun.yaml
nodeset:
# Ensure we get a Kata capable Ubuntu 16.04 server
nodes:
- name: ubuntu-xenial
label: ubuntu-xenial-vexxhost