blob: 61c27fcb127d9919a61df8b5a26b5f942bfae7ba [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: ''
Vijay Venkatesh Kumar4c152112020-03-27 00:22:31 +000017 build-node: ubuntu1804-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
Vijay Venkatesh Kumar120092e2020-04-21 21:07:21 +000031 - frankfurt:
32 branch: frankfurt
Anil Belurd2d5f282018-07-14 20:09:36 +100033
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080034- project:
35 name: dcaegen2-platform-configbinding-sonar
Lott, Christopher (cl778h)9a8489f2019-08-16 13:59:07 -040036 project: dcaegen2/platform/configbinding
37 project-name: dcaegen2-platform-configbinding
Gary Wu5f4277f2018-09-28 10:36:23 -070038 cron: '@daily'
Vijay Venkatesh Kumar4c152112020-03-27 00:22:31 +000039 build-node: ubuntu1804-docker-8c-8g
Lott, Christopher (cl778h)26c797b2019-09-05 14:21:39 -040040 # Sonar jobs use maven to push report
Lott, Christopher (cl778h)9a8489f2019-08-16 13:59:07 -040041 mvn-settings: dcaegen2-platform-configbinding-settings
Lott, Christopher (cl778h)26c797b2019-09-05 14:21:39 -040042 mvn-goals: 'clean test'
Lusheng Ji68169f62018-02-19 13:28:28 -050043 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
Lott, Christopher (cl778h)9a8489f2019-08-16 13:59:07 -040044 branch: master
Tommy Carpenter69addd22019-09-09 14:28:40 -040045 # used by tox-install.sh to specify the interpreter used to install tox
46 python-version: python3
Jessica Wagantallac9f98a2018-10-19 14:26:38 -070047 jobs:
Lott, Christopher (cl778h)26c797b2019-09-05 14:21:39 -040048 - gerrit-tox-sonar
Jessica Wagantallc6a09522019-02-27 00:02:59 -080049
50- project:
51 name: dcaegen2-platform-configbinding-info
Lott, Christopher (cl778h)9a8489f2019-08-16 13:59:07 -040052 project: dcaegen2/platform/configbinding
Jessica Wagantallc6a09522019-02-27 00:02:59 -080053 project-name: dcaegen2-platform-configbinding
Lott, Christopher (cl778h)9a8489f2019-08-16 13:59:07 -040054 branch: master
Jessica Wagantallc6a09522019-02-27 00:02:59 -080055 jobs:
56 - gerrit-info-yaml-verify
Jessica Wagantalldb675aa2020-01-14 00:57:36 -080057 build-node: centos7-builder-2c-1g