6b92807cd7
Rename fixtures directory to job_fixtures to prepare for adding view_fixtures directory in the following commits. Change-Id: Ic20997cae020b542ddc22bf444fa6b92fbcae064
38 lines
738 B
YAML
38 lines
738 B
YAML
- scm:
|
|
name: project-scm
|
|
scm:
|
|
- hg:
|
|
url: http://hg.example.org/project
|
|
clean: true
|
|
|
|
- job-template:
|
|
name: '{name}-unit-tests'
|
|
project-type: pipeline
|
|
pipeline-scm:
|
|
scm:
|
|
- project-scm
|
|
sandbox: true
|
|
description: 'maintainer: {maintainer}'
|
|
|
|
- job-template:
|
|
name: '{name}-perf-tests'
|
|
project-type: pipeline
|
|
pipeline-scm:
|
|
scm:
|
|
- project-scm
|
|
sandbox: false
|
|
description: 'maintainer: {maintainer}'
|
|
|
|
- job-group:
|
|
name: '{name}-tests'
|
|
jobs:
|
|
- '{name}-unit-tests':
|
|
maintainer: dev@example.org
|
|
- '{name}-perf-tests':
|
|
maintainer: qa@example.org
|
|
|
|
- project:
|
|
name: project-name
|
|
jobs:
|
|
- '{name}-tests'
|