summaryrefslogtreecommitdiffstats
path: root/jjb/dcae/pgaas.yaml
blob: 751ccfc24166739126cb9384334492ab00118084 (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
---

- project:
    name: dcae-pgaas
    project-name: 'dcae-pgaas'
    jobs:
      - '{project-name}-{stream}-multi-scm-verify-script'


    #   script:         build script to execute
    #   extra-project:  extra gerrit project to checkout
    #   extra-refspec:  refspec for the extra project
    #   extra-branch:   branch to checkout for the extra project
    #   checkout-dir:   directory to checkout the extra project to
    #                     DO NOT SET THIS TO anything that translates to
    #                     $WORKSPACE as it will destroy the initial
    #                     project checkout

    project: 'dcae/pgaas'
    stream:
      - 'master':
          branch: 'master'
    mvn-settings: 'dcae-pgaas-settings'
    files: '**'
    archive-artifacts: ''
    build-node: ubuntu1604-basebuild-4c-4g
    extra-project: 'dcae/utils/buildtools'
    extra-branch: 'master'
    extra-refspec: 'refs/heads/{branch}'
    checkout-dir: 'buildtools'
    script:
        !include-raw-escape: 'include-raw-pgaas.sh'