Lusheng Ji | 2d11eca | 2017-08-11 03:57:00 +0000 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: dcaegen2-platform-configbinding |
Lott, Christopher (cl778h) | 9a8489f | 2019-08-16 13:59:07 -0400 | [diff] [blame] | 4 | # git repo |
| 5 | project: dcaegen2/platform/configbinding |
| 6 | # jenkins job prefix |
| 7 | project-name: dcaegen2-platform-configbinding |
| 8 | # push credentials |
| 9 | mvn-settings: dcaegen2-platform-configbinding-settings |
Lusheng Ji | 72d08e9 | 2017-09-01 02:57:30 +0000 | [diff] [blame] | 10 | # due to a strange macro / variable translation problem this needs |
| 11 | # to be passed as a string block to properly get the properties |
| 12 | # correctly defined in the job |
| 13 | maven-deploy-properties: | |
| 14 | deployAtEnd=true |
| 15 | files: '**' |
| 16 | archive-artifacts: '' |
Vijay Venkatesh Kumar | 4c15211 | 2020-03-27 00:22:31 +0000 | [diff] [blame] | 17 | build-node: ubuntu1804-docker-8c-8g |
Tommy Carpenter | 69addd2 | 2019-09-09 14:28:40 -0400 | [diff] [blame] | 18 | # used by tox-install.sh to specify the interpreter used to install tox |
| 19 | python-version: python3 |
Lott, Christopher (cl778h) | 9a8489f | 2019-08-16 13:59:07 -0400 | [diff] [blame] | 20 | jobs: |
| 21 | # clm and tox |
| 22 | - '{project-name}-python-jobs' |
| 23 | # build docker image |
| 24 | - '{project-name}-{stream}-merge-java' |
| 25 | - '{project-name}-{stream}-release-version-java-daily' |
vv770d | 0162b60 | 2020-09-14 14:21:59 +0000 | [diff] [blame] | 26 | - gerrit-release-verify: |
| 27 | build-node: centos7-docker-8c-8g |
| 28 | - gerrit-release-merge: |
| 29 | build-node: centos7-docker-8c-8g |
Lott, Christopher (cl778h) | 9a8489f | 2019-08-16 13:59:07 -0400 | [diff] [blame] | 30 | stream: |
| 31 | - master: |
| 32 | branch: master |
vv770d | 15eb49f | 2020-10-01 20:25:48 +0000 | [diff] [blame] | 33 | - guilin: |
| 34 | branch: guilin |
vv770d | b0363f6 | 2021-03-09 15:39:34 +0000 | [diff] [blame] | 35 | - honolulu: |
| 36 | branch: honolulu |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame] | 37 | |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 38 | - project: |
| 39 | name: dcaegen2-platform-configbinding-sonar |
Jessica Wagantall | ac9f98a | 2018-10-19 14:26:38 -0700 | [diff] [blame] | 40 | jobs: |
Lott, Christopher (cl778h) | 26c797b | 2019-09-05 14:21:39 -0400 | [diff] [blame] | 41 | - gerrit-tox-sonar |
Vijay Venkatesh Kumar | 89e70c8 | 2020-06-30 14:24:26 +0000 | [diff] [blame] | 42 | sonarcloud: true |
| 43 | sonarcloud-project-organization: '{sonarcloud_project_organization}' |
| 44 | sonarcloud-api-token: '{sonarcloud_api_token}' |
| 45 | sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' |
| 46 | sonar-mvn-goal: '{sonar_mvn_goal}' |
| 47 | cron: '@daily' |
| 48 | build-node: ubuntu1804-docker-8c-8g |
| 49 | project: 'dcaegen2/platform/configbinding' |
| 50 | project-name: 'dcaegen2-platform-configbinding' |
| 51 | branch: 'master' |
| 52 | # used by tox-install.sh to specify the interpreter used to install tox |
| 53 | python-version: python3 |
| 54 | mvn-settings: 'dcaegen2-platform-configbinding-settings' |
| 55 | mvn-goals: 'clean test' |
| 56 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |
| 57 | |
Jessica Wagantall | c6a0952 | 2019-02-27 00:02:59 -0800 | [diff] [blame] | 58 | |
| 59 | - project: |
| 60 | name: dcaegen2-platform-configbinding-info |
Lott, Christopher (cl778h) | 9a8489f | 2019-08-16 13:59:07 -0400 | [diff] [blame] | 61 | project: dcaegen2/platform/configbinding |
Jessica Wagantall | c6a0952 | 2019-02-27 00:02:59 -0800 | [diff] [blame] | 62 | project-name: dcaegen2-platform-configbinding |
Lott, Christopher (cl778h) | 9a8489f | 2019-08-16 13:59:07 -0400 | [diff] [blame] | 63 | branch: master |
Jessica Wagantall | c6a0952 | 2019-02-27 00:02:59 -0800 | [diff] [blame] | 64 | jobs: |
| 65 | - gerrit-info-yaml-verify |
Jessica Wagantall | db675aa | 2020-01-14 00:57:36 -0800 | [diff] [blame] | 66 | build-node: centos7-builder-2c-1g |