summaryrefslogtreecommitdiffstats
path: root/jjb/dcaegen2/dcaegen2-platform-configbinding.yaml
blob: 670b71de84f74e2b95f041cdc35a7047cafcd211 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
- project:
    name: dcaegen2-platform-configbinding
    # git repo
    project: dcaegen2/platform/configbinding
    # jenkins job prefix
    project-name: dcaegen2-platform-configbinding
    # push credentials
    mvn-settings: dcaegen2-platform-configbinding-settings
    # due to a strange macro / variable translation problem this needs
    # to be passed as a string block to properly get the properties
    # correctly defined in the job
    maven-deploy-properties: |
      deployAtEnd=true
    files: '**'
    archive-artifacts: ''
    build-node: ubuntu1604-docker-8c-8g
    # used by tox-install.sh to specify the interpreter used to install tox
    python-version: python3
    jobs:
      # clm and tox
      - '{project-name}-python-jobs'
      # build docker image
      - '{project-name}-{stream}-merge-java'
      - '{project-name}-{stream}-release-version-java-daily'
    stream:
      - master:
          branch: master
      - elalto:
          branch: elalto

- project:
    name: dcaegen2-platform-configbinding-sonar
    project: dcaegen2/platform/configbinding
    project-name: dcaegen2-platform-configbinding
    cron: '@daily'
    build-node: ubuntu1604-docker-8c-8g
    # Sonar jobs use maven to push report
    mvn-settings: dcaegen2-platform-configbinding-settings
    mvn-goals: 'clean test'
    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
    branch: master
    # used by tox-install.sh to specify the interpreter used to install tox
    python-version: python3
    jobs:
      - gerrit-tox-sonar

- project:
    name: dcaegen2-platform-configbinding-info
    project: dcaegen2/platform/configbinding
    project-name: dcaegen2-platform-configbinding
    branch: master
    jobs:
      - gerrit-info-yaml-verify
    build-node: centos7-builder-2c-1g