Skip to content

Commit f7fb2d3

Browse files
authored
Merge pull request #35768 from saschagrunert/crio-cgrpv2
CRI-O: Cleanup cgroupv2 job names
2 parents d2d4e54 + fe38a21 commit f7fb2d3

File tree

7 files changed

+34
-34
lines changed

7 files changed

+34
-34
lines changed

config/jobs/kubernetes/sig-node/dra-canary.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ presubmits:
692692
cpu: 2
693693
memory: 6Gi
694694

695-
- name: pull-kubernetes-node-e2e-crio-cgrpv2-dra-canary
695+
- name: pull-kubernetes-node-e2e-crio-dra-canary
696696
cluster: k8s-infra-prow-build
697697
skip_branches:
698698
- release-\d+\.\d+ # per-release image
@@ -704,7 +704,7 @@ presubmits:
704704
preset-k8s-ssh: "true"
705705
annotations:
706706
testgrid-dashboards: sig-node-dynamic-resource-allocation, sig-node-presubmits, sig-node-cri-o
707-
description: Runs E2E node tests for Dynamic Resource Allocation on-by-default features with CRI-O using cgroup v2
707+
description: Runs E2E node tests for Dynamic Resource Allocation on-by-default features with CRI-O
708708
testgrid-alert-email: [email protected], [email protected]
709709
decorate: true
710710
decoration_config:

config/jobs/kubernetes/sig-node/dra-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,15 +577,15 @@ periodics:
577577
cpu: 2
578578
memory: 6Gi
579579

580-
- name: ci-node-e2e-crio-cgrpv2-dra
580+
- name: ci-node-e2e-crio-dra
581581
cluster: k8s-infra-prow-build
582582
interval: 6h
583583
labels:
584584
preset-service-account: "true"
585585
preset-k8s-ssh: "true"
586586
annotations:
587587
testgrid-dashboards: sig-node-dynamic-resource-allocation, sig-node-cri-o, sig-release-master-informing
588-
description: Runs E2E node tests for Dynamic Resource Allocation on-by-default features with CRI-O using cgroup v2
588+
description: Runs E2E node tests for Dynamic Resource Allocation on-by-default features with CRI-O
589589
590590
fork-per-release: "true"
591591
fork-per-release-periodic-interval: 24h

config/jobs/kubernetes/sig-node/dra-presubmit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ presubmits:
705705
cpu: 2
706706
memory: 6Gi
707707

708-
- name: pull-kubernetes-node-e2e-crio-cgrpv2-dra
708+
- name: pull-kubernetes-node-e2e-crio-dra
709709
cluster: k8s-infra-prow-build
710710
skip_branches:
711711
- release-\d+\.\d+ # per-release image
@@ -717,7 +717,7 @@ presubmits:
717717
preset-k8s-ssh: "true"
718718
annotations:
719719
testgrid-dashboards: sig-node-dynamic-resource-allocation, sig-node-presubmits, sig-node-cri-o
720-
description: Runs E2E node tests for Dynamic Resource Allocation on-by-default features with CRI-O using cgroup v2
720+
description: Runs E2E node tests for Dynamic Resource Allocation on-by-default features with CRI-O
721721
testgrid-alert-email: [email protected], [email protected]
722722
fork-per-release: "true"
723723
decorate: true

config/jobs/kubernetes/sig-node/dra.generate.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ need_kubernetes_repo = true
104104
cluster = eks-prow-build-cluster
105105
run_if_changed = /(dra|dynamicresources|resourceclaim|deviceclass|resourceslice|resourceclaimtemplate|dynamic-resource-allocation|pkg/apis/resource|api/resource)/.*.go
106106

