blob: 96f6625c1525a48e4f0dd0cd7d1cce1e62a700e7 [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:
5 - '{project-name}-review-verification-maven-{stream}':
6 build-node: ubuntu1804-docker-8c-16g
7 container-public-registry: 'nexus3.onap.org:10001'
8 container-snapshot-registry: 'nexus3.onap.org:10003'
9 mvn-goals: clean install
ChrisCfc0a38c2021-02-04 20:16:27 +010010 mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/ -Ddocker.skip.push=true -P docker,all-for-integration-tests-only'
ChrisC7b732062021-02-03 18:17:47 +010011 maven-versions-plugin: true
ChrisC5b8de522021-02-16 15:51:43 +010012 build-concurrent: true
ChrisC11230792021-02-22 16:32:25 +010013 archive-artifacts: >
14 **/*.log
15 **/hs_err_*.log
16 **/target/**/feature.xml
17 **/target/failsafe-reports/failsafe-summary.xml
18 **/target/surefire-reports/*-output.txt
19 integration-tests/target/ExtentReport/API/*.html
20 integration-tests/target/ExtentReport/UI/*.html
21 integration-tests/target/ExtentReport/UI/screenshots/*.png
ChrisC7b732062021-02-03 18:17:47 +010022 - '{project-name}-merge-verification-maven-{stream}':
23 build-node: ubuntu1804-docker-8c-16g
24 container-public-registry: 'nexus3.onap.org:10001'
25 container-snapshot-registry: 'nexus3.onap.org:10003'
26 mvn-goals: clean install
ChrisCfc0a38c2021-02-04 20:16:27 +010027 mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/ -Ddocker.skip.push=true -P docker,all-for-integration-tests-only'
ChrisC7b732062021-02-03 18:17:47 +010028 maven-versions-plugin: true
29
30 project-name: 'sdc'
31 recipients: 'christophe.closset@intl.att.com'
32 # project name in gerrit
33 project: 'sdc'
34 stream:
35 - 'master':
36 branch: 'master'
37 - 'guilin':
38 branch: 'guilin'
39 java-version: openjdk11
40 mvn-version: 'mvn36'
41 mvn-settings: 'sdc-settings'
42 mvn-global-settings: global-settings
43 robot-options: ''
44 branch: 'master'
Paul Vaduva85b76a52018-11-23 15:38:15 +010045
Paul Vaduva15d644e2019-02-06 11:23:23 +010046#- project:
47# name: sdc-csit-arm64
48# jobs:
49# - '{project-name}-arm64-{stream}-verify-csit-{functionality}-testng'
50# - '{project-name}-arm64-{stream}-csit-{functionality}-testng'
51# project-name: 'sdc'
52# stream:
53# - 'master':
54# branch: 'master'
55# functionality:
56# - 'sanity':
57# trigger_jobs: '{project-name}-{stream}-sdc-merge-java'
58# - 'nightly':
59# trigger_jobs: '{project-name}-{stream}-docker-version-java-daily'
60# - 'uiSanity':
61# trigger_jobs: '{project-name}-{stream}-docker-version-java-daily'
62# robot-options: ''
63# branch: 'master'
64# html-dir: 'archives'
65# html-files: 'SDC_CI_Extent_Report.html'