summaryrefslogtreecommitdiffstats
path: root/jjb/sdnc/sdnc-oom.yaml
blob: 5d2be714440bfca147e611d4b96a28255006e4f7 (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
---
- project:
    name: sdnc-oom
    helm-module: 'sdnc'
    project-name: 'sdnc-oom'
    project: 'sdnc/oom'
    jobs:
      - '{project-name}-{stream}-verify-external-helm'
      - '{project-name}-{stream}-merge-external-helm':
          build_script: '{oom_build_script}'
          post_build_script: !include-raw-escape: shell/publish_helm_charts.sh
          files: '**'
    stream:
      - 'master':
          branch: 'master'
      - 'elalto':
          branch: 'elalto'

    mvn-settings: 'sdnc-oom-settings'
    files: '**'
    archive-artifacts: ''
    build-node: ubuntu1604-helm-2c-1g
    pre_build_script: !include-raw-escape: shell/helm-repo-init.sh
    oom_build_script: |
        #!/bin/bash
        set -e -o pipefail
        cd kubernetes/
        make all
    build_script: |
        #!/bin/bash
        cd kubernetes/
        make common
        make {helm-module}
    oom_post_build_script: !include-raw-escape: shell/publish_helm_charts.sh

- project:
    name: sdnc-oom-info
    project-name: sdnc-oom
    jobs:
      - gerrit-info-yaml-verify
    project: sdnc/oom
    branch: master