Add montreal branch to SDC jobs
[ci-management.git] / jjb / sdc / sdc-csit.yaml
1 ---
2 - project:
3     name: sdc-csit
4     jobs:
5       - "{project-name}-{stream}-{subproject}-verify-java":
6           # this build is integration test only - CSIT (Verify 2/3)
7           subproject: ui
8           mvn-goals: clean install
9           # yamllint disable-line rule:line-length
10           mvn-params: "-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/ -Ddocker.skip.push=true -P docker,run-integration-tests-ui"
11           build-node: "ubuntu1804-docker-8c-16g"
12           archive-artifacts: >
13             **/*.log
14             **/hs_err_*.log
15             **/target/**/feature.xml
16             **/target/failsafe-reports/failsafe-summary.xml
17             integration-tests/target/ExtentReport/UI/*.html
18             integration-tests/target/ExtentReport/UI/screenshots/*.png
19       - "{project-name}-{stream}-{subproject}-verify-java":
20           # this build is integration test only - CSIT (Verify 3/3)
21           subproject: api
22           mvn-goals: clean install
23           # yamllint disable-line rule:line-length
24           mvn-params: "-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/ -Ddocker.skip.push=true -P docker,run-integration-tests-api"
25           build-node: "ubuntu1804-docker-8c-16g"
26           archive-artifacts: >
27             **/*.log
28             **/hs_err_*.log
29             **/target/**/feature.xml
30             **/target/failsafe-reports/failsafe-summary.xml
31             integration-tests/target/ExtentReport/API/*.html
32     project-name: "sdc-integration-tests"
33     # project name in gerrit
34     project: "sdc"
35     stream:
36       - "master":
37           branch: "master"
38       - "london":
39           branch: "london"
40       - "montreal":
41           branch: "montreal"
42     java-version: openjdk11
43     maven-version: "mvn36"
44     mvn-settings: "sdc-settings"
45     mvn-global-settings: global-settings