forked from kubernetes/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
598 lines (571 loc) · 21.6 KB
/
config.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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
# DEPRECATED: Please do not add to this document.
# If you have test groups or tabs in this document, please:
# 1. Move them to a .yaml file in an appropriate subdirectory. Create one, if needed.
# 2. If there isn't an OWNERS file, create one and add yourself and others who work with these test groups.
# See the OWNERS docs at https://go.k8s.io/owners for more info
# Start testgroups
test_groups:
- name: ci-cri-containerd-node-e2e
gcs_prefix: kubernetes-jenkins/logs/ci-cri-containerd-node-e2e
test_name_config:
name_elements:
- target_config: Tests name
- target_config: Context
name_format: '%s [%s]'
- name: ci-cri-containerd-node-e2e-features
gcs_prefix: kubernetes-jenkins/logs/ci-cri-containerd-node-e2e-features
test_name_config:
name_elements:
- target_config: Tests name
- target_config: Context
name_format: '%s [%s]'
- name: ci-cri-containerd-node-e2e-serial
gcs_prefix: kubernetes-jenkins/logs/ci-cri-containerd-node-e2e-serial
test_name_config:
name_elements:
- target_config: Tests name
- target_config: Context
name_format: '%s [%s]'
- name: ci-cri-containerd-node-e2e-flaky
gcs_prefix: kubernetes-jenkins/logs/ci-cri-containerd-node-e2e-flaky
test_name_config:
name_elements:
- target_config: Tests name
- target_config: Context
name_format: '%s [%s]'
- name: ci-cri-containerd-node-e2e-benchmark
gcs_prefix: kubernetes-jenkins/logs/ci-cri-containerd-node-e2e-benchmark
test_name_config:
name_elements:
- target_config: Tests name
- target_config: Context
name_format: '%s [%s]'
- name: ci-containerd-node-e2e
gcs_prefix: kubernetes-jenkins/logs/ci-containerd-node-e2e
test_name_config:
name_elements:
- target_config: Tests name
- target_config: Context
name_format: '%s [%s]'
- name: ci-containerd-node-e2e-1-2
gcs_prefix: kubernetes-jenkins/logs/ci-containerd-node-e2e-1-2
test_name_config:
name_elements:
- target_config: Tests name
- target_config: Context
name_format: '%s [%s]'
- name: ci-containerd-node-e2e-features
gcs_prefix: kubernetes-jenkins/logs/ci-containerd-node-e2e-features
test_name_config:
name_elements:
- target_config: Tests name
- target_config: Context
name_format: '%s [%s]'
- name: ci-containerd-node-e2e-features-1-2
gcs_prefix: kubernetes-jenkins/logs/ci-containerd-node-e2e-features-1-2
test_name_config:
name_elements:
- target_config: Tests name
- target_config: Context
name_format: '%s [%s]'
- name: ci-cos-containerd-node-e2e
gcs_prefix: kubernetes-jenkins/logs/ci-cos-containerd-node-e2e
test_name_config:
name_elements:
- target_config: Tests name
- target_config: Context
name_format: '%s [%s]'
- name: ci-cos-containerd-node-e2e-features
gcs_prefix: kubernetes-jenkins/logs/ci-cos-containerd-node-e2e-features
test_name_config:
name_elements:
- target_config: Tests name
- target_config: Context
name_format: '%s [%s]'
- name: ci-kubernetes-coverage-conformance
gcs_prefix: kubernetes-jenkins/logs/ci-kubernetes-coverage-conformance
short_text_metric: coverage
- name: ci-kubernetes-coverage-e2e-gci-gce
gcs_prefix: kubernetes-jenkins/logs/ci-kubernetes-coverage-e2e-gci-gce
short_text_metric: coverage
- name: ci-kubernetes-e2e-gce-scale-correctness
gcs_prefix: kubernetes-jenkins/logs/ci-kubernetes-e2e-gce-scale-correctness
days_of_results: 60
num_columns_recent: 3
num_failures_to_alert: 1
- name: ci-kubernetes-e2e-gce-scale-performance
gcs_prefix: kubernetes-jenkins/logs/ci-kubernetes-e2e-gce-scale-performance
days_of_results: 60
num_columns_recent: 3
num_failures_to_alert: 1
# Canonical Distribution of Kubernetes (contact: @chuckbutler on github)
- name: canonical-kubernetes-e2e-gce
gcs_prefix: canonical-kubernetes-tests/logs/kubernetes-gce-e2e-node
# CRI-O
- name: test_pull_request_crio_e2e_fedora
gcs_prefix: origin-federated-results/pr-logs/directory/test_pull_request_crio_e2e_fedora
- name: test_pull_request_crio_e2e_rhel
gcs_prefix: origin-federated-results/pr-logs/directory/test_pull_request_crio_e2e_rhel
# Flannel CNI on Windows test groups
- name: ci-kubernetes-e2e-flannel-l2bridge-master-windows
gcs_prefix: k8s-ovn/ci-kubernetes-e2e-flannel-l2bridge-master-windows
- name: ci-kubernetes-e2e-flannel-overlay-master-windows
gcs_prefix: k8s-ovn/ci-kubernetes-e2e-flannel-overlay-master-windows
- name: ci-kubernetes-e2e-sdnoverlay-ctrd-master-windows
gcs_prefix: k8s-ovn/ci-kubernetes-e2e-sdnoverlay-ctrd-master-windows
- name: ci-kubernetes-e2e-sdnbridge-ctrd-master-windows
gcs_prefix: k8s-ovn/ci-kubernetes-e2e-sdnbridge-ctrd-master-windows
# OVN-OVS CNI on Windows test groups
- name: ci-kubernetes-e2e-ovn-ovs-master-windows
gcs_prefix: k8s-ovn/ci-kubernetes-e2e-ovn-ovs-master-windows
#
# Start dashboards
#
dashboards:
- name: vmware-conformance
- name: vmware-conformance-cloud-provider
- name: vmware-cluster-api-provider-vsphere
- name: canonical-ubuntu1-k8sbeta
- name: canonical-ubuntu1-k8sstable1
- name: canonical-ubuntu1-k8sstable2
- name: canonical-ubuntu1-k8sstable3
- name: canonical-ubuntu2-k8sbeta
- name: canonical-ubuntu2-k8sstable1
- name: canonical-ubuntu2-k8sstable2
- name: canonical-ubuntu2-k8sstable3
- name: canonical-cdk
dashboard_tab:
- name: cdk-gce-node
test_group_name: canonical-kubernetes-e2e-gce
- name: google-aws
- name: google-gce
- name: google-gce-compute-image-tools
dashboard_tab:
- name: ci-daisy-e2e
test_group_name: ci-daisy-e2e
alert_options:
alert_mail_to_addresses: [email protected]
file_bug_template:
url: https://github.com/GoogleCloudPlatform/compute-image-tools/issues/new
options:
- key: title
value: 'ci-daisy-e2e issue: <test-name>'
- key: body
value: <test-url>
- name: ci-daisy-e2e-daily
test_group_name: ci-daisy-e2e-daily
alert_options:
alert_mail_to_addresses: [email protected]
file_bug_template:
url: https://github.com/GoogleCloudPlatform/compute-image-tools/issues/new
options:
- key: title
value: 'ci-daisy-e2e-daily issue: <test-name>'
- key: body
value: <test-url>
- name: ci-daisy-e2e-weekly
test_group_name: ci-daisy-e2e-weekly
alert_options:
alert_mail_to_addresses: [email protected]
file_bug_template:
url: https://github.com/GoogleCloudPlatform/compute-image-tools/issues/new
options:
- key: title
value: 'ci-daisy-e2e-weekly issue: <test-name>'
- key: body
value: <test-url>
- name: ci-images-import-export-cli-e2e-tests
test_group_name: ci-images-import-export-cli-e2e-tests
alert_options:
alert_mail_to_addresses: [email protected]
file_bug_template:
url: https://github.com/GoogleCloudPlatform/compute-image-tools/issues/new
options:
- key: title
value: 'ci-images-import-export-cli-e2e-tests issue: <test-name>'
- key: body
value: <test-url>
- name: ci-ovf-import-e2e-tests-daily
test_group_name: ci-ovf-import-e2e-tests-daily
alert_options:
alert_mail_to_addresses: [email protected]
file_bug_template:
url: https://github.com/GoogleCloudPlatform/compute-image-tools/issues/new
options:
- key: title
value: 'ci-ovf-import-e2e-tests-daily issue: <test-name>'
- key: body
value: <test-url>
- name: linux-image-tests
test_group_name: linux-image-tests
file_bug_template:
url: https://github.com/GoogleCloudPlatform/compute-image-tools/issues/new
options:
- key: title
value: 'linux-image-tests issue: <test-name>'
- key: body
value: <test-url>
- name: windows-image-tests
test_group_name: windows-image-tests
file_bug_template:
url: https://github.com/GoogleCloudPlatform/compute-image-tools/issues/new
options:
- key: title
value: 'windows-image-tests issue: <test-name>'
- key: body
value: <test-url>
- name: google-kops-gce
- name: google-gci
- name: google-gke
- name: google-gce-upgrade
- name: google-osconfig
dashboard_tab:
- name: osconfig-unstable
test_group_name: osconfig-unstable
file_bug_template:
url: https://github.com/GoogleCloudPlatform/osconfig/issues/new
options:
- key: title
value: 'osconfig-unstable issue: <test-name>'
- key: body
value: <test-url>
- name: osconfig-staging
test_group_name: osconfig-staging
file_bug_template:
url: https://github.com/GoogleCloudPlatform/osconfig/issues/new
options:
- key: title
value: 'osconfig-staging issue: <test-name>'
- key: body
value: <test-url>
- name: osconfig-stable
test_group_name: osconfig-stable
file_bug_template:
url: https://github.com/GoogleCloudPlatform/osconfig/issues/new
options:
- key: title
value: 'osconfig-stable issue: <test-name>'
- key: body
value: <test-url>
- name: osconfig-head-images
test_group_name: osconfig-head-images
file_bug_template:
url: https://github.com/GoogleCloudPlatform/osconfig/issues/new
options:
- key: title
value: 'osconfig-head-images issue: <test-name>'
- key: body
value: <test-url>
- name: google-soak
- name: google-unit
- name: google-windows
- name: wg-resource-management
dashboard_tab:
- name: gce-device-plugin-gpu
test_group_name: ci-kubernetes-e2e-gce-device-plugin-gpu
base_options: exclude-filter-by-regex=^BeforeSuite$
alert_options:
alert_mail_to_addresses: [email protected]
- name: gce-device-plugin-gpu-beta
test_group_name: ci-kubernetes-e2e-gce-device-plugin-gpu-beta
base_options: exclude-filter-by-regex=^BeforeSuite$
alert_options:
alert_mail_to_addresses: [email protected]
- name: gce-device-plugin-gpu-stable1
test_group_name: ci-kubernetes-e2e-gce-device-plugin-gpu-stable1
base_options: exclude-filter-by-regex=^BeforeSuite$
alert_options:
alert_mail_to_addresses: [email protected]
- name: gce-stable1-beta-gpu-master-upgrade
test_group_name: ci-kubernetes-e2e-gce-gpu-stable1-beta-master-upgrade
base_options: exclude-filter-by-regex=^BeforeSuite$
alert_options:
alert_mail_to_addresses: [email protected]
- name: gce-stable1-beta-gpu-cluster-upgrade
test_group_name: ci-kubernetes-e2e-gce-gpu-stable1-beta-cluster-upgrade
base_options: exclude-filter-by-regex=^BeforeSuite$
alert_options:
alert_mail_to_addresses: [email protected]
- name: gce-stable1-master-gpu-master-upgrade
test_group_name: ci-kubernetes-e2e-gce-gpu-stable1-master-master-upgrade
base_options: exclude-filter-by-regex=^BeforeSuite$
alert_options:
alert_mail_to_addresses: [email protected]
- name: gce-stable1-master-gpu-cluster-upgrade
test_group_name: ci-kubernetes-e2e-gce-gpu-stable1-master-cluster-upgrade
base_options: exclude-filter-by-regex=^BeforeSuite$
alert_options:
alert_mail_to_addresses: [email protected]
- name: gce-beta-stable1-gpu-cluster-downgrade
test_group_name: ci-kubernetes-e2e-gce-gpu-beta-stable1-cluster-downgrade
base_options: exclude-filter-by-regex=^BeforeSuite$
alert_options:
alert_mail_to_addresses: [email protected]
- name: gce-master-stable1-gpu-cluster-downgrade
test_group_name: ci-kubernetes-e2e-gce-gpu-master-stable1-cluster-downgrade
base_options: exclude-filter-by-regex=^BeforeSuite$
alert_options:
alert_mail_to_addresses: [email protected]
- name: gce-device-plugin-gpu-cri-containerd
test_group_name: ci-cri-containerd-e2e-gce-device-plugin-gpu
base_options: exclude-filter-by-regex=^BeforeSuite$
alert_options:
alert_mail_to_addresses: [email protected]
- name: kubelet-serial-gce-e2e
test_group_name: ci-kubernetes-node-kubelet-serial
base_options: include-filter-by-regex=GPU|DevicePlugin
- name: sig-auth-gce
dashboard_tab:
- name: gce
test_group_name: ci-kubernetes-e2e-gci-gce
base_options: include-filter-by-regex=sig-auth
description: apps gce e2e tests for master branch
- name: gce-slow
test_group_name: ci-kubernetes-e2e-gci-gce-slow
base_options: include-filter-by-regex=sig-auth
description: apps gce slow e2e tests for master branch
- name: gce-serial
test_group_name: ci-kubernetes-e2e-gci-gce-serial
base_options: include-filter-by-regex=sig-auth
description: apps gce serial e2e tests for master branch
- name: sig-big-data
- name: presubmits-cloud-provider-alibaba
- name: presubmits-alibaba-cloud-csi-driver
- name: sig-multicluster-kubemci
- name: sig-auth-secrets-store-csi-driver
- name: presubmits-kubernetes-blocking
dashboard_tab:
- name: pull-kubernetes-e2e-kind
test_group_name: pull-kubernetes-e2e-kind
base_options: width=10
alert_options:
alert_mail_to_addresses: [email protected], [email protected]
- name: pull-kubernetes-bazel-build
test_group_name: pull-kubernetes-bazel-build
base_options: width=10
- name: pull-kubernetes-bazel-test
test_group_name: pull-kubernetes-bazel-test
base_options: width=10
- name: pull-kubernetes-e2e-gce
test_group_name: pull-kubernetes-e2e-gce
base_options: width=10
- name: pull-kubernetes-e2e-gce-100-performance
test_group_name: pull-kubernetes-e2e-gce-100-performance
base_options: width=10
- name: pull-kubernetes-kubemark-e2e-gce-big
test_group_name: pull-kubernetes-kubemark-e2e-gce-big
base_options: width=10
- name: pull-kubernetes-node-e2e
test_group_name: pull-kubernetes-node-e2e
base_options: width=10
- name: pull-kubernetes-integration
test_group_name: pull-kubernetes-integration
base_options: width=10
- name: pull-kubernetes-verify
test_group_name: pull-kubernetes-verify
base_options: width=10
- name: pull-kubernetes-typecheck
test_group_name: pull-kubernetes-typecheck
base_options: width=10
- name: pull-kubernetes-files-remake
test_group_name: pull-kubernetes-files-remake
base_options: width=10
- name: pull-kubernetes-dependencies
test_group_name: pull-kubernetes-dependencies
base_options: width=10
- name: pull-kubernetes-godeps
test_group_name: pull-kubernetes-godeps
base_options: width=10
- name: pull-kubernetes-cross
test_group_name: pull-kubernetes-cross
base_options: width=10
- name: presubmits-kubernetes-nonblocking
dashboard_tab:
- name: pull-kubernetes-e2e-gce-rbe
test_group_name: pull-kubernetes-e2e-gce-rbe
base_options: width=10
- name: pull-kubernetes-e2e-gce-canary
test_group_name: pull-kubernetes-e2e-gce-canary
base_options: width=10
- name: pull-kubernetes-e2e-gce-ubuntu
test_group_name: pull-kubernetes-e2e-gce-ubuntu
base_options: width=10
- name: pull-kubernetes-e2e-kind-canary
test_group_name: pull-kubernetes-e2e-kind-canary
base_options: width=10
- name: pull-kubernetes-e2e-kind-ipv6-canary
test_group_name: pull-kubernetes-e2e-kind-ipv6-canary
base_options: width=10
- name: pull-kubernetes-e2e-kind-ipv6
test_group_name: pull-kubernetes-e2e-kind-ipv6
base_options: width=10
alert_options:
alert_mail_to_addresses: [email protected], [email protected]
- name: pull-kubernetes-e2e-aks-engine-azure
test_group_name: pull-kubernetes-e2e-aks-engine-azure
base_options: width=10
- name: pull-kubernetes-e2e-gce-alpha-features
test_group_name: pull-kubernetes-e2e-gce-alpha-features
base_options: width=10
- name: pull-kubernetes-e2e-gce-storage-slow
test_group_name: pull-kubernetes-e2e-gce-storage-slow
base_options: width=10
- name: pull-kubernetes-e2e-gce-storage-snapshot
test_group_name: pull-kubernetes-e2e-gce-storage-snapshot
base_options: width=10
- name: pull-kubernetes-e2e-gce-storage-slow-rbe
test_group_name: pull-kubernetes-e2e-gce-storage-slow-rbe
base_options: width=10
- name: pull-kubernetes-e2e-gce-csi-serial
test_group_name: pull-kubernetes-e2e-gce-csi-serial
base_options: width=10
- name: pull-kubernetes-e2e-gce-device-plugin-gpu
test_group_name: pull-kubernetes-e2e-gce-device-plugin-gpu
base_options: width=10
- name: pull-kubernetes-node-e2e-alpha
test_group_name: pull-kubernetes-node-e2e-alpha
base_options: width=10
- name: pull-kubernetes-e2e-kops-aws
test_group_name: pull-kubernetes-e2e-kops-aws
base_options: width=10
- name: pull-canaries
test_group_name: pull-kubernetes-dependencies-canary
base_options: width=10
- name: pull-kubernetes-e2e-gce-iscsi
test_group_name: pull-kubernetes-e2e-gce-iscsi
base_options: width=10
- name: pull-kubernetes-e2e-gce-iscsi-serial
test_group_name: pull-kubernetes-e2e-gce-iscsi-serial
base_options: width=10
- name: pull-kubernetes-e2e-gce-storage-disruptive
test_group_name: pull-kubernetes-e2e-gce-storage-disruptive
base_options: width=10
- name: presubmits-cloud-provider-vsphere-blocking
- name: vmware-presubmits-cloud-provider-vsphere
- name: vmware-postsubmits-cloud-provider-vsphere
- name: vmware-presubmits-vsphere-csi-driver
- name: vmware-postsubmits-vsphere-csi-driver
- name: presubmits-kubernetes-scalability
dashboard_tab:
- name: pull-kubernetes-e2e-gce-100-performance
test_group_name: pull-kubernetes-e2e-gce-100-performance
base_options: width=10
- name: pull-kubernetes-e2e-gce-big-performance
test_group_name: pull-kubernetes-e2e-gce-big-performance
base_options: width=10
- name: pull-kubernetes-e2e-gce-large-performance
test_group_name: pull-kubernetes-e2e-gce-large-performance
base_options: width=10
- name: pull-kubernetes-kubemark-e2e-gce-big
test_group_name: pull-kubernetes-kubemark-e2e-gce-big
base_options: width=10
- name: pull-kubernetes-kubemark-e2e-gce-scale
test_group_name: pull-kubernetes-kubemark-e2e-gce-scale
base_options: width=10
- name: pull-perf-tests-clusterloader2
test_group_name: pull-perf-tests-clusterloader2
base_options: width=10
- name: pull-perf-tests-clusterloader2-nodekiller-experimental
test_group_name: pull-perf-tests-clusterloader2-nodekiller-experimental
base_options: width=10
- name: pull-perf-tests-clusterloader2-kubemark
test_group_name: pull-perf-tests-clusterloader2-kubemark
base_options: width=10
- name: presubmits-cluster-registry
dashboard_tab:
- name: verify-gensrc
test_group_name: pull-cluster-registry-verify-gensrc
base_options: width=10
- name: verify-gosrc
test_group_name: pull-cluster-registry-verify-gosrc
base_options: width=10
- name: presubmits-misc
- name: presubmits-kops
- name: presubmits-poseidon
- name: presubmits-kube-batch
- name: presubmits-node-problem-detector
- name: google-rules_k8s
# sig-windows dashboard
- name: sig-windows
dashboard_tab:
- name: flannel-l2bridge-windows-master
description: Runs Windows e2e tests on K8s clusters on Openstack vms with Flannel CNI in l2bridge network mode.
test_group_name: ci-kubernetes-e2e-flannel-l2bridge-master-windows
- name: flannel-overlay-windows-master
description: Runs Windows e2e tests on K8s clusters on Openstack vms with Flannel CNI in overlay network mode.
test_group_name: ci-kubernetes-e2e-flannel-overlay-master-windows
- name: containerd-l2bridge-windows-master
description: Runs Windows e2e tests on K8s clusters with Containerd and Flannel CNI in l2bridge network mode.
test_group_name: ci-kubernetes-e2e-sdnbridge-ctrd-master-windows
- name: containerd-overlay-windows-master
description: Runs Windows e2e tests on K8s clusters with Containerd and Flannel CNI in overlay network mode.
test_group_name: ci-kubernetes-e2e-sdnoverlay-ctrd-master-windows
- name: ovn-ovs-windows-master
description: Runs Windows e2e tests on K8s clusters on Openstack vms with OVN-OVS CNI.
test_group_name: ci-kubernetes-e2e-ovn-ovs-master-windows
- name: google-cel
dashboard_tab:
- name: cel-go
test_group_name: cel-go-conformance-tests
#
# Start dashboard groups
#
dashboard_groups:
- name: canonical
dashboard_names:
- canonical-ubuntu1-k8sbeta
- canonical-ubuntu1-k8sstable1
- canonical-ubuntu1-k8sstable2
- canonical-ubuntu1-k8sstable3
- canonical-ubuntu2-k8sbeta
- canonical-ubuntu2-k8sstable1
- canonical-ubuntu2-k8sstable2
- canonical-ubuntu2-k8sstable3
- canonical-cdk
- name: google
dashboard_names:
- google-aws
- google-cel
- google-gce
- google-gce-compute-image-tools
- google-gcp-guest
- google-gci
- google-gke
- google-gce-upgrade
- google-kops-gce
- google-osconfig
- google-rules_k8s
- google-soak
- google-unit
- google-windows
- name: presubmits
dashboard_names:
- presubmits-cluster-registry
- presubmits-cloud-provider-vsphere-blocking
- presubmits-kubernetes-blocking
- presubmits-kubernetes-nonblocking
- presubmits-kubernetes-scalability
- presubmits-test-infra
- presubmits-kops
- presubmits-node-problem-detector
- presubmits-poseidon
- presubmits-kube-batch
- presubmits-misc
- presubmits-cloud-provider-alibaba
- presubmits-alibaba-cloud-csi-driver
- name: sig-multicluster
dashboard_names:
- sig-multicluster-kubemci
- name: vmware
dashboard_names:
- vmware-presubmits-cloud-provider-vsphere
- vmware-postsubmits-cloud-provider-vsphere
- vmware-presubmits-vsphere-csi-driver
- vmware-postsubmits-vsphere-csi-driver
- vmware-conformance
- vmware-conformance-cloud-provider
- vmware-cluster-api-provider-vsphere
- name: sig-auth
dashboard_names:
- sig-auth-gce
- sig-auth-secrets-store-csi-driver