-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.prow.yaml
38 lines (38 loc) · 973 Bytes
/
.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
presubmits:
- name: test-needs-retitle
decorate: true
always_run: true
skip_report: false
clone_uri: "git@github.com:ouzi-dev/needs-retitle.git"
max_concurrency: 1
trigger: "(?m)test( please)?"
rerun_command: "test"
spec:
containers:
- name: "test"
imagePullPolicy: IfNotPresent
image: quay.io/ouzi/go-builder:1.18.5
command:
- make
args:
- test
postsubmits:
- name: needs-retitle-release
labels:
preset-semantic-release: "true"
preset-gcloud-testinfra-prow: "true"
clone_uri: "git@github.com:ouzi-dev/needs-retitle.git"
decorate: true
max_concurrency: 1
branches:
- master
spec:
containers:
- name: "release"
imagePullPolicy: Always
image: quay.io/ouzi/toolbox:0.2.0
command:
- make
args:
- init-gcloud-cli
- semantic-release