blob: 78d12ee4f93a62e0fc3c67b045e136e53ed3eae9 [file] [log] [blame]
Lusheng Ji2d11eca2017-08-11 03:57:00 +00001---
2- project:
3 name: dcaegen2-platform-configbinding
Lott, Christopher (cl778h)9a8489f2019-08-16 13:59:07 -04004 # 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 Ji72d08e92017-09-01 02:57:30 +000010 # 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)9a8489f2019-08-16 13:59:07 -040017 build-node: ubuntu1604-docker-8c-8g
Tommy Carpenter69addd22019-09-09 14:28:40 -040018 # used by tox-install.sh to specify the interpreter used to install tox
19 python-version: python3
Lott, Christopher (cl778h)9a8489f2019-08-16 13:59:07 -040020 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 Kumare6481262020-02-19 14:51:27 +000026 - gerrit-release-verify
27 - gerrit-release-merge
Lott, Christopher (cl778h)9a8489f2019-08-16 13:59:07 -040028 stream:
29 - master:
30 branch: master
Anil Belurd2d5f282018-07-14 20:09:36 +100031
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080032- project:
33 name: dcaegen2-platform-configbinding-sonar
Lott, Christopher (cl778h)9a8489f2019-08-16 13:59:07 -040034 project: dcaegen2/platform/configbinding
35 project-name: dcaegen2-platform-configbinding
Gary Wu5f4277f2018-09-28 10:36:23 -070036 cron: '@daily'
Lott, Christopher (cl778h)774b0472019-09-05 15:46:58 -040037 build-node: ubuntu1604-docker-8c-8g
Lott, Christopher (cl778h)26c797b2019-09-05 14:21:39 -040038 # Sonar jobs use maven to push report
Lott, Christopher (cl778h)9a8489f2019-08-16 13:59:07 -040039 mvn-settings: dcaegen2-platform-configbinding-settings
Lott, Christopher (cl778h)26c797b2019-09-05 14:21:39 -040040 mvn-goals: 'clean test'
Lusheng Ji68169f62018-02-19 13:28:28 -050041 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
Lott, Christopher (cl778h)9a8489f2019-08-16 13:59:07 -040042 branch: master
Tommy Carpenter69addd22019-09-09 14:28:40 -040043 # used by tox-install.sh to specify the interpreter used to install tox
44 python-version: python3
Jessica Wagantallac9f98a2018-10-19 14:26:38 -070045 jobs:
Lott, Christopher (cl778h)26c797b2019-09-05 14:21:39 -040046 - gerrit-tox-sonar
Jessica Wagantallc6a09522019-02-27 00:02:59 -080047
48- project:
49 name: dcaegen2-platform-configbinding-info
Lott, Christopher (cl778h)9a8489f2019-08-16 13:59:07 -040050 project: dcaegen2/platform/configbinding
Jessica Wagantallc6a09522019-02-27 00:02:59 -080051 project-name: dcaegen2-platform-configbinding
Lott, Christopher (cl778h)9a8489f2019-08-16 13:59:07 -040052 branch: master
Jessica Wagantallc6a09522019-02-27 00:02:59 -080053 jobs:
54 - gerrit-info-yaml-verify
Jessica Wagantalldb675aa2020-01-14 00:57:36 -080055 build-node: centos7-builder-2c-1g