aa62ecad86
Change-Id: Id806d3648ad7464a2e6d1ae1235061f48014a49a
29 lines
608 B
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
|