File tree Expand file tree Collapse file tree 1 file changed +55
-0
lines changed
config/jobs/kubernetes/sig-arch Expand file tree Collapse file tree 1 file changed +55
-0
lines changed Original file line number Diff line number Diff line change @@ -419,3 +419,58 @@ periodics:
419
419
requests :
420
420
cpu : 4
421
421
memory : " 8Gi"
422
+
423
+ - name : ci-cgroup-systemd-containerd-node-e2e-golang-tip
424
+ cluster : k8s-infra-prow-build
425
+ interval : 8h
426
+ labels :
427
+ preset-service-account : " true"
428
+ preset-k8s-ssh : " true"
429
+ decorate : true
430
+ decoration_config :
431
+ timeout : 90m
432
+ extra_refs :
433
+ - org : kubernetes
434
+ repo : kubernetes
435
+ base_ref : master
436
+ path_alias : k8s.io/kubernetes
437
+ workdir : true
438
+ - org : containerd
439
+ repo : containerd
440
+ base_ref : main
441
+ path_alias : github.com/containerd/containerd
442
+ - org : kubernetes
443
+ repo : test-infra
444
+ base_ref : master
445
+ path_alias : k8s.io/test-infra
446
+ spec :
447
+ containers :
448
+ - image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250808-38ff9ff2bd-master
449
+ command :
450
+ - runner.sh
451
+ - /workspace/scenarios/kubernetes_e2e.py
452
+ args :
453
+ - --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-main/systemd/image-config.yaml
454
+ - --deployment=node
455
+ - --gcp-zone=us-central1-b
456
+ - ' --node-test-args=--container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/home/containerd/usr/local/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service"'
457
+ - --node-tests=true
458
+ - --provider=gce
459
+ - --test_args=--nodes=8 --focus="\[NodeConformance\]" --skip="\[Flaky\]|\[Serial\]"
460
+ - --timeout=65m
461
+ resources :
462
+ limits :
463
+ cpu : 4
464
+ memory : 6Gi
465
+ requests :
466
+ cpu : 4
467
+ memory : 6Gi
468
+ env :
469
+ - name : GOPATH
470
+ value : /go
471
+ - name : GO_VERSION
472
+ value : " devel"
473
+ annotations :
474
+ testgrid-dashboards : sig-arch-code-organization
475
+ testgrid-tab-name : cgroup-systemd-containerd-node-e2e-golang-tip
476
+ testgrid-alert-email :
[email protected]
You can’t perform that action at this time.
0 commit comments