blob: 3064f2c9a7e90812c81260410296dbc069b6e940 [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
Remigiusz Janeczekaccdf432021-06-07 13:29:42 +02008 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'
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'
MichaelMorris6fd8a5f2021-09-28 16:21:45 +010024 - 'istanbul':
25 branch: 'istanbul'
ChrisC7b732062021-02-03 18:17:47 +010026 java-version: openjdk11
vasraz4b2867c2021-07-10 00:12:17 +010027 maven-version: 'mvn36'
ChrisC7b732062021-02-03 18:17:47 +010028 mvn-settings: 'sdc-settings'
29 mvn-global-settings: global-settings