@@ -406,65 +406,11 @@ periodics:
406
406
repo : test-infra
407
407
base_ref : master
408
408
path_alias : k8s.io/test-infra
409
- spec :
410
- containers :
411
- - image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250808-38ff9ff2bd-master
412
- command :
413
- - runner.sh
414
- - /workspace/scenarios/kubernetes_e2e.py
415
- args :
416
- - --deployment=node
417
- - --env=KUBE_SSH_USER=core
418
- - --gcp-zone=us-central1-b
419
- - ' --node-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="--fail-cgroupv1=true --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\"]}"'
420
- - --node-tests=true
421
- - --provider=gce
422
- - --test_args=--nodes=1 --focus="\[Feature:Eviction\]" --timeout=300m
423
- - --timeout=300m
424
- - --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/crio/latest/image-config-cgroupv2.yaml
425
- env :
426
- - name : GOPATH
427
- value : /go
428
- - name : IGNITION_INJECT_GCE_SSH_PUBLIC_KEY_FILE
429
- value : " 1"
430
- resources :
431
- limits :
432
- cpu : 4
433
- memory : 6Gi
434
- requests :
435
- cpu : 4
436
- memory : 6Gi
437
409
annotations :
438
410
testgrid-dashboards : sig-node-cri-o
439
411
testgrid-tab-name : ci-crio-cgroupv2-node-e2e-eviction
440
412
testgrid-alert-email :
[email protected]
441
413
description : " OWNER: sig-node; runs Eviction e2e tests with crio master and cgroup v2"
442
- - name : ci-crio-cgroupv2-node-e2e-eviction-canary
443
- cluster : k8s-infra-prow-build
444
- interval : 4h30m
445
- labels :
446
- preset-service-account : " true"
447
- preset-k8s-ssh : " true"
448
- preset-pull-kubernetes-e2e : " true"
449
- preset-pull-kubernetes-e2e-gce : " true"
450
- decorate : true
451
- decoration_config :
452
- timeout : 320m
453
- extra_refs :
454
- - org : kubernetes
455
- repo : kubernetes
456
- base_ref : master
457
- path_alias : k8s.io/kubernetes
458
- workdir : true
459
- - org : kubernetes
460
- repo : test-infra
461
- base_ref : master
462
- path_alias : k8s.io/test-infra
463
- annotations :
464
- testgrid-dashboards : sig-node-cri-o
465
- testgrid-tab-name : ci-crio-cgroupv2-node-e2e-eviction-canary
466
- testgrid-alert-email :
[email protected]
467
- description : " OWNER: sig-node; runs Eviction e2e tests with crio master and cgroup v2"
468
414
spec :
469
415
containers :
470
416
- image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250808-38ff9ff2bd-master
0 commit comments