-
Notifications
You must be signed in to change notification settings - Fork 176
/
Copy path.base.yaml
112 lines (105 loc) · 2.18 KB
/
.base.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
autogen_header: "# THIS FILE IS AUTOGENERATED. See tools/prowgen/README.md"
path_aliases:
istio: istio.io
node_selector:
testing: test-pool
cluster_overrides:
arm64: arm64-cluster
testgrid_config:
enabled: true
alert_email: istio-oncall@googlegroups.com
num_failures_to_alert: "1"
env:
- name: key
value: value
resources_presets:
default:
limits:
cpu: 3000m
memory: 24Gi
requests:
cpu: 1000m
memory: 3Gi
requirements: [cache]
requirement_presets:
kind:
volumeMounts:
- mountPath: /lib/modules
name: modules
readOnly: true
- mountPath: /sys/fs/cgroup
name: cgroup
readOnly: true
- mountPath: /var/lib/docker
name: docker-root
volumes:
- hostPath:
path: /lib/modules
type: Directory
name: modules
- hostPath:
path: /sys/fs/cgroup
type: Directory
name: cgroup
- emptyDir: {}
name: docker-root
docker:
volumeMounts:
- mountPath: /var/lib/docker
name: docker-root
volumes:
- emptyDir: {}
name: docker-root
cache:
volumeMounts:
- mountPath: /home/prow/go/pkg
name: build-cache
subPath: gomod
volumes:
- hostPath:
path: /var/tmp/prow/cache
type: DirectoryOrCreate
name: build-cache
gocache:
volumeMounts:
- mountPath: /gocache
name: build-cache
subPath: gocache
volumes:
- hostPath:
path: /var/tmp/prow/cache
type: DirectoryOrCreate
name: build-cache
github:
volumeMounts:
- mountPath: /etc/github-token
name: github
readOnly: true
volumes:
- name: github
secret:
secretName: oauth-token
release:
labels:
preset-release-pipeline: "true"
gcp:
labels:
preset-service-account: "true"
deploy:
labels:
preset-prow-deployer-service-account: "true"
desc:
annotations:
description: "This is an annotation for a job description"
commonargs:
podSpec:
serviceAccountName: foobar
args:
- "common"
- "args"
- "that are reusable"
secrets:
secrets:
- secret: test-name
project: test-proj
env: TEST_SECRET