Merge "[AAI] Update babel to use maven 3.6"
[ci-management.git] / jjb / sdc / sdc-csit.yaml
1 ---
2 - project:
3       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
10                 mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/ -Ddocker.skip.push=true -P docker,all-for-integration-tests-only'
11                 maven-versions-plugin: true
12                 build-concurrent: true
13                 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
22           - '{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
27                 mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/ -Ddocker.skip.push=true -P docker,all-for-integration-tests-only'
28                 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'
45
46 #- 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'