blob: 0df072c7fe25c7d2e404e8103032ea510b242642 [file] [log] [blame]
Jeremy Phelps08126d82018-08-07 11:08:48 -05001---
2- project:
3 name: oom
4 project-name: oom
5 project: oom
6 mvn-settings: oom-settings
Jeremy Phelps3cffa432018-08-15 16:26:12 -05007 mvn-global-settings: global-settings
Sylvain Desbureaux5657eda2020-11-26 10:25:39 +01008 archive-artifacts: ""
Jessica Wagantall84782472020-03-18 13:15:20 -07009 build-node: ubuntu1804-helm-2c-1g
Jeremy Phelps08126d82018-08-07 11:08:48 -050010 pre_build_script: !include-raw-escape: shell/helm-repo-init.sh
Jeremy Phelps3cffa432018-08-15 16:26:12 -050011 oom_build_script: |
Sylvain Desbureaux5657eda2020-11-26 10:25:39 +010012 #!/bin/bash
Sylvain Desbureaux8a80b092021-02-17 13:49:17 +010013 source helm.prop
Sylvain Desbureaux5657eda2020-11-26 10:25:39 +010014 set -e -o pipefail
15 cd kubernetes/
Sylvain Desbureaux8a80b092021-02-17 13:49:17 +010016 make HELM_BIN=$HELM_BIN all
Jeremy Phelps3cffa432018-08-15 16:26:12 -050017 subproject_build_script: |
Sylvain Desbureaux5657eda2020-11-26 10:25:39 +010018 #!/bin/bash
19 cd kubernetes/
Sylvain Desbureaux8a80b092021-02-17 13:49:17 +010020 make HELM_BIN=$HELM_BIN common
21 make HELM_BIN=$HELM_BIN {subproject}
Jeremy Phelps3cffa432018-08-15 16:26:12 -050022
Jeremy Phelps08126d82018-08-07 11:08:48 -050023 stream:
Sylvain Desbureaux5657eda2020-11-26 10:25:39 +010024 - "master":
25 branch: "master"
efiacor50b8b442022-04-11 18:33:34 +010026 - "jakarta":
27 branch: "jakarta"
Sylvain Desbureauxbb0f3ec2021-11-03 10:24:16 +010028 - "istanbul":
29 branch: "istanbul"
efiacor50b8b442022-04-11 18:33:34 +010030
Jeremy Phelps08126d82018-08-07 11:08:48 -050031
Sylvain Desbureaux8a80b092021-02-17 13:49:17 +010032 helm_bin:
33 - helm3.5
efiacor50b8b442022-04-11 18:33:34 +010034 - helm3.6
Sylvain Desbureaux8a80b092021-02-17 13:49:17 +010035
Sylvain Desbureaux4655b062021-02-24 16:35:24 +010036 exclude: []
37 subproject: []
38
Jeremy Phelps08126d82018-08-07 11:08:48 -050039 jobs:
Sylvain Desbureaux5657eda2020-11-26 10:25:39 +010040 - "{project-name}-{stream}-image-verify":
41 files: "**"
Sylvain Desbureaux8a80b092021-02-17 13:49:17 +010042 - "{project-name}-{stream}-verify-{helm_bin}":
Sylvain Desbureaux5657eda2020-11-26 10:25:39 +010043 build_script: "{oom_build_script}"
44 files: "**"
efiacor50b8b442022-04-11 18:33:34 +010045 build-timeout: 900
Sylvain Desbureaux5657eda2020-11-26 10:25:39 +010046 - "{project-name}-{stream}-merge-helm":
47 build_script: "{oom_build_script}"
Sylvain Desbureaux36dcc772021-06-17 22:21:44 +020048 post_build_script: !include-raw-escape: shell/publish_helm_charts.sh
Sylvain Desbureaux5657eda2020-11-26 10:25:39 +010049 files: "**"
efiacor50b8b442022-04-11 18:33:34 +010050 build-timeout: 900
Jessica Wagantall019550b2020-12-21 12:24:30 -080051 - "{project-name}-{stream}-release-helm":
Sylvain Desbureaux5657eda2020-11-26 10:25:39 +010052 build_script: "{oom_build_script}"
Jeremy Phelps3cffa432018-08-15 16:26:12 -050053 post_build_script: !include-raw-escape: shell/publish_helm_charts.sh
Sylvain Desbureaux5657eda2020-11-26 10:25:39 +010054 files: "**"
efiacor50b8b442022-04-11 18:33:34 +010055 build-timeout: 900
Jeremy Phelps3cffa432018-08-15 16:26:12 -050056
57 # Below jobs disabled until future need.
Sylvain Desbureaux5657eda2020-11-26 10:25:39 +010058 - "{project-name}-{subproject}-{stream}-verify-helm2":
59 build_script: "{subproject_build_script}"
60 - "{project-name}-{subproject}-{stream}-verify-helm":
61 build_script: "{subproject_build_script}"
62 - "{project-name}-{subproject}-{stream}-merge-helm":
63 build_script: "{subproject_build_script}"
64 - "{project-name}-{stream}-update-helm-weekly":
65 build_script: "{oom_build_script}"
66 files: "**"