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: |
Harish Venkata Kajur | 8ebcb13 | 2021-02-02 09:59:08 -0500 | [diff] [blame] | 20 | - 'guilin': |
| 21 | branch: 'guilin' |
Jessica Wagantall | 7824c91 | 2019-06-19 14:43:30 -0700 | [diff] [blame] | 22 | |
Jessica Wagantall | abff9c0 | 2019-04-08 16:35:10 -0700 | [diff] [blame] | 23 | mvn-settings: 'aai-oom-settings' |
| 24 | files: '**' |
| 25 | archive-artifacts: '' |
Jessica Wagantall | 8478247 | 2020-03-18 13:15:20 -0700 | [diff] [blame] | 26 | build-node: ubuntu1804-helm-2c-1g |
Jessica Wagantall | abff9c0 | 2019-04-08 16:35:10 -0700 | [diff] [blame] | 27 | 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 Desbureaux | 8a80b09 | 2021-02-17 13:49:17 +0100 | [diff] [blame] | 32 | make HELM_BIN=helm3.3 all |
Jessica Wagantall | 23bb8e3 | 2019-04-17 15:26:18 -0700 | [diff] [blame] | 33 | build_script: | |
Jessica Wagantall | abff9c0 | 2019-04-08 16:35:10 -0700 | [diff] [blame] | 34 | #!/bin/bash |
| 35 | cd kubernetes/ |
Sylvain Desbureaux | 8a80b09 | 2021-02-17 13:49:17 +0100 | [diff] [blame] | 36 | make HELM_BIN=helm3.3 common |
| 37 | make HELM_BIN=helm3.3 {helm-module} |
Jessica Wagantall | abff9c0 | 2019-04-08 16:35:10 -0700 | [diff] [blame] | 38 | oom_post_build_script: !include-raw-escape: shell/publish_helm_charts.sh |