zuul-sphinx/doc/source/zuul.d/test.yaml

29 lines
608 B
YAML

- job:
name: test-autodoc
description: |
This is a test job.
- job:
name: test-autodoc
branches: stable
description: |
This is a test job variant on a stable branch.
- project-template:
name: test-autotemplate
description: |
This is a test project template.
check:
jobs:
- test-autodoc
- example
- does-not-exist-in-this-repo:
required-projects:
- some-project
gate:
jobs:
- example
- does-not-exist-in-this-repo:
required-projects:
- some-project