Yuli Shlosberg | 9e7b004 | 2017-09-24 15:48:36 +0300 | [diff] [blame] | 1 | --- |
| 2 | - project: |
ChrisC | 7b73206 | 2021-02-03 18:17:47 +0100 | [diff] [blame] | 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 |
ChrisC | fc0a38c | 2021-02-04 20:16:27 +0100 | [diff] [blame^] | 10 | mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/ -Ddocker.skip.push=true -P docker,all-for-integration-tests-only' |
ChrisC | 7b73206 | 2021-02-03 18:17:47 +0100 | [diff] [blame] | 11 | maven-versions-plugin: true |
| 12 | - '{project-name}-merge-verification-maven-{stream}': |
| 13 | build-node: ubuntu1804-docker-8c-16g |
| 14 | container-public-registry: 'nexus3.onap.org:10001' |
| 15 | container-snapshot-registry: 'nexus3.onap.org:10003' |
| 16 | mvn-goals: clean install |
ChrisC | fc0a38c | 2021-02-04 20:16:27 +0100 | [diff] [blame^] | 17 | mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/ -Ddocker.skip.push=true -P docker,all-for-integration-tests-only' |
ChrisC | 7b73206 | 2021-02-03 18:17:47 +0100 | [diff] [blame] | 18 | maven-versions-plugin: true |
| 19 | |
| 20 | project-name: 'sdc' |
| 21 | recipients: 'christophe.closset@intl.att.com' |
| 22 | # project name in gerrit |
| 23 | project: 'sdc' |
| 24 | stream: |
| 25 | - 'master': |
| 26 | branch: 'master' |
| 27 | - 'guilin': |
| 28 | branch: 'guilin' |
| 29 | java-version: openjdk11 |
| 30 | mvn-version: 'mvn36' |
| 31 | mvn-settings: 'sdc-settings' |
| 32 | mvn-global-settings: global-settings |
| 33 | robot-options: '' |
| 34 | branch: 'master' |
Paul Vaduva | 85b76a5 | 2018-11-23 15:38:15 +0100 | [diff] [blame] | 35 | |
Paul Vaduva | 15d644e | 2019-02-06 11:23:23 +0100 | [diff] [blame] | 36 | #- project: |
| 37 | # name: sdc-csit-arm64 |
| 38 | # jobs: |
| 39 | # - '{project-name}-arm64-{stream}-verify-csit-{functionality}-testng' |
| 40 | # - '{project-name}-arm64-{stream}-csit-{functionality}-testng' |
| 41 | # project-name: 'sdc' |
| 42 | # stream: |
| 43 | # - 'master': |
| 44 | # branch: 'master' |
| 45 | # functionality: |
| 46 | # - 'sanity': |
| 47 | # trigger_jobs: '{project-name}-{stream}-sdc-merge-java' |
| 48 | # - 'nightly': |
| 49 | # trigger_jobs: '{project-name}-{stream}-docker-version-java-daily' |
| 50 | # - 'uiSanity': |
| 51 | # trigger_jobs: '{project-name}-{stream}-docker-version-java-daily' |
| 52 | # robot-options: '' |
| 53 | # branch: 'master' |
| 54 | # html-dir: 'archives' |
| 55 | # html-files: 'SDC_CI_Extent_Report.html' |