@@ -528,13 +528,14 @@ periodics:
528
528
args :
529
529
- --deployment=node
530
530
- --gcp-zone=us-central1-b
531
+ - --parallelism=1
531
532
- --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/swap/image-config-swap.yaml
532
533
- --env=KUBE_MASTER_EXTRA_METADATA=user-data=/home/prow/go/src/github.com/containerd/containerd/test/e2e/master.yaml,containerd-configure-sh=/home/prow/go/src/github.com/containerd/containerd/cluster/gce/configure.sh,containerd-extra-init-sh=/home/prow/go/src/github.com/containerd/containerd/test/e2e_node/gci-init.sh,containerd-env=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-main/cgroupv2/env-cgroupv2
533
534
- --env=KUBE_NODE_EXTRA_METADATA=user-data=/home/prow/go/src/github.com/containerd/containerd/test/e2e/node.yaml,containerd-configure-sh=/home/prow/go/src/github.com/containerd/containerd/cluster/gce/configure.sh,containerd-extra-init-sh=/home/prow/go/src/github.com/containerd/containerd/test/e2e_node/gci-init.sh,containerd-env=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-main/cgroupv2/env-cgroupv2
534
535
- ' --node-test-args=--feature-gates="NodeSwap=true" --service-feature-gates="NodeSwap=true" --container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/usr/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroups-per-qos=true --cgroup-root=/ --fail-swap-on=false --runtime-cgroups=/system.slice/containerd.service" --extra-log="{\"name\": \"containerd.log\", \"journalctl\": [\"-u\", \"containerd*\"]}"'
535
536
- --node-tests=true
536
537
- --provider=gce
537
- - --test_args=--nodes=1 --parallelism=1 -- focus="\[Feature:NodeSwap\]|MemoryAllocatableEviction|PriorityMemoryEvictionOrdering" --skip="\[Flaky\]|\[Benchmark\]"
538
+ - --test_args=--nodes=1 --focus="\[Feature:NodeSwap\]|MemoryAllocatableEviction|PriorityMemoryEvictionOrdering" --skip="\[Flaky\]|\[Benchmark\]"
538
539
- --timeout=180m
539
540
env :
540
541
- name : GOPATH
@@ -585,10 +586,11 @@ periodics:
585
586
- --deployment=node
586
587
- --env=KUBE_SSH_USER=core
587
588
- --gcp-zone=us-central1-b
589
+ - --parallelism=1
588
590
- ' --node-test-args=--feature-gates="NodeSwap=true" --service-feature-gates="NodeSwap=true" --container-runtime-endpoint=unix:///var/run/crio/crio.sock --container-runtime-process-name=/usr/local/bin/crio --container-runtime-pid-file= --kubelet-flags="--fail-swap-on=false --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\"]}"'
589
591
- --node-tests=true
590
592
- --provider=gce
591
- - --test_args=--nodes=1 --parallelism=1 -- timeout=4h --focus="\[Feature:NodeSwap\]|MemoryAllocatableEviction|PriorityMemoryEvictionOrdering" --skip="\[Flaky\]|\[Benchmark\]"
593
+ - --test_args=--nodes=1 --timeout=4h --focus="\[Feature:NodeSwap\]|MemoryAllocatableEviction|PriorityMemoryEvictionOrdering" --skip="\[Flaky\]|\[Benchmark\]"
592
594
- --timeout=270m
593
595
- --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/swap/image-config-swap-fedora.yaml
594
596
resources :
0 commit comments