Merge "Add Robot and e-mail publishers to verifications"
[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                     /tmp/sdc-integration-tests/*.log*
23                     /tmp/sdc-integration-tests/SDC/ONBOARDING-BE/*.log
24                     /tmp/sdc-integration-tests/SDC/SDC-BE/*.log
25                     /tmp/sdc-integration-tests/SDC/SDC-FE/*.log
26           - '{project-name}-merge-verification-maven-{stream}':
27                 build-node: ubuntu1804-docker-8c-16g
28                 container-public-registry: 'nexus3.onap.org:10001'
29                 container-snapshot-registry: 'nexus3.onap.org:10003'
30                 mvn-goals: clean install
31                 mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/ -Ddocker.skip.push=true -P docker,all-for-integration-tests-only'
32                 maven-versions-plugin: true
33
34       project-name: 'sdc'
35       recipients: 'christophe.closset@intl.att.com'
36       # project name in gerrit
37       project: 'sdc'
38       stream:
39           - 'master':
40                 branch: 'master'
41           - 'guilin':
42                 branch: 'guilin'
43       java-version: openjdk11
44       mvn-version: 'mvn36'
45       mvn-settings: 'sdc-settings'
46       mvn-global-settings: global-settings
47       robot-options: ''
48       branch: 'master'
49
50 #- project:
51 #    name: sdc-csit-arm64
52 #    jobs:
53 #      - '{project-name}-arm64-{stream}-verify-csit-{functionality}-testng'
54 #      - '{project-name}-arm64-{stream}-csit-{functionality}-testng'
55 #    project-name: 'sdc'
56 #    stream:
57 #      - 'master':
58 #          branch: 'master'
59 #    functionality:
60 #      - 'sanity':
61 #          trigger_jobs: '{project-name}-{stream}-sdc-merge-java'
62 #      - 'nightly':
63 #          trigger_jobs: '{project-name}-{stream}-docker-version-java-daily'
64 #      - 'uiSanity':
65 #          trigger_jobs: '{project-name}-{stream}-docker-version-java-daily'
66 #    robot-options: ''
67 #    branch: 'master'
68 #    html-dir: 'archives'
69 #    html-files: 'SDC_CI_Extent_Report.html'