6b92807cd7
Rename fixtures directory to job_fixtures to prepare for adding view_fixtures directory in the following commits. Change-Id: Ic20997cae020b542ddc22bf444fa6b92fbcae064
16 lines
267 B
YAML
16 lines
267 B
YAML
- defaults:
|
|
name: global
|
|
arch: 'i386'
|
|
|
|
- project:
|
|
name: project-name
|
|
jobs:
|
|
- 'build-{arch}'
|
|
- 'build-{arch}':
|
|
arch: 'amd64'
|
|
|
|
- job-template:
|
|
name: 'build-{arch}'
|
|
builders:
|
|
- shell: "echo Build arch {arch}."
|