generated from ouzi-dev/bigbang
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.prow.yaml
139 lines (139 loc) · 3.81 KB
/
.prow.yaml
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
presubmits:
- name: test-credstash-operator
decorate: true
skip_report: false
clone_uri: "[email protected]:ouzi-dev/credstash-operator.git"
max_concurrency: 1
trigger: "(?m)test( please)?"
run_if_changed: ".*.go"
rerun_command: "test"
spec:
containers:
- name: "test"
imagePullPolicy: IfNotPresent
image: quay.io/ouzi/go-builder:1.14.2
command:
- make
args:
- test
- name: lint-credstash-operator
decorate: true
skip_report: false
clone_uri: "[email protected]:ouzi-dev/credstash-operator.git"
max_concurrency: 1
trigger: "(?m)lint( please)?"
run_if_changed: ".*.go"
rerun_command: "lint"
spec:
containers:
- name: "lint"
imagePullPolicy: IfNotPresent
image: quay.io/ouzi/go-builder:1.14.2
command:
- make
args:
- lint
resources:
requests:
memory: "2Gi"
cpu: 1
- name: helm-chart-lint
context: helm-chart-lint
decorate: true
run_if_changed: 'deploy/helm/'
always_run: false
skip_report: false
clone_uri: "[email protected]:ouzi-dev/credstash-operator.git"
max_concurrency: 1
trigger: "(?m)helm-lint( please)?"
rerun_command: "helm-lint"
spec:
containers:
- name: "helm-chart-lint"
imagePullPolicy: IfNotPresent
image: quay.io/ouzi/helm:v3.1.1
command:
- make
args:
- helm-lint
- name: helm-chart-validate
context: helm-chart-validate
decorate: true
run_if_changed: 'deploy/helm/'
always_run: false
skip_report: false
clone_uri: "[email protected]:ouzi-dev/credstash-operator.git"
max_concurrency: 1
trigger: "(?m)helm-validate( please)?"
rerun_command: "helm-validate"
spec:
containers:
- name: "helm-chart-validate"
imagePullPolicy: IfNotPresent
image: quay.io/ouzi/helm:v3.1.1
command:
- make
args:
- helm-validate
- name: helm-chart-package
context: helm-chart-package
decorate: true
run_if_changed: 'deploy/helm/'
always_run: false
skip_report: false
clone_uri: "[email protected]:ouzi-dev/credstash-operator.git"
max_concurrency: 1
trigger: "(?m)helm-package( please)?"
rerun_command: "helm-package"
spec:
containers:
- name: "helm-chart-package"
imagePullPolicy: IfNotPresent
image: quay.io/ouzi/helm:v3.1.1
command:
- make
args:
- helm-package
- VERSION=0.0.0
- name: test-semrelease-dryrun
context: test-semrelease-dryrun
decorate: true
always_run: true
skip_report: false
clone_uri: "[email protected]:ouzi-dev/credstash-operator.git"
max_concurrency: 1
labels:
preset-semantic-release: "true"
preset-ouzi-helm-push: "true"
trigger: "(?m)semrelease-dryrun( please)?"
rerun_command: "semrelease-dryrun"
spec:
containers:
- name: "test-semrelease-dryrun"
imagePullPolicy: IfNotPresent
image: quay.io/ouzi/toolbox:0.1.17
command:
- make
args:
- semantic-release-dry-run
postsubmits:
- name: credstash-operator-release
labels:
preset-semantic-release: "true"
preset-gcloud-testinfra-prow: "true"
preset-ouzi-helm-push: "true"
clone_uri: "[email protected]:ouzi-dev/credstash-operator.git"
decorate: true
max_concurrency: 1
branches:
- master
spec:
containers:
- name: "release"
imagePullPolicy: Always
image: quay.io/ouzi/toolbox:0.1.17
command:
- make
args:
- init-gcloud-cli
- semantic-release