blob: 09194f3582a4807cc5089d45ac3e500a177ed521 [file] [log] [blame]
Yuli Shlosberg9e7b0042017-09-24 15:48:36 +03001---
2- project:
ChrisC7b732062021-02-03 18:17:47 +01003 name: sdc-csit
4 jobs:
ChrisC1bb38c42021-02-24 12:57:18 +01005 - '{project-name}-{stream}-verify-java':
6 # this build is integration test only - CSIT (Verify 2/2)
ChrisC7b732062021-02-03 18:17:47 +01007 mvn-goals: clean install
ChrisCfc0a38c2021-02-04 20:16:27 +01008 mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/ -Ddocker.skip.push=true -P docker,all-for-integration-tests-only'
ChrisC1bb38c42021-02-24 12:57:18 +01009 build-node: 'ubuntu1804-docker-8c-16g'
ChrisC11230792021-02-22 16:32:25 +010010 archive-artifacts: >
11 **/*.log
12 **/hs_err_*.log
13 **/target/**/feature.xml
14 **/target/failsafe-reports/failsafe-summary.xml
ChrisC11230792021-02-22 16:32:25 +010015 integration-tests/target/ExtentReport/API/*.html
16 integration-tests/target/ExtentReport/UI/*.html
17 integration-tests/target/ExtentReport/UI/screenshots/*.png
ChrisC1bb38c42021-02-24 12:57:18 +010018 project-name: 'sdc-integration-tests'
ChrisC7b732062021-02-03 18:17:47 +010019 # project name in gerrit
20 project: 'sdc'
21 stream:
22 - 'master':
23 branch: 'master'
ChrisC7b732062021-02-03 18:17:47 +010024 java-version: openjdk11
25 mvn-version: 'mvn36'
26 mvn-settings: 'sdc-settings'
27 mvn-global-settings: global-settings