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