@@ -37,6 +37,7 @@ presets:
37
37
periodics :
38
38
# containerd build PERIODICS have been moved to the config/jobs/containerd/containerd folder. Please don't add any in here.
39
39
- name : ci-containerd-e2e-ubuntu-gce
40
+ cluster : k8s-infra-prow-build
40
41
interval : 1h
41
42
labels :
42
43
preset-service-account : " true"
@@ -78,10 +79,18 @@ periodics:
78
79
- --test_args=--ginkgo.skip=\[Driver:.gcepd\]|\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8
79
80
- --timeout=50m
80
81
image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20231103-fd8df63b1a-master
82
+ resources :
83
+ limits :
84
+ cpu : 4
85
+ memory : 6Gi
86
+ requests :
87
+ cpu : 4
88
+ memory : 6Gi
81
89
annotations :
82
90
testgrid-dashboards : sig-node-containerd
83
91
testgrid-tab-name : containerd-e2e-ubuntu
84
92
- name : ci-cos-cgroupv1-containerd-node-e2e
93
+ cluster : k8s-infra-prow-build
85
94
interval : 1h
86
95
labels :
87
96
preset-service-account : " true"
@@ -122,6 +131,13 @@ periodics:
122
131
env :
123
132
- name : GOPATH
124
133
value : /go
134
+ resources :
135
+ limits :
136
+ cpu : 4
137
+ memory : 6Gi
138
+ requests :
139
+ cpu : 4
140
+ memory : 6Gi
125
141
annotations :
126
142
testgrid-dashboards : sig-node-containerd
127
143
testgrid-tab-name : cos-cgroupv1-containerd-node-e2e
@@ -434,6 +450,7 @@ periodics:
434
450
testgrid-tab-name : containerd-node-e2e-features-1.7
435
451
436
452
- name : ci-cri-containerd-e2e-gce-device-plugin-gpu
453
+ cluster : k8s-infra-prow-build
437
454
cron : " 30 1-23/3 * * *"
438
455
labels :
439
456
preset-service-account : " true"
@@ -479,6 +496,13 @@ periodics:
479
496
- --test_args=--ginkgo.focus=\[Feature:GPUDevicePlugin\] --minStartupPods=8
480
497
- --timeout=180m
481
498
image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20231103-fd8df63b1a-master
499
+ resources :
500
+ limits :
501
+ cpu : 4
502
+ memory : 6Gi
503
+ requests :
504
+ cpu : 4
505
+ memory : 6Gi
482
506
annotations :
483
507
testgrid-dashboards : sig-node-containerd
484
508
testgrid-tab-name : e2e-cos-device-plugin-gpu
@@ -640,6 +664,7 @@ periodics:
640
664
description : " Contains all uncategorized tests, these are tests which are not marked with a [Node] tag. All node tests should be marked with [NodeFeature] or [NodeSpecialFeature] or [NodeAlphaFeature] or [NodeConformance] classification. Also skipped are [Flaky], [Benchmark], [Legacy]."
641
665
- interval : 1h
642
666
name : ci-cos-containerd-e2e-cos-gce
667
+ cluster : k8s-infra-prow-build
643
668
labels :
644
669
preset-service-account : " true"
645
670
preset-k8s-ssh : " true"
@@ -665,11 +690,19 @@ periodics:
665
690
- --test_args=--ginkgo.skip=\[Driver:.gcepd\]|\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[NodeFeature:RuntimeHandler\] --minStartupPods=8
666
691
- --timeout=50m
667
692
image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20231103-fd8df63b1a-master
693
+ resources :
694
+ limits :
695
+ cpu : 4
696
+ memory : 6Gi
697
+ requests :
698
+ cpu : 4
699
+ memory : 6Gi
668
700
annotations :
669
701
testgrid-dashboards : sig-node-containerd
670
702
testgrid-tab-name : image-validation-cos-e2e
671
703
- interval : 1h
672
704
name : ci-cos-containerd-e2e-ubuntu-gce
705
+ cluster : k8s-infra-prow-build
673
706
labels :
674
707
preset-service-account : " true"
675
708
preset-k8s-ssh : " true"
@@ -694,6 +727,13 @@ periodics:
694
727
- --provider=gce
695
728
- --test_args=--ginkgo.skip=\[Driver:.gcepd\]|\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[NodeFeature:RuntimeHandler\] --minStartupPods=8
696
729
- --timeout=50m
730
+ resources :
731
+ limits :
732
+ cpu : 4
733
+ memory : 6Gi
734
+ requests :
735
+ cpu : 4
736
+ memory : 6Gi
697
737
annotations :
698
738
testgrid-dashboards : sig-node-containerd
699
739
testgrid-tab-name : image-validation-ubuntu-e2e
@@ -895,6 +935,7 @@ periodics:
895
935
testgrid-dashboards : sig-node-containerd
896
936
testgrid-tab-name : cos-cgroupv2-containerd-node-e2e
897
937
- name : ci-cgroup-systemd-containerd-node-e2e
938
+ cluster : k8s-infra-prow-build
898
939
interval : 1h
899
940
labels :
900
941
preset-service-account : " true"
@@ -932,6 +973,13 @@ periodics:
932
973
- --provider=gce
933
974
- --test_args=--nodes=8 --focus="\[NodeConformance\]" --skip="\[Flaky\]|\[Serial\]"
934
975
- --timeout=65m
976
+ resources :
977
+ limits :
978
+ cpu : 4
979
+ memory : 6Gi
980
+ requests :
981
+ cpu : 4
982
+ memory : 6Gi
935
983
env :
936
984
- name : GOPATH
937
985
value : /go
@@ -941,6 +989,7 @@ periodics:
941
989
testgrid-alert-email :
[email protected]
942
990
- interval : 12h
943
991
name : ci-cos-cgroupv2-containerd-e2e-gce
992
+ cluster : k8s-infra-prow-build
944
993
labels :
945
994
preset-service-account : " true"
946
995
preset-k8s-ssh : " true"
@@ -984,12 +1033,20 @@ periodics:
984
1033
- --provider=gce
985
1034
- --test_args=--ginkgo.skip=\[Driver:.gcepd\]|\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8
986
1035
- --timeout=50m
1036
+ resources :
1037
+ limits :
1038
+ cpu : 4
1039
+ memory : 6Gi
1040
+ requests :
1041
+ cpu : 4
1042
+ memory : 6Gi
987
1043
988
1044
annotations :
989
1045
testgrid-dashboards : sig-node-containerd
990
1046
testgrid-tab-name : cos-cgroupv2-containerd-e2e
991
1047
- interval : 12h
992
1048
name : ci-cos-cgroupv1-containerd-e2e-gce
1049
+ cluster : k8s-infra-prow-build
993
1050
labels :
994
1051
preset-service-account : " true"
995
1052
preset-k8s-ssh : " true"
@@ -1033,6 +1090,13 @@ periodics:
1033
1090
- --test_args=--ginkgo.skip=\[Driver:.gcepd\]|\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8
1034
1091
- --timeout=50m
1035
1092
image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20231103-fd8df63b1a-master
1093
+ resources :
1094
+ limits :
1095
+ cpu : 4
1096
+ memory : 6Gi
1097
+ requests :
1098
+ cpu : 4
1099
+ memory : 6Gi
1036
1100
annotations :
1037
1101
testgrid-dashboards : sig-node-containerd
1038
1102
testgrid-tab-name : cos-cgroupv1-containerd-e2e
@@ -1089,6 +1153,7 @@ periodics:
1089
1153
testgrid-tab-name : cos-cgroupv2-containerd-node-e2e-serial
1090
1154
- interval : 30m
1091
1155
name : ci-kubernetes-e2e-gci-gce-containerd
1156
+ cluster : k8s-infra-prow-build
1092
1157
labels :
1093
1158
preset-service-account : " true"
1094
1159
preset-k8s-ssh : " true"
@@ -1115,12 +1180,20 @@ periodics:
1115
1180
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Driver:.gcepd\]|\[Flaky\]|\[Feature:.+\]|\[NodeFeature:RuntimeHandler\] --minStartupPods=8
1116
1181
- --timeout=50m
1117
1182
image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20231103-fd8df63b1a-master
1183
+ resources :
1184
+ limits :
1185
+ cpu : 4
1186
+ memory : 6Gi
1187
+ requests :
1188
+ cpu : 4
1189
+ memory : 6Gi
1118
1190
annotations :
1119
1191
testgrid-dashboards : google-gce, sig-storage-kubernetes
1120
1192
testgrid-tab-name : gce-containerd
1121
1193
description : node gce e2e tests for master branch using containerd
1122
1194
- name : ci-kubernetes-node-kubelet-containerd-resource-managers
1123
1195
interval : 4h
1196
+ cluster : k8s-infra-prow-build
1124
1197
labels :
1125
1198
preset-service-account : " true"
1126
1199
preset-k8s-ssh : " true"
@@ -1156,12 +1229,20 @@ periodics:
1156
1229
env :
1157
1230
- name : GOPATH
1158
1231
value : /go
1232
+ resources :
1233
+ limits :
1234
+ cpu : 4
1235
+ memory : 6Gi
1236
+ requests :
1237
+ cpu : 4
1238
+ memory : 6Gi
1159
1239
annotations :
1160
1240
testgrid-dashboards : sig-node-containerd
1161
1241
testgrid-tab-name : node-kubelet-containerd-resource-managers
1162
1242
testgrid-alert-email :
[email protected]
1163
1243
description : " Executes CPU, Memory and Topology manager e2e tests"
1164
1244
- name : ci-kubernetes-node-kubelet-containerd-hugepages
1245
+ cluster : k8s-infra-prow-build
1165
1246
interval : 4h
1166
1247
labels :
1167
1248
preset-service-account : " true"
@@ -1198,13 +1279,21 @@ periodics:
1198
1279
env :
1199
1280
- name : GOPATH
1200
1281
value : /go
1282
+ resources :
1283
+ limits :
1284
+ cpu : 4
1285
+ memory : 6Gi
1286
+ requests :
1287
+ cpu : 4
1288
+ memory : 6Gi
1201
1289
annotations :
1202
1290
testgrid-dashboards : sig-node-containerd
1203
1291
testgrid-tab-name : node-kubelet-containerd-hugepages
1204
1292
testgrid-alert-email :
[email protected]
1205
1293
description : " Executes hugepages e2e tests"
1206
1294
1207
1295
- name : ci-kubernetes-node-swap-ubuntu
1296
+ cluster : k8s-infra-prow-build
1208
1297
interval : 4h
1209
1298
labels :
1210
1299
preset-service-account : " true"
@@ -1244,8 +1333,12 @@ periodics:
1244
1333
- name : GOPATH
1245
1334
value : /go
1246
1335
resources :
1336
+ limits :
1337
+ cpu : 4
1338
+ memory : 6Gi
1247
1339
requests :
1248
- memory : " 6Gi"
1340
+ cpu : 4
1341
+ memory : 6Gi
1249
1342
annotations :
1250
1343
testgrid-dashboards : sig-node-kubelet
1251
1344
testgrid-tab-name : kubelet-gce-e2e-swap-ubuntu
@@ -1305,6 +1398,7 @@ periodics:
1305
1398
testgrid-alert-email :
[email protected]
1306
1399
description : " Executes performance e2e tests"
1307
1400
- name : ci-kubernetes-node-kubelet-lock-contention
1401
+ cluster : k8s-infra-prow-build
1308
1402
interval : 4h
1309
1403
labels :
1310
1404
preset-service-account : " true"
@@ -1340,11 +1434,19 @@ periodics:
1340
1434
env :
1341
1435
- name : GOPATH
1342
1436
value : /go
1437
+ resources :
1438
+ limits :
1439
+ cpu : 4
1440
+ memory : 6Gi
1441
+ requests :
1442
+ cpu : 4
1443
+ memory : 6Gi
1343
1444
annotations :
1344
1445
testgrid-dashboards : sig-node-kubelet
1345
1446
testgrid-tab-name : kubelet-gce-e2e-lock-contention
1346
1447
description : " Contains disruptive tests for the Lock Contention feature."
1347
1448
- name : ci-kubernetes-node-kubelet-credential-provider
1449
+ cluster : k8s-infra-prow-build
1348
1450
interval : 6h
1349
1451
labels :
1350
1452
preset-service-account : " true"
@@ -1380,11 +1482,19 @@ periodics:
1380
1482
env :
1381
1483
- name : GOPATH
1382
1484
value : /go
1485
+ resources :
1486
+ limits :
1487
+ cpu : 4
1488
+ memory : 6Gi
1489
+ requests :
1490
+ cpu : 4
1491
+ memory : 6Gi
1383
1492
annotations :
1384
1493
testgrid-dashboards : sig-node-kubelet
1385
1494
testgrid-tab-name : kubelet-credential-provider
1386
1495
description : " tests feature kubelet image credential provider"
1387
1496
- name : ci-kubernetes-e2e-gcp-credential-provider
1497
+ cluster : k8s-infra-prow-build
1388
1498
interval : 24h
1389
1499
labels :
1390
1500
preset-service-account : " true"
@@ -1415,11 +1525,19 @@ periodics:
1415
1525
- --provider=gce
1416
1526
- --test_args=--ginkgo.focus=\[Feature:KubeletCredentialProviders\]
1417
1527
image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20231103-fd8df63b1a-master
1528
+ resources :
1529
+ limits :
1530
+ cpu : 4
1531
+ memory : 6Gi
1532
+ requests :
1533
+ cpu : 4
1534
+ memory : 6Gi
1418
1535
annotations :
1419
1536
testgrid-dashboards : sig-node-kubelet
1420
1537
testgrid-tab-name : gcp-kubelet-credential-provider
1421
1538
description : " tests feature gcp kubelet image credential provider"
1422
1539
- name : ci-cos-cgroupv2-inplace-pod-resize-containerd-main-e2e-gce-serial
1540
+ cluster : k8s-infra-prow-build
1423
1541
interval : 24h
1424
1542
labels :
1425
1543
preset-service-account : " true"
@@ -1473,11 +1591,19 @@ periodics:
1473
1591
- --test_args=--ginkgo.focus=\[Feature:InPlacePodVerticalScaling\] --minStartupPods=1
1474
1592
- --timeout=150m
1475
1593
image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20231103-fd8df63b1a-master
1594
+ resources :
1595
+ limits :
1596
+ cpu : 4
1597
+ memory : 6Gi
1598
+ requests :
1599
+ cpu : 4
1600
+ memory : 6Gi
1476
1601
annotations :
1477
1602
testgrid-dashboards : sig-node-containerd
1478
1603
testgrid-tab-name : cos-cgroupv2-inplace-pod-resize-containerd-e2e-serial
1479
1604
description : Runs cluster e2e pod resize tests in serial with FOCUS=[Feature:InPlacePodVerticalScaling] with cgroup v2
1480
1605
- name : ci-cos-cgroupv1-inplace-pod-resize-containerd-main-e2e-gce-serial
1606
+ cluster : k8s-infra-prow-build
1481
1607
interval : 48h
1482
1608
labels :
1483
1609
preset-service-account : " true"
@@ -1527,6 +1653,13 @@ periodics:
1527
1653
# This job does not focus on serial but runs both in serial. Work item to add parallel tests is tracked by issue kubernetes/kubernetes#116431
1528
1654
- --test_args=--ginkgo.focus=\[Feature:InPlacePodVerticalScaling\] --minStartupPods=1
1529
1655
- --timeout=150m
1656
+ resources :
1657
+ limits :
1658
+ cpu : 4
1659
+ memory : 6Gi
1660
+ requests :
1661
+ cpu : 4
1662
+ memory : 6Gi
1530
1663
1531
1664
annotations :
1532
1665
testgrid-dashboards : sig-node-containerd
0 commit comments