blob: f8a06121124b9dfc38f127de5d16788f640dbe3f [file] [log] [blame]
Jessica Wagantallabff9c02019-04-08 16:35:10 -07001---
2- project:
3 name: aai-oom-project-view
4 project-name: aai-oom
5 views:
6 - project-view
7
8- project:
9 name: aai-oom
10 helm-module: 'aai'
11 project-name: 'aai-oom'
12 project: 'aai/oom'
13 jobs:
14 - '{project-name}-{stream}-verify-external-helm'
Jessica Wagantall73d08bd2019-04-17 15:42:17 -070015 - '{project-name}-{stream}-merge-external-helm':
16 build_script: '{oom_build_script}'
17 post_build_script: !include-raw-escape: shell/publish_helm_charts.sh
18 files: '**'
Jessica Wagantallabff9c02019-04-08 16:35:10 -070019 stream:
20 - 'master':
21 branch: 'master'
Jimmy Forsythba2bb6b2019-07-17 14:06:55 -040022 - 'dublin':
23 branch: 'dublin'
Jessica Wagantall7824c912019-06-19 14:43:30 -070024
Jessica Wagantallabff9c02019-04-08 16:35:10 -070025 mvn-settings: 'aai-oom-settings'
26 files: '**'
27 archive-artifacts: ''
28 build-node: ubuntu1604-helm-2c-1g
29 pre_build_script: !include-raw-escape: shell/helm-repo-init.sh
30 oom_build_script: |
31 #!/bin/bash
32 set -e -o pipefail
33 cd kubernetes/
34 make all
Jessica Wagantall23bb8e32019-04-17 15:26:18 -070035 build_script: |
Jessica Wagantallabff9c02019-04-08 16:35:10 -070036 #!/bin/bash
37 cd kubernetes/
38 make common
Jessica Wagantalla774b312019-04-26 15:09:51 -070039 make {helm-module}
Jessica Wagantallabff9c02019-04-08 16:35:10 -070040 oom_post_build_script: !include-raw-escape: shell/publish_helm_charts.sh