Skip to content

Commit 447bd2a

Browse files
remove the mention of cgroupv2 from test names as it is assumed now
1 parent 71ed76f commit 447bd2a

File tree

7 files changed

+62
-81
lines changed

7 files changed

+62
-81
lines changed

config/jobs/kubernetes/sig-node/README.md

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@
1717
<td>Containerd, CRI-O
1818
</td>
1919
</tr>
20-
<tr>
21-
<td>cgroup
22-
</td>
23-
<td>cgroupv1, cgroupv2
24-
</td>
25-
</tr>
2620
<tr>
2721
<td>os
2822
</td>
@@ -41,7 +35,7 @@
4135

4236
## Naming Convention
4337

44-
(pull|ci)-{$cri}-{$cgroup}-{$os}-{$test-type}-release-{$release-branch}
38+
(pull|ci)-{$cri}-{$os}-{$test-type}-release-{$release-branch}
4539

4640
**Note:** Specify variable value in the name only if it isn’t set to default in a test tab.
4741

@@ -64,13 +58,6 @@
6458
<td>containerd, CRI-O
6559
</td>
6660
</tr>
67-
<tr>
68-
<td>cgroup
69-
</td>
70-
<td>Cgroupv2
71-
</td>
72-
</tr>
73-
<tr>
7461
<td>os
7562
</td>
7663
<td>COS, ubuntu, fedora (create one instance for each OS in a single test job)
@@ -95,7 +82,7 @@
9582

9683
**Test Names as per naming convention**
9784

98-
{cri}-{cgroup}-{os}-{test-type}-release-{release-branch}
85+
{cri}-{os}-{test-type}-release-{release-branch}
9986

10087
* Node Conformance
10188
* node-conformance-release-(N-3)
@@ -137,12 +124,6 @@
137124
<td>containerd
138125
</td>
139126
</tr>
140-
<tr>
141-
<td>cgroup
142-
</td>
143-
<td>cgroupv2
144-
</td>
145-
</tr>
146127
<tr>
147128
<td>os
148129
</td>
@@ -171,7 +152,7 @@
171152

