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: '' |
Lott, Christopher (cl778h) | 9a8489f | 2019-08-16 13:59:07 -0400 | [diff] [blame] | 17 | build-node: ubuntu1604-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' |
Vijay Venkatesh Kumar | e648126 | 2020-02-19 14:51:27 +0000 | [diff] [blame] | 26 | - gerrit-release-verify |
| 27 | - gerrit-release-merge |
Lott, Christopher (cl778h) | 9a8489f | 2019-08-16 13:59:07 -0400 | [diff] [blame] | 28 | stream: |
| 29 | - master: |
| 30 | branch: master |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame] | 31 | |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 32 | - project: |
| 33 | name: dcaegen2-platform-configbinding-sonar |
Lott, Christopher (cl778h) | 9a8489f | 2019-08-16 13:59:07 -0400 | [diff] [blame] | 34 | project: dcaegen2/platform/configbinding |
| 35 | project-name: dcaegen2-platform-configbinding |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame] | 36 | cron: '@daily' |
Lott, Christopher (cl778h) | 774b047 | 2019-09-05 15:46:58 -0400 | [diff] [blame] | 37 | build-node: ubuntu1604-docker-8c-8g |
Lott, Christopher (cl778h) | 26c797b | 2019-09-05 14:21:39 -0400 | [diff] [blame] | 38 | # Sonar jobs use maven to push report |
Lott, Christopher (cl778h) | 9a8489f | 2019-08-16 13:59:07 -0400 | [diff] [blame] | 39 | mvn-settings: dcaegen2-platform-configbinding-settings |
Lott, Christopher (cl778h) | 26c797b | 2019-09-05 14:21:39 -0400 | [diff] [blame] | 40 | mvn-goals: 'clean test' |
Lusheng Ji | 68169f6 | 2018-02-19 13:28:28 -0500 | [diff] [blame] | 41 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |
Lott, Christopher (cl778h) | 9a8489f | 2019-08-16 13:59:07 -0400 | [diff] [blame] | 42 | branch: master |
Tommy Carpenter | 69addd2 | 2019-09-09 14:28:40 -0400 | [diff] [blame] | 43 | # used by tox-install.sh to specify the interpreter used to install tox |
| 44 | python-version: python3 |
Jessica Wagantall | ac9f98a | 2018-10-19 14:26:38 -0700 | [diff] [blame] | 45 | jobs: |
Lott, Christopher (cl778h) | 26c797b | 2019-09-05 14:21:39 -0400 | [diff] [blame] | 46 | - gerrit-tox-sonar |
Jessica Wagantall | c6a0952 | 2019-02-27 00:02:59 -0800 | [diff] [blame] | 47 | |
| 48 | - project: |
| 49 | name: dcaegen2-platform-configbinding-info |
Lott, Christopher (cl778h) | 9a8489f | 2019-08-16 13:59:07 -0400 | [diff] [blame] | 50 | project: dcaegen2/platform/configbinding |
Jessica Wagantall | c6a0952 | 2019-02-27 00:02:59 -0800 | [diff] [blame] | 51 | project-name: dcaegen2-platform-configbinding |
Lott, Christopher (cl778h) | 9a8489f | 2019-08-16 13:59:07 -0400 | [diff] [blame] | 52 | branch: master |
Jessica Wagantall | c6a0952 | 2019-02-27 00:02:59 -0800 | [diff] [blame] | 53 | jobs: |
| 54 | - gerrit-info-yaml-verify |
Jessica Wagantall | db675aa | 2020-01-14 00:57:36 -0800 | [diff] [blame] | 55 | build-node: centos7-builder-2c-1g |