summaryrefslogtreecommitdiffstats
path: root/jjb/sdc/sdc-csit.yaml
blob: d2df7b091192e3253490853f7e2c30e919b87bf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
- project:
    name: sdc-csit
    jobs:
      - "{project-name}-{stream}-{subproject}-verify-java":
          # this build is integration test only - CSIT (Verify 2/3)
          subproject: ui
          mvn-goals: clean install
          # yamllint disable-line rule:line-length
          mvn-params: "-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/ -Ddocker.skip.push=true -P docker,run-integration-tests-ui"
          build-node: "ubuntu1804-docker-8c-16g"
          archive-artifacts: >
            **/*.log
            **/hs_err_*.log
            **/target/**/feature.xml
            **/target/failsafe-reports/failsafe-summary.xml
            integration-tests/target/ExtentReport/UI/*.html
            integration-tests/target/ExtentReport/UI/screenshots/*.png
      - "{project-name}-{stream}-{subproject}-verify-java":
          # this build is integration test only - CSIT (Verify 3/3)
          subproject: api
          mvn-goals: clean install
          # yamllint disable-line rule:line-length
          mvn-params: "-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/ -Ddocker.skip.push=true -P docker,run-integration-tests-api"
          build-node: "ubuntu1804-docker-8c-16g"
          archive-artifacts: >
            **/*.log
            **/hs_err_*.log
            **/target/**/feature.xml
            **/target/failsafe-reports/failsafe-summary.xml
            integration-tests/target/ExtentReport/API/*.html
    project-name: "sdc-integration-tests"
    # project name in gerrit
    project: "sdc"
    stream:
      - "master":
          branch: "master"
      - "london":
          branch: "london"
      - "montreal":
          branch: "montreal"
    java-version: openjdk11
    maven-version: "mvn36"
    mvn-settings: "sdc-settings"
    mvn-global-settings: global-settings