Merge "Enable JJB jobs for istanbul branches"
[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                 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'
9                 build-node: 'ubuntu1804-docker-8c-16g'
10                 archive-artifacts: >
11                     **/*.log
12                     **/hs_err_*.log
13                     **/target/**/feature.xml
14                     **/target/failsafe-reports/failsafe-summary.xml
15                     integration-tests/target/ExtentReport/API/*.html
16                     integration-tests/target/ExtentReport/UI/*.html
17                     integration-tests/target/ExtentReport/UI/screenshots/*.png
18       project-name: 'sdc-integration-tests'
19       # project name in gerrit
20       project: 'sdc'
21       stream:
22           - 'master':
23                 branch: 'master'
24           - 'istanbul':
25                 branch: 'istanbul'
26       java-version: openjdk11
27       maven-version: 'mvn36'
28       mvn-settings: 'sdc-settings'
29       mvn-global-settings: global-settings