-
Notifications
You must be signed in to change notification settings - Fork 2.7k
/
Copy pathgcp-compute-persistent-disk-csi-driver-windows.yaml
187 lines (187 loc) · 6.03 KB
/
gcp-compute-persistent-disk-csi-driver-windows.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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
periodics:
- name: ci-gce-pd-csi-driver-latest-k8s-master-windows-2019
cluster: k8s-infra-prow-build
extra_refs:
- org: kubernetes-sigs
repo: gcp-compute-persistent-disk-csi-driver
base_ref: master
path_alias: sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
workdir: true
interval: 4h
labels:
preset-k8s-ssh: "true"
preset-service-account: "true"
preset-common-gce-windows: "true"
preset-e2e-gce-windows: "true"
preset-e2e-gce-windows-containerd: "true"
preset-bazel-scratch-dir: "true"
preset-bazel-remote-cache-enabled: "true"
preset-dind-enabled: "true"
decorate: true
decoration_config:
timeout: 360m
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250422-9d0e6fd518-master
command:
- runner.sh
args:
- "test/run-windows-k8s-integration.sh"
env:
- name: WINDOWS_NODE_OS_DISTRIBUTION
value: "win2019"
- name: PREPULL_YAML
value: "prepull-head.yaml"
securityContext:
privileged: true
resources:
limits:
cpu: 2
memory: "6Gi"
requests:
cpu: 2
memory: "6Gi"
annotations:
testgrid-dashboards: provider-gcp-compute-persistent-disk-csi-driver
testgrid-tab-name: ci-windows-2019-provider-gcp-compute-persistent-disk-csi-driver
description: Kubernetes Integration tests for Kubernetes Master branch and Driver latest on Windows 2019 nodes
- name: ci-gce-pd-csi-driver-latest-k8s-master-windows-2022
cluster: k8s-infra-prow-build
extra_refs:
- org: kubernetes-sigs
repo: gcp-compute-persistent-disk-csi-driver
base_ref: master
path_alias: sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
workdir: true
interval: 4h
labels:
preset-k8s-ssh: "true"
preset-service-account: "true"
preset-common-gce-windows: "true"
preset-e2e-gce-windows: "true"
preset-e2e-gce-windows-containerd: "true"
preset-bazel-scratch-dir: "true"
preset-bazel-remote-cache-enabled: "true"
preset-dind-enabled: "true"
decorate: true
decoration_config:
timeout: 360m
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250422-9d0e6fd518-master
command:
- runner.sh
args:
- "test/run-windows-k8s-integration.sh"
env:
- name: WINDOWS_NODE_OS_DISTRIBUTION
value: "win2022"
- name: PREPULL_YAML
value: "prepull-head.yaml"
securityContext:
privileged: true
resources:
limits:
cpu: 2
memory: "6Gi"
requests:
cpu: 2
memory: "6Gi"
annotations:
testgrid-dashboards: provider-gcp-compute-persistent-disk-csi-driver
testgrid-tab-name: ci-windows-2022-provider-gcp-compute-persistent-disk-csi-driver
description: Kubernetes Integration tests for Kubernetes Master branch and Driver latest on Windows 2022 nodes
presubmits:
kubernetes-sigs/gcp-compute-persistent-disk-csi-driver:
- name: pull-gcp-compute-persistent-disk-csi-driver-e2e-windows-2019
cluster: k8s-infra-prow-build
labels:
preset-k8s-ssh: "true"
preset-service-account: "true"
preset-common-gce-windows: "true"
preset-e2e-gce-windows: "true"
preset-e2e-gce-windows-containerd: "true"
preset-bazel-scratch-dir: "true"
preset-bazel-remote-cache-enabled: "true"
preset-dind-enabled: "true"
always_run: true
optional: true
decorate: true
decoration_config:
timeout: 180m
path_alias: sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250422-9d0e6fd518-master
command:
- runner.sh
args:
- "test/run-windows-k8s-integration.sh"
env:
- name: WINDOWS_NODE_OS_DISTRIBUTION
value: "win2019"
- name: PREPULL_YAML
value: "prepull-head.yaml"
- name: GCE_PD_OVERLAY_NAME
value: "dev"
- name: GCE_PD_DO_DRIVER_BUILD
value: "true"
securityContext:
privileged: true
resources:
limits:
cpu: 2
memory: "6Gi"
requests:
cpu: 2
memory: "6Gi"
annotations:
testgrid-dashboards: provider-gcp-compute-persistent-disk-csi-driver
testgrid-tab-name: windows-2019-presubmit-gcp-compute-persistent-disk-csi-driver
description: Presubmit Kubernetes Integration tests for Kubernetes Master branch on Windows 2019 nodes
- name: pull-gcp-compute-persistent-disk-csi-driver-e2e-windows-2022
cluster: k8s-infra-prow-build
labels:
preset-k8s-ssh: "true"
preset-service-account: "true"
preset-common-gce-windows: "true"
preset-e2e-gce-windows: "true"
preset-e2e-gce-windows-containerd: "true"
preset-bazel-scratch-dir: "true"
preset-bazel-remote-cache-enabled: "true"
preset-dind-enabled: "true"
always_run: true
optional: true
decorate: true
decoration_config:
timeout: 180m
path_alias: sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250422-9d0e6fd518-master
command:
- runner.sh
args:
- "test/run-windows-k8s-integration.sh"
env:
- name: WINDOWS_NODE_OS_DISTRIBUTION
value: "win2022"
- name: PREPULL_YAML
value: "prepull-head.yaml"
- name: GCE_PD_OVERLAY_NAME
value: "dev"
- name: GCE_PD_DO_DRIVER_BUILD
value: "true"
securityContext:
privileged: true
resources:
limits:
cpu: 2
memory: "6Gi"
requests:
cpu: 2
memory: "6Gi"
annotations:
testgrid-dashboards: provider-gcp-compute-persistent-disk-csi-driver
testgrid-tab-name: windows-2022-presubmit-gcp-compute-persistent-disk-csi-driver
description: Presubmit Kubernetes Integration tests for Kubernetes Master branch on Windows 2022 nodes