6b92807cd7
Rename fixtures directory to job_fixtures to prepare for adding view_fixtures directory in the following commits. Change-Id: Ic20997cae020b542ddc22bf444fa6b92fbcae064
25 lines
462 B
YAML
25 lines
462 B
YAML
- project:
|
|
name: project-name
|
|
axe1:
|
|
- axe1val1
|
|
- axe1val2
|
|
axe2:
|
|
- axe2val1
|
|
- axe2val2
|
|
axe3:
|
|
- axe3val1
|
|
- axe3val2
|
|
exclude:
|
|
- axe1: axe1val1
|
|
axe2: axe2val1
|
|
axe3: axe3val2
|
|
- axe2: axe2val2
|
|
axe3: axe3val1
|
|
jobs:
|
|
- build-{axe1}-{axe2}-{axe3}
|
|
|
|
- job-template:
|
|
name: build-{axe1}-{axe2}-{axe3}
|
|
builders:
|
|
- shell: "echo Combination {axe1}:{axe2}:{axe3}"
|