Aric Gardner | da252d2 | 2019-10-11 16:10:03 -0400 | [diff] [blame] | 1 | --- |
| 2 | - project: |
herbert | 739636f | 2020-03-26 12:03:00 +0100 | [diff] [blame] | 3 | name: scp-oam-modeling-project-view |
| 4 | project-name: scp-oam-modeling |
| 5 | views: |
| 6 | - project-view |
| 7 | |
| 8 | - project: |
Aric Gardner | da252d2 | 2019-10-11 16:10:03 -0400 | [diff] [blame] | 9 | name: scp-oam-modeling-info |
| 10 | project: scp/oam/modeling |
| 11 | project-name: scp-oam-modeling |
| 12 | build-node: centos7-builder-1c-1g |
| 13 | jobs: |
| 14 | - gerrit-info-yaml-verify |
herbert | 739636f | 2020-03-26 12:03:00 +0100 | [diff] [blame] | 15 | |
| 16 | - scp_oam_modeling_features_common: &scp_oam_modeling_features_common |
| 17 | # project contains model information for nonrtric-o1-controller features |
| 18 | name: scp-oam-modeling-features-common |
| 19 | project: scp/oam/modeling |
| 20 | project-name: scp-oam-modeling-features |
| 21 | mvn-settings: scp-oam-modeling-settings |
| 22 | java-version: openjdk8 |
| 23 | maven-version: mvn35 |
| 24 | mvn-opts: '-Xmx3072m -XX:MaxPermSize=1024m' |
| 25 | mvn-params: '-f features' |
| 26 | gerrit_trigger_file_paths: |
| 27 | - compare-type: REG_EXP |
| 28 | pattern: 'features/.*' |
| 29 | |
| 30 | - project: |
| 31 | <<: *scp_oam_modeling_features_common |
| 32 | name: scp-oam-modeling-features |
| 33 | build-node: ubuntu1804-builder-4c-4g |
| 34 | jobs: |
| 35 | - gerrit-maven-verify |
| 36 | - gerrit-maven-merge |
| 37 | - gerrit-maven-stage |
| 38 | - gerrit-maven-clm |
| 39 | stream: |
| 40 | - 'master': |
| 41 | branch: 'master' |
| 42 | |
| 43 | - project: |
| 44 | <<: *scp_oam_modeling_features_common |
| 45 | name: scp-oam-modeling-features-sonar |
| 46 | sonarcloud: true |
| 47 | sonarcloud-api-token: '{sonarcloud_api_token}' |
| 48 | sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' |
| 49 | sonarcloud-project-organization: '{sonarcloud_project_organization}' |
Lott, Christopher (cl778h) | 4a7a221 | 2020-03-29 21:22:02 -0400 | [diff] [blame] | 50 | build-node: ubuntu1804-builder-4c-4g |
herbert | 739636f | 2020-03-26 12:03:00 +0100 | [diff] [blame] | 51 | jobs: |
| 52 | - gerrit-maven-sonar |
| 53 | |
| 54 | - project: |
| 55 | name: scp-oam-modeling-release |
| 56 | project-name: scp-oam-modeling |
| 57 | project: scp/oam/modeling |
| 58 | mvn-settings: scp-oam-modeling-settings |
| 59 | build-node: centos7-docker-2c-8g |
| 60 | jobs: |
| 61 | - '{project-name}-gerrit-release-jobs' |
| 62 | |