Jeremy Phelps | 08126d8 | 2018-08-07 11:08:48 -0500 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: oom |
| 4 | project-name: oom |
| 5 | project: oom |
efiacor | 0d19d3b | 2022-12-01 14:52:39 +0000 | [diff] [blame^] | 6 | archive-artifacts: "" |
Jeremy Phelps | 08126d8 | 2018-08-07 11:08:48 -0500 | [diff] [blame] | 7 | mvn-settings: oom-settings |
Jeremy Phelps | 3cffa43 | 2018-08-15 16:26:12 -0500 | [diff] [blame] | 8 | mvn-global-settings: global-settings |
Jessica Wagantall | 8478247 | 2020-03-18 13:15:20 -0700 | [diff] [blame] | 9 | build-node: ubuntu1804-helm-2c-1g |
efiacor | 0d19d3b | 2022-12-01 14:52:39 +0000 | [diff] [blame^] | 10 | helm_bin: helm3.8 |
| 11 | pre_build_script: !include-raw-escape: shell/helm/helm-repo-init.sh |
Jeremy Phelps | 3cffa43 | 2018-08-15 16:26:12 -0500 | [diff] [blame] | 12 | |
Jeremy Phelps | 08126d8 | 2018-08-07 11:08:48 -0500 | [diff] [blame] | 13 | stream: |
Sylvain Desbureaux | 5657eda | 2020-11-26 10:25:39 +0100 | [diff] [blame] | 14 | - "master": |
| 15 | branch: "master" |
efiacor | f165f31 | 2022-11-10 09:45:50 +0000 | [diff] [blame] | 16 | - "kohn": |
| 17 | branch: "kohn" |
efiacor | 50b8b44 | 2022-04-11 18:33:34 +0100 | [diff] [blame] | 18 | - "jakarta": |
| 19 | branch: "jakarta" |
Jeremy Phelps | 08126d8 | 2018-08-07 11:08:48 -0500 | [diff] [blame] | 20 | |
| 21 | jobs: |
Sylvain Desbureaux | 5657eda | 2020-11-26 10:25:39 +0100 | [diff] [blame] | 22 | - "{project-name}-{stream}-image-verify": |
| 23 | files: "**" |
Sylvain Desbureaux | 8a80b09 | 2021-02-17 13:49:17 +0100 | [diff] [blame] | 24 | - "{project-name}-{stream}-verify-{helm_bin}": |
efiacor | 0d19d3b | 2022-12-01 14:52:39 +0000 | [diff] [blame^] | 25 | build_script: !include-raw-escape: shell/helm/make-helm-all.sh |
| 26 | files: "**/kubernetes/**" |
efiacor | 50b8b44 | 2022-04-11 18:33:34 +0100 | [diff] [blame] | 27 | build-timeout: 900 |
Sylvain Desbureaux | 5657eda | 2020-11-26 10:25:39 +0100 | [diff] [blame] | 28 | - "{project-name}-{stream}-merge-helm": |
efiacor | 0d19d3b | 2022-12-01 14:52:39 +0000 | [diff] [blame^] | 29 | build_type: snapshot |
| 30 | build_script: !include-raw-escape: shell/helm/make-helm-all.sh |
| 31 | post_build_script: !include-raw-escape: shell/helm/publish_helm_charts.sh |
| 32 | files: "**/kubernetes/**" |
efiacor | 50b8b44 | 2022-04-11 18:33:34 +0100 | [diff] [blame] | 33 | build-timeout: 900 |
Jessica Wagantall | 019550b | 2020-12-21 12:24:30 -0800 | [diff] [blame] | 34 | - "{project-name}-{stream}-release-helm": |
efiacor | 0d19d3b | 2022-12-01 14:52:39 +0000 | [diff] [blame^] | 35 | build_type: release |
| 36 | build_script: !include-raw-escape: shell/helm/make-helm-skip-lint.sh |
| 37 | post_build_script: !include-raw-escape: shell/helm/publish_helm_charts.sh |
| 38 | files: "**/kubernetes/**" |
| 39 | build-timeout: 900 |
| 40 | |
| 41 | - project: |
| 42 | name: oom-helm-verify-make-latest |
| 43 | project-name: oom |
| 44 | project: oom |
| 45 | archive-artifacts: "" |
| 46 | build-node: ubuntu1804-helm-2c-1g |
| 47 | helm_bin: helm3.10.2 |
| 48 | pre_build_script: !include-raw-escape: shell/helm/helm-repo-init.sh |
| 49 | |
| 50 | stream: |
| 51 | - "master": |
| 52 | branch: "master" |
| 53 | - "kohn": |
| 54 | branch: "kohn" |
| 55 | |
| 56 | jobs: |
| 57 | - "{project-name}-{stream}-verify-make-{helm_bin}": |
| 58 | build_script: !include-raw-escape: shell/helm/make-helm-skip-lint.sh |
| 59 | files: "**/kubernetes/**" |
efiacor | 50b8b44 | 2022-04-11 18:33:34 +0100 | [diff] [blame] | 60 | build-timeout: 900 |