-
Notifications
You must be signed in to change notification settings - Fork 176
/
Copy pathparams.gen.yaml
136 lines (136 loc) · 3.46 KB
/
params.gen.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
# THIS FILE IS AUTOGENERATED. See tools/prowgen/README.md
postsubmits:
istio/istio:
- annotations:
testgrid-alert-email: istio-oncall@googlegroups.com
testgrid-dashboards: istio_release-1.10_istio_postsubmit
testgrid-num-failures-to-alert: "1"
branches:
- ^release-1.10$
decorate: true
name: test-params-job1_istio_release-1.10_postsubmit
path_alias: istio.io/istio
spec:
automountServiceAccountToken: false
containers:
- args:
- --key1=val1
- --foo=bar
- --key2=val2
command:
- prow/command1.sh
env:
- name: key
value: value
image: barimage
name: ""
resources:
limits:
cpu: "3"
memory: 24Gi
requests:
cpu: "1"
memory: 3Gi
securityContext:
privileged: true
volumeMounts:
- mountPath: /home/prow/go/pkg
name: build-cache
subPath: gomod
nodeSelector:
kubernetes.io/arch: amd64
testing: test-pool
volumes:
- hostPath:
path: /var/tmp/prow/cache
type: DirectoryOrCreate
name: build-cache
- annotations:
testgrid-alert-email: istio-oncall@googlegroups.com
testgrid-dashboards: istio_release-1.10_istio_postsubmit
testgrid-num-failures-to-alert: "1"
branches:
- ^release-1.10$
decorate: true
name: test-params-job2_istio_release-1.10_postsubmit
path_alias: istio.io/istio
spec:
automountServiceAccountToken: false
containers:
- args:
- --key1=val1
command:
- prow/command2.sh
env:
- name: key
value: value
image: barimage
name: ""
resources:
limits:
cpu: "3"
memory: 24Gi
requests:
cpu: "1"
memory: 3Gi
securityContext:
privileged: true
volumeMounts:
- mountPath: /home/prow/go/pkg
name: build-cache
subPath: gomod
nodeSelector:
kubernetes.io/arch: amd64
testing: test-pool
volumes:
- hostPath:
path: /var/tmp/prow/cache
type: DirectoryOrCreate
name: build-cache
presubmits:
istio/istio:
- always_run: true
annotations:
testgrid-dashboards: istio_release-1.10_istio
branches:
- ^release-1.10$
decorate: true
name: test-params-job1_istio_release-1.10
path_alias: istio.io/istio
rerun_command: /test test-params-job1
spec:
automountServiceAccountToken: false
containers:
- args:
- --key1=val1
- --foo=bar
- --key2=val2
command:
- prow/command1.sh
env:
- name: key
value: value
image: barimage
name: ""
resources:
limits:
cpu: "3"
memory: 24Gi
requests:
cpu: "1"
memory: 3Gi
securityContext:
privileged: true
volumeMounts:
- mountPath: /home/prow/go/pkg
name: build-cache
subPath: gomod
nodeSelector:
kubernetes.io/arch: amd64
testing: test-pool
volumes:
- hostPath:
path: /var/tmp/prow/cache
type: DirectoryOrCreate
name: build-cache
trigger: ((?m)^/test( | .* )test-params-job1,?($|\s.*))|((?m)^/test( | .* )test-params-job1_istio_release-1.10,?($|\s.*))