blob: e60cd01f99a65b58a32a1f8be0232f43fdc2ab2c [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:
Harish Venkata Kajur8ebcb132021-02-02 09:59:08 -050020 - 'guilin':
21 branch: 'guilin'
Jessica Wagantall7824c912019-06-19 14:43:30 -070022
Jessica Wagantallabff9c02019-04-08 16:35:10 -070023 mvn-settings: 'aai-oom-settings'
24 files: '**'
25 archive-artifacts: ''
Jessica Wagantall84782472020-03-18 13:15:20 -070026 build-node: ubuntu1804-helm-2c-1g
Jessica Wagantallabff9c02019-04-08 16:35:10 -070027 pre_build_script: !include-raw-escape: shell/helm-repo-init.sh
28 oom_build_script: |
29 #!/bin/bash
30 set -e -o pipefail
31 cd kubernetes/
Sylvain Desbureaux8a80b092021-02-17 13:49:17 +010032 make HELM_BIN=helm3.3 all
Jessica Wagantall23bb8e32019-04-17 15:26:18 -070033 build_script: |
Jessica Wagantallabff9c02019-04-08 16:35:10 -070034 #!/bin/bash
35 cd kubernetes/
Sylvain Desbureaux8a80b092021-02-17 13:49:17 +010036 make HELM_BIN=helm3.3 common
37 make HELM_BIN=helm3.3 {helm-module}
Jessica Wagantallabff9c02019-04-08 16:35:10 -070038 oom_post_build_script: !include-raw-escape: shell/publish_helm_charts.sh