107-
# This job is the same as ci-node-e2e-cgrpv1-crio-dra, but for cgroup v2
108-
[node-e2e-crio-cgrpv2-dra]
107+
# This job runs the node e2e tests for DRA with CRI-O
108+
[node-e2e-crio-dra]
109109
job_type = node
110110
need_kubernetes_repo = true
111111
need_test_infra_repo = true
112-
description = Runs E2E node tests for Dynamic Resource Allocation on-by-default features with CRI-O using cgroup v2
112+
description = Runs E2E node tests for Dynamic Resource Allocation on-by-default features with CRI-O
113113
image_config_file = /home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/crio/latest/image-config.yaml
114114
inject_ssh_public_key = true
115115
release_informing = true

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

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,7 @@ presubmits:
12511251
env:
12521252
- name: GOPATH
12531253
value: /go
1254-
- name: pull-kubernetes-node-crio-cgrpv2-imagefs-e2e
1254+
- name: pull-kubernetes-node-crio-imagefs-e2e
12551255
cluster: k8s-infra-prow-build
12561256
always_run: false
12571257
optional: true
@@ -1274,7 +1274,7 @@ presubmits:
12741274
preset-pull-kubernetes-e2e-gce: "true"
12751275
annotations:
12761276
testgrid-dashboards: sig-node-cri-o, sig-node-presubmits
1277-
testgrid-tab-name: pr-crio-cgrpv2-imagefs-e2e
1277+
testgrid-tab-name: pr-crio-imagefs-e2e
12781278
spec:
12791279
containers:
12801280
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251021-e2c2c9806f-master
@@ -1305,9 +1305,9 @@ presubmits:
13051305
value: core
13061306
- name: IGNITION_INJECT_GCE_SSH_PUBLIC_KEY_FILE
13071307
value: "1"
1308-
- name: pull-kubernetes-node-crio-cgrpv2-userns-e2e-serial
1308+
- name: pull-kubernetes-node-crio-userns-e2e-serial
13091309
cluster: k8s-infra-prow-build
1310-
# explicitly needs /test pull-kubernetes-node-crio-cgrpv2-userns-e2e-serial to run
1310+
# explicitly needs /test pull-kubernetes-node-crio-userns-e2e-serial to run
13111311
always_run: false
13121312
optional: true
13131313
max_concurrency: 12
@@ -1329,7 +1329,7 @@ presubmits:
13291329
preset-pull-kubernetes-e2e-gce: "true"
13301330
annotations:
13311331
testgrid-dashboards: sig-node-cri-o, sig-node-presubmits
1332-
testgrid-tab-name: pr-crio-cgrpv2-userns-e2e-serial
1332+
testgrid-tab-name: pr-crio-userns-e2e-serial
13331333
spec:
13341334
containers:
13351335
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251021-e2c2c9806f-master
@@ -1358,7 +1358,7 @@ presubmits:
13581358
value: core
13591359
- name: IGNITION_INJECT_GCE_SSH_PUBLIC_KEY_FILE
13601360
value: "1"
1361-
- name: pull-kubernetes-node-crio-cgrpv2-splitfs-e2e
1361+
- name: pull-kubernetes-node-crio-splitfs-e2e
13621362
cluster: k8s-infra-prow-build
13631363
always_run: false
13641364
optional: true
@@ -1381,7 +1381,7 @@ presubmits:
13811381
preset-pull-kubernetes-e2e-gce: "true"
13821382
annotations:
13831383
testgrid-dashboards: sig-node-cri-o, sig-node-presubmits
1384-
testgrid-tab-name: pr-crio-cgrpv2-splitfs-e2e
1384+
testgrid-tab-name: pr-crio-splitfs-e2e
13851385
spec:
13861386
containers:
13871387
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251021-e2c2c9806f-master
@@ -1412,9 +1412,9 @@ presubmits:
14121412
value: core
14131413
- name: IGNITION_INJECT_GCE_SSH_PUBLIC_KEY_FILE
14141414
value: "1"
1415-
- name: pull-kubernetes-node-crio-cgrpv2-evented-pleg-e2e
1415+
- name: pull-kubernetes-node-crio-evented-pleg-e2e
14161416
cluster: k8s-infra-prow-build
1417-
# explicitly needs /test pull-kubernetes-node-crio-cgrpv2-evented-pleg-e2e to run
1417+
# explicitly needs /test pull-kubernetes-node-crio-evented-pleg-e2e to run
14181418
always_run: false
14191419
optional: true
14201420
skip_branches:
@@ -1435,7 +1435,7 @@ presubmits:
14351435
preset-pull-kubernetes-e2e-gce: "true"
14361436
annotations:
14371437
testgrid-dashboards: sig-node-cri-o, sig-node-presubmits
1438-
testgrid-tab-name: pr-crio-cgrpv2-evented-pleg-gce-e2e
1438+
testgrid-tab-name: pr-crio-evented-pleg-gce-e2e
14391439
spec:
14401440
containers:
14411441
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251021-e2c2c9806f-master
@@ -1465,9 +1465,9 @@ presubmits:
14651465
value: core
14661466
- name: IGNITION_INJECT_GCE_SSH_PUBLIC_KEY_FILE
14671467
value: "1"
1468-
- name: pull-kubernetes-node-crio-cgrpv2-e2e
1468+
- name: pull-kubernetes-node-crio-e2e
14691469
cluster: k8s-infra-prow-build
1470-
# explicitly needs /test pull-kubernetes-node-crio-cgrpv2-e2e to run
1470+
# explicitly needs /test pull-kubernetes-node-crio-e2e to run
14711471
always_run: false
14721472
# if at all it is run and fails, don't block the PR
14731473
optional: true
@@ -1491,7 +1491,7 @@ presubmits:
14911491
preset-pull-kubernetes-e2e-gce: "true"
14921492
annotations:
14931493
testgrid-dashboards: sig-node-cri-o, sig-node-presubmits
1494-
testgrid-tab-name: pr-crio-cgrpv2-gce-e2e
1494+
testgrid-tab-name: pr-crio-gce-e2e
14951495
spec:
14961496
containers:
14971497
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251021-e2c2c9806f-master
@@ -1521,9 +1521,9 @@ presubmits:
15211521
- --skip-regex=\[Flaky\]|\[Slow\]|\[Serial\]|\[Feature:InPlacePodVerticalScaling\]|\[Feature:UserNamespacesSupport]|\[Feature:UserNamespacesPodSecurityStandards\]|\[Feature:KubeletCredentialProviders\]|\[Feature:LockContention\]|\[Feature:SCTPConnectivity\]|\[Feature:PodLevelResources\]|\[Alpha\]
15221522
- '--test-args=--container-runtime-endpoint=unix:///var/run/crio/crio.sock --container-runtime-process-name=/usr/local/bin/crio --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/crio.service --kubelet-cgroups=/system.slice/kubelet.service" --extra-log="{\"name\": \"crio.log\", \"journalctl\": [\"-u\", \"crio\"]}"'
15231523
- --image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/crio/latest/image-config.yaml
1524-
- name: pull-kubernetes-node-crio-cgrpv2-e2e-canary
1524+
- name: pull-kubernetes-node-crio-e2e-canary
15251525
cluster: k8s-infra-prow-build
1526-
# explicitly needs /test pull-kubernetes-node-crio-cgrpv2-e2e-canary to run
1526+
# explicitly needs /test pull-kubernetes-node-crio-e2e-canary to run
15271527
always_run: false
15281528
# if at all it is run and fails, don't block the PR
15291529
optional: true
@@ -1547,7 +1547,7 @@ presubmits:
15471547
preset-pull-kubernetes-e2e-gce: "true"
15481548
annotations:
15491549
testgrid-dashboards: sig-node-cri-o, sig-node-presubmits
1550-
testgrid-tab-name: pr-crio-cgrpv2-gce-e2e-canary
1550+
testgrid-tab-name: pr-crio-gce-e2e-canary
15511551
spec:
15521552
containers:
15531553
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251021-e2c2c9806f-master
@@ -1808,9 +1808,9 @@ presubmits:
18081808
env:
18091809
- name: GOPATH
18101810
value: /go
1811-
- name: pull-kubernetes-crio-node-memoryqos-cgrpv2
1811+
- name: pull-kubernetes-crio-node-memoryqos
18121812
cluster: k8s-infra-prow-build
1813-
# explicitly needs /test pull-kubernetes-crio-node-memoryqos-cgrpv2 to run
1813+
# explicitly needs /test pull-kubernetes-crio-node-memoryqos to run
18141814
always_run: false
18151815
optional: true
18161816
max_concurrency: 12
@@ -1833,7 +1833,7 @@ presubmits:
18331833
preset-pull-kubernetes-e2e-gce: "true"
18341834
annotations:
18351835
testgrid-dashboards: sig-node-cri-o, sig-node-presubmits
1836-
testgrid-tab-name: pr-crio-node-memoryqos-cgrpv2
1836+
testgrid-tab-name: pr-crio-node-memoryqos
18371837
spec:
18381838
containers:
18391839
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251021-e2c2c9806f-master