172153
**Test Names as per naming convention**
173154
* Unique names to identify the feature.
174-
* Follow {cri}-{cgroup}-{os}-{test-type|feature-name}-release-{release-branch} for ordering the variables for non-default values in test names i.e. If you’d like to add a test specific to a CRI, say CRIO and cgroupv2 on Fedora OS for main branch (which is default branch for this tab, the test name would be `crio-cgroup2-fedora-feature-name`.
155+
* Follow {cri}-{os}-{test-type|feature-name}-release-{release-branch} for ordering the variables for non-default values in test names i.e. If you’d like to add a test specific to a CRI, say CRIO and cgroupv2 on Fedora OS for main branch (which is default branch for this tab, the test name would be `crio-fedora-feature-name`.
175156

176157
Examples: node-conformance-alpha-features-enabled, node-conformance-alpha-features-disabled, kubelet-credential-provider, memory-swap, version-skew-1-25-on-1-27, and so on.
177158

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ periodics:
574574
testgrid-dashboards: sig-node-containerd
575575
testgrid-tab-name: image-validation-node-features
576576
testgrid-alert-email: [email protected]
577-
- name: ci-cos-cgroupv2-containerd-node-e2e-features
577+
- name: ci-cos-containerd-main-node-e2e-features
578578
cluster: k8s-infra-prow-build
579579
interval: 1h
580580
labels:
@@ -624,9 +624,9 @@ periodics:
624624
memory: 6Gi
625625
annotations:
626626
testgrid-dashboards: sig-node-containerd
627-
testgrid-tab-name: cos-cgroupv2-containerd-node-features
627+
testgrid-tab-name: cos-containerd-main-node-features
628628
testgrid-alert-email: [email protected]
629-
- name: ci-cos-cgroupv2-containerd-node-e2e
629+
- name: ci-cos-containerd-main-node-e2e
630630
cluster: k8s-infra-prow-build
631631
interval: 12h
632632
labels:
@@ -676,7 +676,7 @@ periodics:
676676
memory: 6Gi
677677
annotations:
678678
testgrid-dashboards: sig-node-containerd
679-
testgrid-tab-name: cos-cgroupv2-containerd-node-e2e
679+
testgrid-tab-name: cos-containerd-main-node-e2e
680680
testgrid-alert-email: [email protected]
681681
- name: ci-cgroup-systemd-containerd-node-e2e
682682
cluster: k8s-infra-prow-build
@@ -731,7 +731,7 @@ periodics:
731731
testgrid-tab-name: cgroup-systemd-containerd-node-e2e
732732
testgrid-alert-email: [email protected]
733733
- interval: 12h
734-
name: ci-cos-cgroupv2-containerd-e2e-gce
734+
name: ci-cos-containerd-e2e-gce
735735
cluster: k8s-infra-prow-build
736736
labels:
737737
preset-service-account: "true"
@@ -786,9 +786,9 @@ periodics:
786786

787787
annotations:
788788
testgrid-dashboards: sig-node-containerd
789-
testgrid-tab-name: cos-cgroupv2-containerd-e2e
789+
testgrid-tab-name: cos-containerd-e2e
790790
testgrid-alert-email: [email protected]
791-
- name: ci-cos-cgroupv2-containerd-node-e2e-serial
791+
- name: ci-cos-containerd-node-e2e-serial
792792
cluster: k8s-infra-prow-build
793793
interval: 12h
794794
labels:
@@ -838,7 +838,7 @@ periodics:
838838
memory: 6Gi
839839
annotations:
840840
testgrid-dashboards: sig-node-containerd
841-
testgrid-tab-name: cos-cgroupv2-containerd-node-e2e-serial
841+
testgrid-tab-name: cos-containerd-node-e2e-serial
842842
testgrid-alert-email: [email protected]
843843
- interval: 30m
844844
name: ci-kubernetes-e2e-gci-gce-containerd

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
periodics:
2-
- name: ci-crio-cgroupv2-node-e2e-features
2+
- name: ci-crio-node-e2e-features
33
cluster: k8s-infra-prow-build
44
interval: 1h
55
labels:
@@ -20,7 +20,7 @@ periodics:
2020
path_alias: k8s.io/test-infra
2121
annotations:
2222
testgrid-dashboards: sig-node-cri-o
23-
testgrid-tab-name: ci-crio-cgroupv2-node-e2e-features
23+
testgrid-tab-name: ci-crio-node-e2e-features
2424
testgrid-alert-email: [email protected]
2525
description: "OWNER: sig-node; runs Features e2e tests with crio master and cgroup v2"
2626
spec:
@@ -54,7 +54,7 @@ periodics:
5454
value: core
5555
- name: IGNITION_INJECT_GCE_SSH_PUBLIC_KEY_FILE
5656
value: "1"
57-
- name: ci-crio-cgroupv2-node-e2e-unlabelled
57+
- name: ci-crio-node-e2e-unlabelled
5858
cluster: k8s-infra-prow-build
5959
interval: 12h
6060
labels:
@@ -75,7 +75,7 @@ periodics:
7575
path_alias: k8s.io/test-infra
7676
annotations:
7777
testgrid-dashboards: sig-node-cri-o
78-
testgrid-tab-name: ci-crio-cgroupv2-node-e2e-unlabelled
78+
testgrid-tab-name: ci-crio-node-e2e-unlabelled
7979
testgrid-alert-email: [email protected]
8080
description: "Contains all uncategorized tests, these are tests which are not marked with a [Node] tag. All node tests should be marked with [Feature] or [NodeConformance] classification. Also skipped are [Flaky], [Benchmark], [Legacy]."
8181
spec:
@@ -109,7 +109,7 @@ periodics:
109109
requests:
110110
cpu: 4
111111
memory: 6Gi
112-
- name: ci-crio-cgroupv2-node-e2e-eviction
112+
- name: ci-crio-node-e2e-eviction
113113
cluster: k8s-infra-prow-build
114114
interval: 4h30m
115115
labels:
@@ -130,7 +130,7 @@ periodics:
130130
path_alias: k8s.io/test-infra
131131
annotations:
132132
testgrid-dashboards: sig-node-cri-o
133-
testgrid-tab-name: ci-crio-cgroupv2-node-e2e-eviction
133+
testgrid-tab-name: ci-crio-node-e2e-eviction
134134
testgrid-alert-email: [email protected]
135135
description: "OWNER: sig-node; runs Eviction e2e tests with crio master and cgroup v2"
136136
spec:
@@ -165,7 +165,7 @@ periodics:
165165
value: core
166166
- name: IGNITION_INJECT_GCE_SSH_PUBLIC_KEY_FILE
167167
value: "1"
168-
- name: ci-node-kubelet-crio-cgroupv2-performance-test
168+
- name: ci-node-kubelet-crio-performance-test
169169
cluster: k8s-infra-prow-build
170170
interval: 12h
171171
labels:
@@ -186,7 +186,7 @@ periodics:
186186
path_alias: k8s.io/test-infra
187187
annotations:
188188
testgrid-dashboards: sig-node-cri-o
189-
testgrid-tab-name: node-kubelet-crio-cgroupv2-performance-test
189+
testgrid-tab-name: node-kubelet-crio-performance-test
190190
testgrid-alert-email: [email protected]
191191
description: "OWNER: sig-node; runs Eviction e2e tests with crio master and cgroup v2"
192192
spec:
@@ -221,7 +221,7 @@ periodics:
221221
requests:
222222
cpu: 4
223223
memory: 6Gi
224-
- name: ci-crio-cgroupv2-node-e2e-conformance
224+
- name: ci-crio-node-e2e-conformance
225225
cluster: k8s-infra-prow-build
226226
interval: 1h
227227
labels:
@@ -242,7 +242,7 @@ periodics:
242242
path_alias: k8s.io/test-infra
243243
annotations:
244244
testgrid-dashboards: sig-release-master-blocking, sig-node-cri-o, sig-node-release-blocking
245-
testgrid-tab-name: ci-crio-cgroupv2-node-e2e-conformance
245+
testgrid-tab-name: ci-crio-node-e2e-conformance
246246
testgrid-alert-email: [email protected], [email protected]
247247
description: "OWNER: sig-node; runs NodeConformance e2e tests with crio master and cgroup v2"
248248
spec:
@@ -277,7 +277,7 @@ periodics:
277277
requests:
278278
cpu: 4
279279
memory: 6Gi
280-
- name: ci-crio-cgroupv2-node-e2e-resource-managers
280+
- name: ci-crio-node-e2e-resource-managers
281281
cluster: k8s-infra-prow-build
282282
interval: 4h
283283
labels:
@@ -298,7 +298,7 @@ periodics:
298298
path_alias: k8s.io/test-infra
299299
annotations:
300300
testgrid-dashboards: sig-node-cri-o
301-
testgrid-tab-name: ci-crio-cgroupv2-node-e2e-resource-managers
301+
testgrid-tab-name: ci-crio-node-e2e-resource-managers
302302
testgrid-alert-email: [email protected]
303303
description: "Executes CPU, Memory and Topology manager e2e tests with cgroup v2"
304304
spec:
@@ -333,7 +333,7 @@ periodics:
333333
value: core
334334
- name: IGNITION_INJECT_GCE_SSH_PUBLIC_KEY_FILE
335335
value: "1"
336-
- name: ci-crio-cgroupv2-node-e2e-hugepages
336+
- name: ci-crio-node-e2e-hugepages
337337
cluster: k8s-infra-prow-build
338338
interval: 4h
339339
labels:
@@ -356,7 +356,7 @@ periodics:
356356
path_alias: k8s.io/test-infra
357357
annotations:
358358
testgrid-dashboards: sig-node-cri-o
359-
testgrid-tab-name: ci-crio-cgroupv2-node-e2e-hugepages
359+
testgrid-tab-name: ci-crio-node-e2e-hugepages
360360
testgrid-alert-email: [email protected]
361361
description: "Executes hugepages e2e tests"
362362
spec:
@@ -390,7 +390,7 @@ periodics:
390390
value: core
391391
- name: IGNITION_INJECT_GCE_SSH_PUBLIC_KEY_FILE
392392
value: "1"
393-
- name: ci-crio-cgroupv2-userns-e2e-serial
393+
- name: ci-crio-userns-e2e-serial
394394
cluster: k8s-infra-prow-build
395395
interval: 24h
396396
decorate: true
@@ -414,7 +414,7 @@ periodics:
414414
preset-pull-kubernetes-e2e-gce: "true"
415415
annotations:
416416
testgrid-dashboards: sig-node-cri-o
417-
testgrid-tab-name: ci-crio-cgroupv2-userns-e2e-serial
417+
testgrid-tab-name: ci-crio-userns-e2e-serial
418418
testgrid-alert-email: [email protected]
419419
description: "Executes userns E2E tests with ProcMountType and UserNamespacesSupport feature gates"
420420
spec:

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ presets:
1313
- name: DELETE_INSTANCES
1414
value: "true"
1515
periodics:
16-
- name: ci-cgroupv2-containerd-node-e2e-ec2
16+
- name: ci-containerd-node-e2e-ec2
1717
interval: 6h
1818
annotations:
1919
testgrid-dashboards: sig-node-containerd,amazon-ec2-node
20-
testgrid-tab-name: ci-cgroupv2-containerd-node-e2e-ec2
20+
testgrid-tab-name: ci-containerd-node-e2e-ec2
2121
testgrid-alert-email: [email protected]
2222
labels:
2323
preset-e2e-containerd-ec2: "true"
@@ -111,11 +111,11 @@ periodics:
111111
requests:
112112
cpu: 8
113113
memory: 10Gi
114-
- name: ci-cgroupv2-containerd-node-arm64-e2e-serial-ec2
114+
- name: ci-containerd-node-arm64-e2e-serial-ec2
115115
interval: 6h
116116
annotations:
117117
testgrid-dashboards: sig-node-containerd,amazon-ec2-node
118-
testgrid-tab-name: ci-cgroupv2-containerd-node-arm64-e2e-serial-ec2
118+
testgrid-tab-name: ci-containerd-node-arm64-e2e-serial-ec2
119119
testgrid-alert-email: [email protected]
120120
labels:
121121
preset-e2e-containerd-ec2: "true"
@@ -166,11 +166,11 @@ periodics:
166166
requests:
167167
cpu: 8
168168
memory: 10Gi
169-
- name: ci-cgroupv2-containerd-node-e2e-serial-ec2
169+
- name: ci-containerd-node-e2e-serial-ec2
170170
interval: 6h
171171
annotations:
172172
testgrid-dashboards: sig-node-containerd,amazon-ec2-node
173-
testgrid-tab-name: ci-cgroupv2-containerd-node-e2e-serial-ec2
173+
testgrid-tab-name: ci-containerd-node-e2e-serial-ec2
174174
testgrid-alert-email: [email protected]
175175
labels:
176176
preset-e2e-containerd-ec2: "true"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ periodics:
152152
description: "Uses kubetest to run serial node-e2e tests (+Serial|+Flaky, (Benchmark|Node*Feature)"
153153

154154

155-
- name: ci-kubernetes-node-kubelet-cgroupv2-serial-cri-o
155+
- name: ci-kubernetes-node-kubelet-serial-cri-o
156156
cluster: k8s-infra-prow-build
157157
interval: 12h
158158
labels:
@@ -201,7 +201,7 @@ periodics:
201201
memory: 12Gi
202202
annotations:
203203
testgrid-dashboards: sig-node-cri-o
204-
testgrid-tab-name: node-kubelet-cgroupv2-serial-crio
204+
testgrid-tab-name: node-kubelet-serial-crio
205205
testgrid-alert-email: [email protected]
206206
description: "Uses kubetest to run serial node-e2e tests with cgroupv2 (+Serial, -Flaky|Benchmark|Node*Feature)"
207207

0 commit comments

Comments
 (0)