Skip to content

Commit 5248e68

Browse files
committed
migrate sig-node jobs to community cluster
Signed-off-by: rjsadow <[email protected]>
1 parent c25bb74 commit 5248e68

File tree

3 files changed

+166
-5
lines changed

3 files changed

+166
-5
lines changed

config/jobs/kubernetes/sig-node/containerd.yaml

Lines changed: 134 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ presets:
3737
periodics:
3838
# containerd build PERIODICS have been moved to the config/jobs/containerd/containerd folder. Please don't add any in here.
3939
- name: ci-containerd-e2e-ubuntu-gce
40+
cluster: k8s-infra-prow-build
4041
interval: 1h
4142
labels:
4243
preset-service-account: "true"
@@ -78,10 +79,18 @@ periodics:
7879
- --test_args=--ginkgo.skip=\[Driver:.gcepd\]|\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8
7980
- --timeout=50m
8081
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
8189
annotations:
8290
testgrid-dashboards: sig-node-containerd
8391
testgrid-tab-name: containerd-e2e-ubuntu
8492
- name: ci-cos-cgroupv1-containerd-node-e2e
93+
cluster: k8s-infra-prow-build
8594
interval: 1h
8695
labels:
8796
preset-service-account: "true"
@@ -122,6 +131,13 @@ periodics:
122131
env:
123132
- name: GOPATH
124133
value: /go
134+
resources:
135+
limits:
136+
cpu: 4
137+
memory: 6Gi
138+
requests:
139+
cpu: 4
140+
memory: 6Gi
125141
annotations:
126142
testgrid-dashboards: sig-node-containerd
127143
testgrid-tab-name: cos-cgroupv1-containerd-node-e2e
@@ -434,6 +450,7 @@ periodics:
434450
testgrid-tab-name: containerd-node-e2e-features-1.7
435451

436452
- name: ci-cri-containerd-e2e-gce-device-plugin-gpu
453+
cluster: k8s-infra-prow-build
437454
cron: "30 1-23/3 * * *"
438455
labels:
439456
preset-service-account: "true"
@@ -479,6 +496,13 @@ periodics:
479496
- --test_args=--ginkgo.focus=\[Feature:GPUDevicePlugin\] --minStartupPods=8
480497
- --timeout=180m
481498
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
482506
annotations:
483507
testgrid-dashboards: sig-node-containerd
484508
testgrid-tab-name: e2e-cos-device-plugin-gpu
@@ -640,6 +664,7 @@ periodics:
640664
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]."
641665
- interval: 1h
642666
name: ci-cos-containerd-e2e-cos-gce
667+
cluster: k8s-infra-prow-build
643668
labels:
644669
preset-service-account: "true"
645670
preset-k8s-ssh: "true"
@@ -665,11 +690,19 @@ periodics:
665690
- --test_args=--ginkgo.skip=\[Driver:.gcepd\]|\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[NodeFeature:RuntimeHandler\] --minStartupPods=8
666691
- --timeout=50m
667692
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
668700
annotations:
669701
testgrid-dashboards: sig-node-containerd
670702
testgrid-tab-name: image-validation-cos-e2e
671703
- interval: 1h
672704
name: ci-cos-containerd-e2e-ubuntu-gce
705+
cluster: k8s-infra-prow-build
673706
labels:
674707
preset-service-account: "true"
675708
preset-k8s-ssh: "true"
@@ -694,6 +727,13 @@ periodics:
694727
- --provider=gce
695728
- --test_args=--ginkgo.skip=\[Driver:.gcepd\]|\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[NodeFeature:RuntimeHandler\] --minStartupPods=8
696729
- --timeout=50m
730+
resources:
731+
limits:
732+
cpu: 4
733+
memory: 6Gi
734+
requests:
735+
cpu: 4
736+
memory: 6Gi
697737
annotations:
698738
testgrid-dashboards: sig-node-containerd
699739
testgrid-tab-name: image-validation-ubuntu-e2e
@@ -895,6 +935,7 @@ periodics:
895935
testgrid-dashboards: sig-node-containerd
896936
testgrid-tab-name: cos-cgroupv2-containerd-node-e2e
897937
- name: ci-cgroup-systemd-containerd-node-e2e
938+
cluster: k8s-infra-prow-build
898939
interval: 1h
899940
labels:
900941
preset-service-account: "true"
@@ -932,6 +973,13 @@ periodics:
932973
- --provider=gce
933974
- --test_args=--nodes=8 --focus="\[NodeConformance\]" --skip="\[Flaky\]|\[Serial\]"
934975
- --timeout=65m
976+
resources:
977+
limits:
978+
cpu: 4
979+
memory: 6Gi
980+
requests:
981+
cpu: 4
982+
memory: 6Gi
935983
env:
936984
- name: GOPATH
937985
value: /go
@@ -941,6 +989,7 @@ periodics:
941989
testgrid-alert-email: [email protected]
942990
- interval: 12h
943991
name: ci-cos-cgroupv2-containerd-e2e-gce
992+
cluster: k8s-infra-prow-build
944993
labels:
945994
preset-service-account: "true"
946995
preset-k8s-ssh: "true"
@@ -984,12 +1033,20 @@ periodics:
9841033
- --provider=gce
9851034
- --test_args=--ginkgo.skip=\[Driver:.gcepd\]|\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8
9861035
- --timeout=50m
1036+
resources:
1037+
limits:
1038+
cpu: 4
1039+
memory: 6Gi
1040+
requests:
1041+
cpu: 4
1042+
memory: 6Gi
9871043