config/jobs/kubernetes/sig-release/release-branch-jobs/1.33.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ periodics:
229229
labels:
230230
preset-k8s-ssh: "true"
231231
preset-service-account: "true"
232-
name: ci-node-e2e-crio-cgrpv2-dra-1-33
232+
name: ci-node-e2e-crio-dra-1-33
233233
spec:
234234
containers:
235235
- args:
@@ -1461,7 +1461,7 @@ presubmits:
14611461
branches:
14621462
- release-1.33
14631463
cluster: k8s-infra-prow-build
1464-
context: pull-kubernetes-node-e2e-crio-cgrpv2-dra
1464+
context: pull-kubernetes-node-e2e-crio-dra
14651465
decorate: true
14661466
decoration_config:
14671467
timeout: 1h30m0s
@@ -1473,7 +1473,7 @@ presubmits:
14731473
labels:
14741474
preset-k8s-ssh: "true"
14751475
preset-service-account: "true"
1476-
name: pull-kubernetes-node-e2e-crio-cgrpv2-dra
1476+
name: pull-kubernetes-node-e2e-crio-dra
14771477
optional: true
14781478
path_alias: k8s.io/kubernetes
14791479
spec:

config/jobs/kubernetes/sig-release/release-branch-jobs/1.34.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ periodics:
509509
labels:
510510
preset-k8s-ssh: "true"
511511
preset-service-account: "true"
512-
name: ci-node-e2e-crio-cgrpv2-dra-1-34
512+
name: ci-node-e2e-crio-dra-1-34
513513
spec:
514514
containers:
515515
- args:
@@ -2271,7 +2271,7 @@ presubmits:
22712271
branches:
22722272
- release-1.34
22732273
cluster: k8s-infra-prow-build
2274-
context: pull-kubernetes-node-e2e-crio-cgrpv2-dra
2274+
context: pull-kubernetes-node-e2e-crio-dra
22752275
decorate: true
22762276
decoration_config:
22772277
timeout: 1h30m0s
@@ -2283,7 +2283,7 @@ presubmits:
22832283
labels:
22842284
preset-k8s-ssh: "true"
22852285
preset-service-account: "true"
2286-
name: pull-kubernetes-node-e2e-crio-cgrpv2-dra
2286+
name: pull-kubernetes-node-e2e-crio-dra
22872287
optional: true
22882288
path_alias: k8s.io/kubernetes
22892289
spec:

0 commit comments

Comments
 (0)