forked from kubernetes/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
915 lines (874 loc) · 36.2 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
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
# 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-kubernetes-node-kubelet-benchmark
gcs_prefix: kubernetes-jenkins/logs/ci-kubernetes-node-kubelet-benchmark
test_name_config:
name_elements:
- target_config: Tests name
- target_config: Context
name_format: '%s [%s]'
- name: ci-kubernetes-node-kubelet
gcs_prefix: kubernetes-jenkins/logs/ci-kubernetes-node-kubelet
test_name_config:
name_elements:
- target_config: Tests name
- target_config: Context
name_format: '%s [%s]'
- name: ci-kubernetes-node-kubelet-features
gcs_prefix: kubernetes-jenkins/logs/ci-kubernetes-node-kubelet-features
test_name_config:
name_elements:
- target_config: Tests name
- target_config: Context
name_format: '%s [%s]'
- name: ci-kubernetes-node-kubelet-orphans
gcs_prefix: kubernetes-jenkins/logs/ci-kubernetes-node-kubelet-orphans
test_name_config:
name_elements:
- target_config: Tests name
- target_config: Context
name_format: '%s [%s]'
- name: ci-kubernetes-node-kubelet-serial
gcs_prefix: kubernetes-jenkins/logs/ci-kubernetes-node-kubelet-serial
test_name_config:
name_elements:
- target_config: Tests name
- target_config: Context
name_format: '%s [%s]'
- name: ci-kubernetes-node-kubelet-serial-cpu-manager
gcs_prefix: kubernetes-jenkins/logs/ci-kubernetes-node-kubelet-serial-cpu-manager
test_name_config:
name_elements:
- target_config: Tests name
- target_config: Context
name_format: '%s [%s]'
- 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
- name: ci-kubernetes-node-kubelet-flaky
gcs_prefix: kubernetes-jenkins/logs/ci-kubernetes-node-kubelet-flaky
test_name_config:
name_elements:
- target_config: Tests name
- target_config: Context
name_format: '%s [%s]'
- name: ci-kubernetes-node-kubelet-conformance
gcs_prefix: kubernetes-jenkins/logs/ci-kubernetes-node-kubelet-conformance
test_name_config:
name_elements:
- target_config: Tests name
- target_config: Context
name_format: '%s [%s]'
- name: ci-kubernetes-node-kubelet-alpha
gcs_prefix: kubernetes-jenkins/logs/ci-kubernetes-node-kubelet-alpha
test_name_config:
name_elements:
- target_config: Tests name
- target_config: Context
name_format: '%s [%s]'
- name: ci-kubernetes-node-kubelet-beta
gcs_prefix: kubernetes-jenkins/logs/ci-kubernetes-node-kubelet-beta
test_name_config:
name_elements:
- target_config: Tests name
- target_config: Context
name_format: '%s [%s]'
- name: ci-kubernetes-node-kubelet-features-beta
gcs_prefix: kubernetes-jenkins/logs/ci-kubernetes-node-kubelet-features-beta
test_name_config:
name_elements:
- target_config: Tests name
- target_config: Context
name_format: '%s [%s]'
- name: ci-kubernetes-node-kubelet-stable1
gcs_prefix: kubernetes-jenkins/logs/ci-kubernetes-node-kubelet-stable1
test_name_config:
name_elements:
- target_config: Tests name
- target_config: Context
name_format: '%s [%s]'
- name: ci-kubernetes-node-kubelet-stable2
gcs_prefix: kubernetes-jenkins/logs/ci-kubernetes-node-kubelet-stable2
test_name_config:
name_elements:
- target_config: Tests name
- target_config: Context
name_format: '%s [%s]'
- name: ci-kubernetes-node-kubelet-stable3
gcs_prefix: kubernetes-jenkins/logs/ci-kubernetes-node-kubelet-stable3
test_name_config:
name_elements:
- target_config: Tests name
- target_config: Context
name_format: '%s [%s]'
# Canonical Distribution of Kubernetes (contact: @chuckbutler on github)
- name: canonical-kubernetes-e2e-gce
gcs_prefix: canonical-kubernetes-tests/logs/kubernetes-gce-e2e-node
#ibm ppc64le test results
- name: ppc64le-conformance
gcs_prefix: ppc64le-kubernetes/logs/ci-conformance-kubernetes
- name: ppc64le-unit
gcs_prefix: ppc64le-kubernetes/logs/ci-unit-kubernetes
#Arm arm64 test results
- name: arm64-conformance
gcs_prefix: k8s-conformance-arm/logs/ci-k8s-conformance-arm64
- name: arm64-conformance-aws-cluster
gcs_prefix: k8s-conformance-arm/logs/ci-k8s-conformance-arm64-aws-cluster
- name: arm64-conformance-aws-cluster-1-13-2
gcs_prefix: k8s-conformance-arm/logs/ci-k8s-conformance-arm64-aws-v1.13.2
- name: arm64-conformance-vexxhost-cluster
gcs_prefix: k8s-conformance-arm/logs/ci-k8s-conformance-arm64-vexxhost-multi-node
- name: pull-kubernetes-e2e-gce-100-performance
gcs_prefix: kubernetes-jenkins/pr-logs/directory/pull-kubernetes-e2e-gce-100-performance
days_of_results: 60
- name: pull-kubernetes-e2e-gce-big-performance
gcs_prefix: kubernetes-jenkins/pr-logs/directory/pull-kubernetes-e2e-gce-big-performance
days_of_results: 60
- name: pull-kubernetes-e2e-gce-large-performance
gcs_prefix: kubernetes-jenkins/pr-logs/directory/pull-kubernetes-e2e-gce-large-performance
days_of_results: 60
- name: pull-kubernetes-kubemark-e2e-gce-scale
gcs_prefix: kubernetes-jenkins/pr-logs/directory/pull-kubernetes-kubemark-e2e-gce-scale
days_of_results: 30
- name: pull-perf-tests-clusterloader2
gcs_prefix: kubernetes-jenkins/pr-logs/directory/pull-perf-tests-clusterloader2
days_of_results: 30
- name: pull-perf-tests-clusterloader2-kubemark
gcs_prefix: kubernetes-jenkins/pr-logs/directory/pull-perf-tests-clusterloader2-kubemark
days_of_results: 30
- name: ci-daisy-e2e
gcs_prefix: compute-image-tools-test/logs/ci-daisy-e2e
- name: ci-daisy-e2e-daily
gcs_prefix: compute-image-tools-test/logs/ci-daisy-e2e-daily
- name: ci-daisy-e2e-weekly
gcs_prefix: compute-image-tools-test/logs/ci-daisy-e2e-weekly
- name: ci-images-import-export-cli-e2e-tests
gcs_prefix: compute-image-tools-test/logs/ci-images-import-export-cli-e2e-tests
- name: ci-ovf-import-e2e-tests-daily
gcs_prefix: compute-image-tools-test/logs/ci-ovf-import-e2e-tests-daily
- name: linux-image-tests
gcs_prefix: compute-image-tools-test/logs/linux-image-tests
- name: windows-image-tests
gcs_prefix: compute-image-tools-test/logs/windows-image-tests
- name: osconfig-unstable
gcs_prefix: compute-image-tools-test/logs/osconfig-unstable
- name: osconfig-staging
gcs_prefix: compute-image-tools-test/logs/osconfig-staging
- name: osconfig-stable
gcs_prefix: compute-image-tools-test/logs/osconfig-stable
# RHEL node e2e tests on AWS (contact: [email protected])
- name: ci-kubernetes-conformance-node-e2e-containerized-rhel
gcs_prefix: kubernetes-github-redhat/logs/ci-kubernetes-conformance-node-e2e-containerized-rhel
- name: ci-kubernetes-conformance-node-e2e-rhel
gcs_prefix: kubernetes-github-redhat/logs/ci-kubernetes-conformance-node-e2e-rhel
# 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
# cloud-provider-openstack e2e conformance tests
# name format: PR trigger ci-presubmit-${zuul-job-name}
# periodic strigger ci-periodic-${zuul-job-name}
- name: ci-presubmit-cloud-provider-openstack-acceptance-test-e2e-conformance
gcs_prefix: k8s-conformance-openstack/pr-logs/ci-cloud-provider-openstack-acceptance-test-e2e-conformance
alert_stale_results_hours: 24
num_failures_to_alert: 1
- name: ci-presubmit-cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.14
gcs_prefix: k8s-conformance-openstack/pr-logs/ci-cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.14
alert_stale_results_hours: 24
num_failures_to_alert: 1
- name: ci-presubmit-cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.15
gcs_prefix: k8s-conformance-openstack/pr-logs/ci-cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.15
alert_stale_results_hours: 24
num_failures_to_alert: 1
- name: ci-periodic-cloud-provider-openstack-acceptance-test-e2e-conformance
gcs_prefix: k8s-conformance-openstack/periodic-logs/ci-cloud-provider-openstack-acceptance-test-e2e-conformance
alert_stale_results_hours: 24
num_failures_to_alert: 1
- name: ci-periodic-cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.14
gcs_prefix: k8s-conformance-openstack/periodic-logs/ci-cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.14
alert_stale_results_hours: 24
num_failures_to_alert: 1
- name: ci-periodic-cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.15
gcs_prefix: k8s-conformance-openstack/periodic-logs/ci-cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.15
alert_stale_results_hours: 24
num_failures_to_alert: 1
# 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
# Pivotal Windows test groups
- name: ci-kubernetes-e2e-windows-cfcr
gcs_prefix: pivotal-e2e-results/kubo-windows-2019
# Alibaba Cloud Provider Test Groups
- name: cloud-provider-aibaba-cloud-e2e-conformance-release-v1.14
gcs_prefix: k8s-conformance-alibaba/cloud-provider-alibaba-cloud/e2e-conformance-release-v1.14
- name: cloud-provider-aibaba-cloud-e2e-conformance-release-v1.12
gcs_prefix: k8s-conformance-alibaba/cloud-provider-alibaba-cloud/e2e-conformance-release-v1.12
- name: cloud-provider-aibaba-cloud-e2e-conformance-release-v1.11
gcs_prefix: k8s-conformance-alibaba/cloud-provider-alibaba-cloud/e2e-conformance-release-v1.11
# Oracle Cloud Infrastructure(OCI) Test Groups
- name: cloud-provider-oci-e2e-conformance-stable-v1.14
gcs_prefix: k8s-conformance-oracle-cloud/cloud-provider-oci/e2e-conformance-stable-1.14
- name: cloud-provider-oci-e2e-conformance-stable-v1.13
gcs_prefix: k8s-conformance-oracle-cloud/cloud-provider-oci/e2e-conformance-stable-1.13
- name: cloud-provider-oci-e2e-conformance-stable-v1.12
gcs_prefix: k8s-conformance-oracle-cloud/cloud-provider-oci/e2e-conformance-stable-1.12
- name: cloud-provider-oci-oke-e2e-conformance-stable-v1.12
gcs_prefix: k8s-conformance-oracle-cloud/cloud-provider-oci-oke/e2e-conformance-stable-1.12
- name: cloud-provider-oci-oke-e2e-conformance-stable-v1.11
gcs_prefix: k8s-conformance-oracle-cloud/cloud-provider-oci-oke/e2e-conformance-stable-1.11
- name: cloud-provider-oci-oke-e2e-conformance-stable-v1.10
gcs_prefix: k8s-conformance-oracle-cloud/cloud-provider-oci-oke/e2e-conformance-stable-1.10
# Docker node conformance test group
- name: ce18.09-ubuntu16.04-k8s1.13.x-conformance
gcs_prefix: k8s-conformance-docker/ci-kube-node-e2e-docker/ce18.09-ubuntu16.04-k8s1.13.x
- name: ce19.03-ubuntu16.04-k8s1.14.x-conformance
gcs_prefix: k8s-conformance-docker/ci-kube-node-e2e-docker/ce19.03-ubuntu16.04-k8s1.14.x
- name: ee17.06-rhel7.5-k8s1.12.x-conformance
gcs_prefix: k8s-conformance-docker/ci-kube-node-e2e-docker/ee17.06-rhel7.5-k8s1.12.x
- name: ee17.06-ubuntu16.04-k8s1.12.x-conformance
gcs_prefix: k8s-conformance-docker/ci-kube-node-e2e-docker/ee17.06-ubuntu16.04-k8s1.12.x
- name: ee18.09-rhel7.5-k8s1.13.x-conformance
gcs_prefix: k8s-conformance-docker/ci-kube-node-e2e-docker/ee18.09-rhel7.5-k8s1.13.x
- name: ee18.09-ubuntu16.04-k8s1.14.x-conformance
gcs_prefix: k8s-conformance-docker/ci-kube-node-e2e-docker/ee18.09-ubuntu16.04-k8s1.14.x
- name: ee19.03-ubuntu16.04-k8s1.14.x-conformance
gcs_prefix: k8s-conformance-docker/ci-kube-node-e2e-docker/ee19.03-ubuntu16.04-k8s1.14.x
# CEL Conformance Tests
- name: cel-go-conformance-tests
gcs_prefix: cel-conformance/test-logs
open_test_template: # The URL template to visit after clicking on a cell
url:
file_bug_template: # The URL template to visit when filing a bug
url: https://github.com/google/cel-go/issues/new
results_text: # Text to show in the about menu as a link to another view of the results
results_url_template: # The URL template to visit after clicking
url:
code_search_path: github.com/google/cel-go/search # URL for regression search links.
code_search_url_template: # The URL template to visit when searching for changelists
url: https://github.com/google/cel-go/compare/<start-custom-0>...<end-custom-0>
#
# 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
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
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
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
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
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: 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: google-kops-gce
- name: google-gci
- name: google-gke
dashboard_tab:
- name: gke-cos-1.11-ingress
test_group_name: ci-kubernetes-e2e-gke-cos-k8sstable3-ingress
- name: gke-cos-1.11-reboot
test_group_name: ci-kubernetes-e2e-gke-cos-k8sstable3-reboot
- name: gke-cos-1.11-default
test_group_name: ci-kubernetes-e2e-gke-cos-k8sstable3-default
- name: gke-cos-1.11-serial
test_group_name: ci-kubernetes-e2e-gke-cos-k8sstable3-serial
- name: gke-cos-1.11-slow
test_group_name: ci-kubernetes-e2e-gke-cos-k8sstable3-slow
# K8S stable2 branch on GKE
- name: gke-cos-1.12-ingress
test_group_name: ci-kubernetes-e2e-gke-cos-k8sstable2-ingress
- name: gke-cos-1.12-reboot
test_group_name: ci-kubernetes-e2e-gke-cos-k8sstable2-reboot
- name: gke-cos-1.12-default
test_group_name: ci-kubernetes-e2e-gke-cos-k8sstable2-default
- name: gke-cos-1.12-serial
test_group_name: ci-kubernetes-e2e-gke-cos-k8sstable2-serial
- name: gke-cos-1.12-slow
test_group_name: ci-kubernetes-e2e-gke-cos-k8sstable2-slow
# K8S stable1 branch on GKE
- name: gke-cos-1.13-ingress
test_group_name: ci-kubernetes-e2e-gke-cos-k8sstable1-ingress
- name: gke-cos-1.13-reboot
test_group_name: ci-kubernetes-e2e-gke-cos-k8sstable1-reboot
- name: gke-cos-1.13-default
test_group_name: ci-kubernetes-e2e-gke-cos-k8sstable1-default
- name: gke-cos-1.13-serial
test_group_name: ci-kubernetes-e2e-gke-cos-k8sstable1-serial
- name: gke-cos-1.13-slow
test_group_name: ci-kubernetes-e2e-gke-cos-k8sstable1-slow
- name: google-gke-stackdriver
- name: google-gke-upgrade
- name: google-gce-upgrade
- 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-1.12
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-1.11
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: gke-device-plugin-gpu
test_group_name: ci-kubernetes-e2e-gke-device-plugin-gpu
base_options: exclude-filter-by-regex=^BeforeSuite$
alert_options:
alert_mail_to_addresses: [email protected]
- name: gke-device-plugin-gpu-1.12
test_group_name: ci-kubernetes-e2e-gke-device-plugin-gpu-beta
base_options: exclude-filter-by-regex=^BeforeSuite$
alert_options:
alert_mail_to_addresses: [email protected]
- name: gke-device-plugin-gpu-1.11
test_group_name: ci-kubernetes-e2e-gke-device-plugin-gpu-stable1
base_options: exclude-filter-by-regex=^BeforeSuite$
alert_options:
alert_mail_to_addresses: [email protected]
- name: gke-device-plugin-gpu-p100
test_group_name: ci-kubernetes-e2e-gke-device-plugin-gpu-p100
base_options: exclude-filter-by-regex=^BeforeSuite$
alert_options:
alert_mail_to_addresses: [email protected]
- name: gke-device-plugin-gpu-p100-1.12
test_group_name: ci-kubernetes-e2e-gke-device-plugin-gpu-p100-beta
base_options: exclude-filter-by-regex=^BeforeSuite$
alert_options:
alert_mail_to_addresses: [email protected]
- name: gke-device-plugin-gpu-p100-1.11
test_group_name: ci-kubernetes-e2e-gke-device-plugin-gpu-p100-stable1
base_options: exclude-filter-by-regex=^BeforeSuite$
alert_options:
alert_mail_to_addresses: [email protected]
- name: gke-device-plugin-gpu-monitoring
test_group_name: ci-kubernetes-e2e-gke-device-plugin-gpu-monitoring
base_options: exclude-filter-by-regex=^BeforeSuite$
alert_options:
alert_mail_to_addresses: [email protected]
- name: gke-device-plugin-gpu-ubuntu
test_group_name: ci-kubernetes-e2e-gke-device-plugin-gpu-ubuntu
base_options: exclude-filter-by-regex=^BeforeSuite$
alert_options:
alert_mail_to_addresses: [email protected]
- name: gce-1.11-1.12-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-1.11-1.12-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-1.11-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-1.11-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-1.12-1.11-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-1.11-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
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: gke
test_group_name: ci-kubernetes-e2e-gci-gke
base_options: include-filter-by-regex=sig-auth
description: apps gke 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: gke-slow
test_group_name: ci-kubernetes-e2e-gci-gke-slow
base_options: include-filter-by-regex=sig-auth
description: apps gke 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: gke-serial
test_group_name: ci-kubernetes-e2e-gci-gke-serial
base_options: include-filter-by-regex=sig-auth
description: apps gke serial e2e tests for master branch
- name: sig-big-data
- name: presubmits-cloud-provider-alibaba
- name: sig-multicluster-kubemci
- name: presubmits-kubernetes-blocking
dashboard_tab:
- 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-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-kind
test_group_name: pull-kubernetes-e2e-kind
base_options: width=10
alert_options:
alert_mail_to_addresses: [email protected]
- name: pull-kubernetes-e2e-kind-canary
test_group_name: pull-kubernetes-e2e-kind-canary
base_options: width=10
alert_options:
alert_mail_to_addresses: [email protected]
- name: pull-kubernetes-e2e-kind-ipv6-canary
test_group_name: pull-kubernetes-e2e-kind-ipv6
base_options: width=10
alert_options:
alert_mail_to_addresses: [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-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-e2e-gke-device-plugin-gpu
test_group_name: pull-kubernetes-e2e-gke-device-plugin-gpu
base_options: width=10
- name: pull-kubernetes-e2e-gke
test_group_name: pull-kubernetes-e2e-gke
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: 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-kubemark
test_group_name: pull-perf-tests-clusterloader2-kubemark
base_options: width=10
- name: presubmits-test-infra
dashboard_tab:
- name: bazel
test_group_name: pull-test-infra-bazel
base_options: width=10
- name: bazel-canary
test_group_name: pull-test-infra-bazel-canary
base_options: width=10
- name: gubernator
test_group_name: pull-test-infra-gubernator
base_options: width=10
- name: repo-infra
test_group_name: pull-repo-infra-tests
base_options: width=10
- name: verify-file-perms
test_group_name: pull-test-infra-verify-file-perms
base_options: width=10
- name: verify-yaml
test_group_name: pull-test-infra-yamllint
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: cfcr-vsphere-windows-master
description: Runs Windows verification tests on a master-branch Kubernetes cluster provided by CFCR (https://github.com/cloudfoundry-incubator/kubo-release) on vSphere"
test_group_name: ci-kubernetes-e2e-windows-cfcr
- 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-gke-stackdriver
- google-gke-upgrade
- google-gce-upgrade
- google-kops-gce
- 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
- 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