Jessica Wagantall | abff9c0 | 2019-04-08 16:35:10 -0700 | [diff] [blame] | 1 | --- |
| 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 Wagantall | 73d08bd | 2019-04-17 15:42:17 -0700 | [diff] [blame] | 15 | - '{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 Wagantall | abff9c0 | 2019-04-08 16:35:10 -0700 | [diff] [blame] | 19 | stream: |
| 20 | - 'master': |
| 21 | branch: 'master' |
Jimmy Forsyth | ba2bb6b | 2019-07-17 14:06:55 -0400 | [diff] [blame] | 22 | - 'dublin': |
| 23 | branch: 'dublin' |
Jessica Wagantall | 7824c91 | 2019-06-19 14:43:30 -0700 | [diff] [blame] | 24 | |
Jessica Wagantall | abff9c0 | 2019-04-08 16:35:10 -0700 | [diff] [blame] | 25 | 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 Wagantall | 23bb8e3 | 2019-04-17 15:26:18 -0700 | [diff] [blame] | 35 | build_script: | |
Jessica Wagantall | abff9c0 | 2019-04-08 16:35:10 -0700 | [diff] [blame] | 36 | #!/bin/bash |
| 37 | cd kubernetes/ |
| 38 | make common |
Jessica Wagantall | a774b31 | 2019-04-26 15:09:51 -0700 | [diff] [blame] | 39 | make {helm-module} |
Jessica Wagantall | abff9c0 | 2019-04-08 16:35:10 -0700 | [diff] [blame] | 40 | oom_post_build_script: !include-raw-escape: shell/publish_helm_charts.sh |