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