9881044
annotations:
9891045
testgrid-dashboards: sig-node-containerd
9901046
testgrid-tab-name: cos-cgroupv2-containerd-e2e
9911047
- interval: 12h
9921048
name: ci-cos-cgroupv1-containerd-e2e-gce
1049+
cluster: k8s-infra-prow-build
9931050
labels:
9941051
preset-service-account: "true"
9951052
preset-k8s-ssh: "true"
@@ -1033,6 +1090,13 @@ periodics:
10331090
- --test_args=--ginkgo.skip=\[Driver:.gcepd\]|\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8
10341091
- --timeout=50m
10351092
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
10361100
annotations:
10371101
testgrid-dashboards: sig-node-containerd
10381102
testgrid-tab-name: cos-cgroupv1-containerd-e2e
@@ -1089,6 +1153,7 @@ periodics:
10891153
testgrid-tab-name: cos-cgroupv2-containerd-node-e2e-serial
10901154
- interval: 30m
10911155
name: ci-kubernetes-e2e-gci-gce-containerd
1156+
cluster: k8s-infra-prow-build
10921157
labels:
10931158
preset-service-account: "true"
10941159
preset-k8s-ssh: "true"
@@ -1115,12 +1180,20 @@ periodics:
11151180
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Driver:.gcepd\]|\[Flaky\]|\[Feature:.+\]|\[NodeFeature:RuntimeHandler\] --minStartupPods=8
11161181
- --timeout=50m
11171182
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
11181190
annotations:
11191191
testgrid-dashboards: google-gce, sig-storage-kubernetes
11201192
testgrid-tab-name: gce-containerd
11211193
description: node gce e2e tests for master branch using containerd
11221194
- name: ci-kubernetes-node-kubelet-containerd-resource-managers
11231195
interval: 4h
1196+
cluster: k8s-infra-prow-build
11241197
labels:
11251198
preset-service-account: "true"
11261199
preset-k8s-ssh: "true"
@@ -1156,12 +1229,20 @@ periodics:
11561229
env:
11571230
- name: GOPATH
11581231
value: /go
1232+
resources:
1233+
limits:
1234+
cpu: 4
1235+
memory: 6Gi
1236+
requests:
1237+
cpu: 4
1238+
memory: 6Gi
11591239
annotations:
11601240
testgrid-dashboards: sig-node-containerd
11611241
testgrid-tab-name: node-kubelet-containerd-resource-managers
11621242
testgrid-alert-email: [email protected]
11631243
description: "Executes CPU, Memory and Topology manager e2e tests"
11641244
- name: ci-kubernetes-node-kubelet-containerd-hugepages
1245+
cluster: k8s-infra-prow-build
11651246
interval: 4h
11661247
labels:
11671248
preset-service-account: "true"
@@ -1198,13 +1279,21 @@ periodics:
11981279
env:
11991280
- name: GOPATH
12001281
value: /go
1282+
resources:
1283+
limits:
1284+
cpu: 4
1285+
memory: 6Gi
1286+
requests:
1287+
cpu: 4
1288+
memory: 6Gi
12011289
annotations:
12021290
testgrid-dashboards: sig-node-containerd
12031291
testgrid-tab-name: node-kubelet-containerd-hugepages
12041292
testgrid-alert-email: [email protected]
12051293
description: "Executes hugepages e2e tests"
12061294

