@@ -350,65 +350,11 @@ periodics:
350
350
repo : test-infra
351
351
base_ref : master
352
352
path_alias : k8s.io/test-infra
353
- spec :
354
- containers :
355
- - image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250808-38ff9ff2bd-master
356
- command :
357
- - runner.sh
358
- - /workspace/scenarios/kubernetes_e2e.py
359
- args :
360
- - --deployment=node
361
- - --env=KUBE_SSH_USER=core
362
- - --gcp-zone=us-central1-b
363
- - ' --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="--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\"]}"'
364
- - --node-tests=true
365
- - --provider=gce
366
- - --test_args=--nodes=1 --focus="\[Feature:Eviction\]" --timeout=300m
367
- - --timeout=300m
368
- - --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/crio/latest/image-config-cgroupv1.yaml
369
- env :
370
- - name : GOPATH
371
- value : /go
372
- - name : IGNITION_INJECT_GCE_SSH_PUBLIC_KEY_FILE
373
- value : " 1"
374
- resources :
375
- limits :
376
- cpu : 4
377
- memory : 6Gi
378
- requests :
379
- cpu : 4
380
- memory : 6Gi
381
353
annotations :
382
354
testgrid-dashboards : sig-node-cri-o
383
355
testgrid-tab-name : ci-crio-cgroupv1-node-e2e-eviction
384
356
testgrid-alert-email :
[email protected]
385
357
description : " OWNER: sig-node; runs Eviction e2e tests with crio master and cgroup v1"
386
- - name : ci-crio-cgroupv1-node-e2e-eviction-canary
387
- cluster : k8s-infra-prow-build
388
- interval : 4h30m
389
- labels :
390
- preset-service-account : " true"
391
- preset-k8s-ssh : " true"
392
- preset-pull-kubernetes-e2e : " true"
393
- preset-pull-kubernetes-e2e-gce : " true"
394
- decorate : true
395
- decoration_config :
396
- timeout : 320m
397
- extra_refs :
398
- - org : kubernetes
399
- repo : kubernetes
400
- base_ref : master
401
- path_alias : k8s.io/kubernetes
402
- workdir : true
403
- - org : kubernetes
404
- repo : test-infra
405
- base_ref : master
406
- path_alias : k8s.io/test-infra
407
- annotations :
408
- testgrid-dashboards : sig-node-cri-o
409
- testgrid-tab-name : ci-crio-cgroupv1-node-e2e-eviction-canary
410
- testgrid-alert-email :
[email protected]
411
- description : " OWNER: sig-node; runs Eviction e2e tests with crio master and cgroup v1"
412
358
spec :
413
359
containers :
414
360
- image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250808-38ff9ff2bd-master
0 commit comments