Add linter/docs jobs

Added to check only so that we can merge this and verify that they
work before adding to gate (this is a config-project).

Change-Id: I5f62a4e7262148f9fb8030f46433bfda11fccce5
This commit is contained in:
James E. Blair 2019-07-15 08:52:07 -07:00
parent 8d85f6ccaa
commit e09322c125
2 changed files with 22 additions and 0 deletions

11
zuul-tests.d/jobs.yaml Normal file
View File

@ -0,0 +1,11 @@
- job:
name: zuul-base-jobs-tox-linters
parent: tox-linters
description: Lint Ansible playbooks and roles
required-projects:
- zuul/zuul-base-jobs
- zuul/zuul-jobs
- zuul/zuul
vars:
tox_environment:
ANSIBLE_ROLES_PATH: ~/src/opendev.org/zuul/zuul-base-jobs/roles:~/src/opendev.org/zuul/zuul-jobs/roles

11
zuul-tests.d/project.yaml Normal file
View File

@ -0,0 +1,11 @@
- project:
check:
jobs:
- zuul-tox-docs
- zuul-base-jobs-tox-linters
gate:
jobs:
- noop
promote:
jobs:
- zuul-promote-docs