12071295
- name: ci-kubernetes-node-swap-ubuntu
1296+
cluster: k8s-infra-prow-build
12081297
interval: 4h
12091298
labels:
12101299
preset-service-account: "true"
@@ -1244,8 +1333,12 @@ periodics:
12441333
- name: GOPATH
12451334
value: /go
12461335
resources:
1336+
limits:
1337+
cpu: 4
1338+
memory: 6Gi
12471339
requests:
1248-
memory: "6Gi"
1340+
cpu: 4
1341+
memory: 6Gi
12491342
annotations:
12501343
testgrid-dashboards: sig-node-kubelet
12511344
testgrid-tab-name: kubelet-gce-e2e-swap-ubuntu
@@ -1305,6 +1398,7 @@ periodics:
13051398
testgrid-alert-email: [email protected]
13061399
description: "Executes performance e2e tests"
13071400
- name: ci-kubernetes-node-kubelet-lock-contention
1401+
cluster: k8s-infra-prow-build
13081402
interval: 4h
13091403
labels:
13101404
preset-service-account: "true"
@@ -1340,11 +1434,19 @@ periodics:
13401434
env:
13411435
- name: GOPATH
13421436
value: /go
1437+
resources:
1438+
limits:
1439+
cpu: 4
1440+
memory: 6Gi
1441+
requests:
1442+
cpu: 4
1443+
memory: 6Gi
13431444
annotations:
13441445
testgrid-dashboards: sig-node-kubelet
13451446
testgrid-tab-name: kubelet-gce-e2e-lock-contention
13461447
description: "Contains disruptive tests for the Lock Contention feature."
13471448
- name: ci-kubernetes-node-kubelet-credential-provider
1449+
cluster: k8s-infra-prow-build
13481450
interval: 6h
13491451
labels:
13501452
preset-service-account: "true"
@@ -1380,11 +1482,19 @@ periodics:
13801482
env:
13811483
- name: GOPATH
13821484
value: /go
1485+
resources:
1486+
limits:
1487+
cpu: 4
1488+
memory: 6Gi
1489+
requests:
1490+
cpu: 4
1491+
memory: 6Gi
13831492
annotations:
13841493
testgrid-dashboards: sig-node-kubelet
13851494
testgrid-tab-name: kubelet-credential-provider
13861495
description: "tests feature kubelet image credential provider"
13871496
- name: ci-kubernetes-e2e-gcp-credential-provider
1497+
cluster: k8s-infra-prow-build
13881498
interval: 24h
13891499
labels:
13901500
preset-service-account: "true"
@@ -1415,11 +1525,19 @@ periodics:
14151525
- --provider=gce
14161526
- --test_args=--ginkgo.focus=\[Feature:KubeletCredentialProviders\]
14171527
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
14181535
annotations:
14191536
testgrid-dashboards: sig-node-kubelet
14201537
testgrid-tab-name: gcp-kubelet-credential-provider
14211538
description: "tests feature gcp kubelet image credential provider"
14221539
- name: ci-cos-cgroupv2-inplace-pod-resize-containerd-main-e2e-gce-serial
1540+
cluster: k8s-infra-prow-build
14231541
interval: 24h
14241542
labels:
14251543
preset-service-account: "true"
@@ -1473,11 +1591,19 @@ periodics:
14731591
- --test_args=--ginkgo.focus=\[Feature:InPlacePodVerticalScaling\] --minStartupPods=1
14741592
- --timeout=150m
14751593
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
14761601
annotations:
14771602
testgrid-dashboards: sig-node-containerd
14781603
testgrid-tab-name: cos-cgroupv2-inplace-pod-resize-containerd-e2e-serial
14791604
description: Runs cluster e2e pod resize tests in serial with FOCUS=[Feature:InPlacePodVerticalScaling] with cgroup v2
14801605
- name: ci-cos-cgroupv1-inplace-pod-resize-containerd-main-e2e-gce-serial
1606+
cluster: k8s-infra-prow-build
14811607
interval: 48h
14821608
labels:
14831609
preset-service-account: "true"
@@ -1527,6 +1653,13 @@ periodics:
15271653
# 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
15281654
- --test_args=--ginkgo.focus=\[Feature:InPlacePodVerticalScaling\] --minStartupPods=1
15291655
- --timeout=150m
1656+
resources:
1657+
limits:
1658+
cpu: 4
1659+
memory: 6Gi
1660+
requests:
1661+
cpu: 4
1662+
memory: 6Gi
15301663

15311664
annotations:
15321665
testgrid-dashboards: sig-node-containerd

config/jobs/kubernetes/sig-node/dynamic-resource-allocation.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ periodics:
100100

101101
# This job runs the same tests as ci-node-e2e-crio-dra with Containerd 1.7 runtime
102102
- name: ci-node-e2e-containerd-1-7-dra
103+
cluster: k8s-infra-prow-build
103104
interval: 6h
104105
annotations:
105106
testgrid-dashboards: sig-node-dynamic-resource-allocation
@@ -137,3 +138,10 @@ periodics:
137138
- --test_args=--focus="\[Feature:DynamicResourceAllocation\]" --skip="\[Flaky\]"
138139
- --timeout=65m
139140
- --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/dra/image-config-containerd-1.7.yaml
141+
resources:
142+
limits:
143+
cpu: 2
144+
memory: 9Gi
145+
requests:
146+
cpu: 2
147+
memory: 9Gi

0 commit comments

Comments
 (0)