blob: 0753e1cdc222e8dfcdc75572c8720027e1746b4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
---
- project:
name: oom
project-name: oom
project: oom
archive-artifacts: ""
mvn-settings: oom-settings
mvn-global-settings: global-settings
build-node: ubuntu2004-helm-2c-1g
helm_bin: helm3.8
pre_build_script: !include-raw-escape: shell/helm/helm-repo-init.sh
stream:
- "master":
branch: "master"
- "kohn":
branch: "kohn"
- "london":
branch: "london"
jobs:
- "{project-name}-{stream}-image-verify":
files: "**"
- "{project-name}-{stream}-verify-{helm_bin}":
build_script: !include-raw-escape: shell/helm/make-helm-all.sh
files: "**/kubernetes/**"
build-timeout: 900
- "{project-name}-{stream}-merge-helm":
build_type: snapshot
build_script: !include-raw-escape: shell/helm/make-helm-all.sh
post_build_script: !include-raw-escape: shell/helm/publish_helm_charts.sh
files: "**/kubernetes/**"
build-timeout: 900
- "{project-name}-{stream}-release-helm":
build_type: release
build_script: !include-raw-escape: shell/helm/make-helm-skip-lint.sh
post_build_script: !include-raw-escape: shell/helm/publish_helm_charts.sh
files: "**/kubernetes/**"
build-timeout: 900
- project:
name: oom-helm-verify-make-latest
project-name: oom
project: oom
archive-artifacts: ""
build-node: ubuntu2004-helm-2c-1g
helm_bin: helm3.10.2
pre_build_script: !include-raw-escape: shell/helm/helm-repo-init.sh
stream:
- "master":
branch: "master"
- "london":
branch: "london"
jobs:
- "{project-name}-{stream}-verify-make-{helm_bin}":
build_script: !include-raw-escape: shell/helm/make-helm-skip-lint.sh
files: "**/kubernetes/**"
build-timeout: 900
|