stark, steven | eccd51e | 2020-03-02 08:31:19 -0800 | [diff] [blame] | 1 | --- |
| 2 | - project: |
stark, steven | fbf74d6 | 2020-03-03 15:26:37 -0800 | [diff] [blame] | 3 | name: vvp-test-engine-info |
stark, steven | eccd51e | 2020-03-02 08:31:19 -0800 | [diff] [blame] | 4 | project-name: 'vvp-test-engine' |
| 5 | project: 'vvp/test-engine' |
| 6 | mvn-settings: 'vvp-test-engine-settings' |
| 7 | branch: master |
| 8 | jobs: |
| 9 | - gerrit-info-yaml-verify |
| 10 | build-node: centos7-builder-2c-1g |
stark, steven | fbf74d6 | 2020-03-03 15:26:37 -0800 | [diff] [blame] | 11 | |
| 12 | - project: |
| 13 | name: vvp-test-engine-sonar |
| 14 | jobs: |
| 15 | - gerrit-maven-sonar |
| 16 | sonarcloud: true |
| 17 | sonarcloud-project-organization: '{sonarcloud_project_organization}' |
| 18 | sonarcloud-api-token: '{sonarcloud_api_token}' |
| 19 | sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' |
| 20 | sonar-mvn-goal: '{sonar_mvn_goal}' |
| 21 | cron: '@daily' |
| 22 | build-node: ubuntu1804-docker-8c-8g |
| 23 | project: 'vvp/test-engine' |
| 24 | project-name: 'vvp-test-engine' |
| 25 | branch: 'master' |
| 26 | mvn-settings: 'vvp-test-engine-settings' |
| 27 | mvn-goals: 'clean install' |
| 28 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |
| 29 | |
| 30 | - project: |
| 31 | name: vvp-test-engine-verify |
| 32 | project-name: 'vvp-test-engine' |
stark, steven | 1e18e00 | 2020-03-11 14:39:22 -0700 | [diff] [blame] | 33 | project: 'vvp/test-engine' |
stark, steven | fbf74d6 | 2020-03-03 15:26:37 -0800 | [diff] [blame] | 34 | stream: |
| 35 | - 'master': |
| 36 | branch: 'master' |
| 37 | mvn-settings: 'vvp-test-engine-settings' |
| 38 | build-node: 'centos7-builder-4c-4g' |
| 39 | subproject: |
| 40 | - 'onap-client': |
| 41 | path: 'onap-client' |
| 42 | pattern: 'onap-client/**' |
| 43 | jobs: |
| 44 | - '{project-name}-{stream}-{subproject}-verify-python' |