k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/kubernetes/sig-node/containerd.yaml (about) 1 presets: 2 - labels: 3 preset-e2e-containerd: "true" 4 env: 5 - name: LOG_DUMP_SYSTEMD_SERVICES 6 value: containerd containerd-installation 7 - name: KUBE_MASTER_EXTRA_METADATA 8 value: 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-env=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-main/env 9 - name: KUBE_NODE_EXTRA_METADATA 10 value: 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-env=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-main/env 11 - name: KUBE_CONTAINER_RUNTIME_ENDPOINT 12 value: unix:///run/containerd/containerd.sock 13 - name: KUBE_CONTAINER_RUNTIME_NAME 14 value: containerd 15 - name: NETWORK_PROVIDER 16 value: "" 17 - name: NON_MASQUERADE_CIDR 18 value: 0.0.0.0/0 19 - name: KUBELET_TEST_ARGS 20 value: --runtime-cgroups=/system.slice/containerd.service --cgroup-driver=systemd 21 - labels: 22 preset-e2e-containerd-image-load: "true" 23 env: 24 - name: KUBE_LOAD_IMAGE_COMMAND 25 value: /home/containerd/usr/local/bin/ctr -n=k8s.io images import 26 - labels: 27 preset-e2e-containerd-image-load-legacy: "true" 28 env: 29 - name: KUBE_LOAD_IMAGE_COMMAND 30 value: /home/containerd/usr/local/bin/ctr cri load 31 - labels: 32 preset-e2e-cos-containerd: "true" 33 env: 34 - name: LOG_DUMP_SYSTEMD_SERVICES 35 value: containerd 36 37 periodics: 38 # containerd build PERIODICS have been moved to the config/jobs/containerd/containerd folder. Please don't add any in here. 39 - name: ci-containerd-e2e-ubuntu-gce 40 cluster: k8s-infra-prow-build 41 interval: 1h 42 labels: 43 preset-service-account: "true" 44 preset-k8s-ssh: "true" 45 preset-e2e-containerd: "true" 46 preset-e2e-containerd-image-load: "true" 47 decorate: true 48 decoration_config: 49 timeout: 70m 50 extra_refs: 51 - org: kubernetes 52 repo: kubernetes 53 base_ref: master 54 path_alias: k8s.io/kubernetes 55 workdir: true 56 - org: kubernetes 57 repo: test-infra 58 base_ref: master 59 path_alias: k8s.io/test-infra 60 - org: containerd 61 repo: containerd 62 base_ref: main 63 path_alias: github.com/containerd/containerd 64 spec: 65 containers: 66 - command: 67 - runner.sh 68 - /workspace/scenarios/kubernetes_e2e.py 69 args: 70 - --check-leaked-resources 71 - --extract=ci/latest 72 - --gcp-node-image=ubuntu 73 - --gcp-zone=us-west1-b 74 - --ginkgo-parallel=30 75 - --image-family=ubuntu-2204-lts 76 - --image-project=ubuntu-os-cloud 77 - --provider=gce 78 - --test_args=--ginkgo.skip=\[Driver:.gcepd\]|\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8 79 - --timeout=50m 80 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 81 resources: 82 limits: 83 cpu: 4 84 memory: 6Gi 85 requests: 86 cpu: 4 87 memory: 6Gi 88 annotations: 89 testgrid-dashboards: sig-node-containerd 90 testgrid-tab-name: containerd-e2e-ubuntu 91 - name: ci-cos-cgroupv1-containerd-node-e2e 92 cluster: k8s-infra-prow-build 93 interval: 1h 94 labels: 95 preset-service-account: "true" 96 preset-k8s-ssh: "true" 97 decorate: true 98 decoration_config: 99 timeout: 90m 100 extra_refs: 101 - org: kubernetes 102 repo: kubernetes 103 base_ref: master 104 path_alias: k8s.io/kubernetes 105 workdir: true 106 - org: containerd 107 repo: containerd 108 base_ref: main 109 path_alias: github.com/containerd/containerd 110 - org: kubernetes 111 repo: test-infra 112 base_ref: master 113 path_alias: k8s.io/test-infra 114 spec: 115 containers: 116 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 117 command: 118 - runner.sh 119 - /workspace/scenarios/kubernetes_e2e.py 120 args: 121 - --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-main/cgroupv1/image-config-cgroupv1.yaml 122 - --deployment=node 123 - --gcp-zone=us-west1-b 124 - '--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="--cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service"' 125 - --node-tests=true 126 - --provider=gce 127 - --test_args=--nodes=8 --focus="\[NodeConformance\]" --skip="\[Flaky\]|\[Serial\]" 128 - --timeout=65m 129 env: 130 - name: GOPATH 131 value: /go 132 resources: 133 limits: 134 cpu: 4 135 memory: 6Gi 136 requests: 137 cpu: 4 138 memory: 6Gi 139 annotations: 140 testgrid-dashboards: sig-node-containerd 141 testgrid-tab-name: cos-cgroupv1-containerd-node-e2e 142 testgrid-alert-email: kubernetes-sig-node-test-failures@googlegroups.com 143 - name: ci-cos-cgroupv1-containerd-node-e2e-features 144 cluster: k8s-infra-prow-build 145 interval: 1h 146 labels: 147 preset-service-account: "true" 148 preset-k8s-ssh: "true" 149 decorate: true 150 decoration_config: 151 timeout: 90m 152 extra_refs: 153 - org: kubernetes 154 repo: kubernetes 155 base_ref: master 156 path_alias: k8s.io/kubernetes 157 workdir: true 158 - org: containerd 159 repo: containerd 160 base_ref: main 161 path_alias: github.com/containerd/containerd 162 - org: kubernetes 163 repo: test-infra 164 base_ref: master 165 path_alias: k8s.io/test-infra 166 spec: 167 containers: 168 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 169 command: 170 - runner.sh 171 - /workspace/scenarios/kubernetes_e2e.py 172 args: 173 - --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-main/cgroupv1/image-config-cgroupv1.yaml 174 - --deployment=node 175 - --gcp-zone=us-central1-b 176 - '--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="--cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service"' 177 - --node-tests=true 178 - --provider=gce 179 - --test_args=--nodes=8 --focus="\[NodeFeature:.+\]|\[NodeFeature\]" --skip="\[Flaky\]|\[Serial\]" 180 - --timeout=65m 181 env: 182 - name: GOPATH 183 value: /go 184 resources: 185 limits: 186 cpu: 4 187 memory: 6Gi 188 requests: 189 cpu: 4 190 memory: 6Gi 191 annotations: 192 testgrid-dashboards: sig-node-containerd 193 testgrid-tab-name: cos-cgroupv1-containerd-node-features 194 - name: ci-cos-cgroupv1-containerd-node-e2e-serial 195 cluster: k8s-infra-prow-build 196 interval: 12h 197 labels: 198 preset-service-account: "true" 199 preset-k8s-ssh: "true" 200 decorate: true 201 decoration_config: 202 timeout: 260m 203 extra_refs: 204 - org: kubernetes 205 repo: kubernetes 206 base_ref: master 207 path_alias: k8s.io/kubernetes 208 workdir: true 209 - org: containerd 210 repo: containerd 211 base_ref: main 212 path_alias: github.com/containerd/containerd 213 - org: kubernetes 214 repo: test-infra 215 base_ref: master 216 path_alias: k8s.io/test-infra 217 spec: 218 containers: 219 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 220 command: 221 - runner.sh 222 - /workspace/scenarios/kubernetes_e2e.py 223 args: 224 - --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-main/cgroupv1/image-config-cgroupv1.yaml 225 - --deployment=node 226 - --gcp-zone=us-west1-b 227 - '--node-test-args=--container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=containerd --container-runtime-pid-file= --kubelet-flags="--cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service" --extra-log="{\"name\": \"containerd.log\", \"journalctl\": [\"-u\", \"containerd*\"]}"' 228 - --node-tests=true 229 - --provider=gce 230 - --test_args=--nodes=1 --timeout=4h --focus="\[Serial\]" --skip="\[Flaky\]|\[Benchmark\]|\[NodeSpecialFeature:.+\]|\[NodeSpecialFeature\]|\[NodeAlphaFeature:.+\]|\[NodeAlphaFeature\]|\[NodeFeature:Eviction\]" 231 - --timeout=240m 232 env: 233 - name: GOPATH 234 value: /go 235 resources: 236 limits: 237 cpu: 4 238 memory: 6Gi 239 requests: 240 cpu: 4 241 memory: 6Gi 242 annotations: 243 testgrid-dashboards: sig-node-containerd 244 testgrid-tab-name: cos-cgroupv1-containerd-node-e2e-serial 245 - name: ci-containerd-node-e2e-1-6 246 cluster: k8s-infra-prow-build 247 interval: 24h 248 labels: 249 preset-service-account: "true" 250 preset-k8s-ssh: "true" 251 decorate: true 252 decoration_config: 253 timeout: 90m 254 extra_refs: 255 - org: kubernetes 256 repo: kubernetes 257 base_ref: release-1.25 258 path_alias: k8s.io/kubernetes 259 workdir: true 260 - org: containerd 261 repo: containerd 262 base_ref: release/1.6 263 path_alias: github.com/containerd/containerd 264 - org: kubernetes 265 repo: test-infra 266 base_ref: master 267 path_alias: k8s.io/test-infra 268 spec: 269 containers: 270 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20231113-7213ea5323-1.25 271 command: 272 - runner.sh 273 - /workspace/scenarios/kubernetes_e2e.py 274 args: 275 - --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-release-1.6/image-config.yaml 276 - --deployment=node 277 - --gcp-zone=us-central1-b 278 - '--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="--cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service"' 279 - --node-tests=true 280 - --provider=gce 281 - --test_args=--nodes=8 --focus="\[NodeConformance\]" --skip="\[Flaky\]|\[Serial\]" 282 - --timeout=65m 283 env: 284 - name: GOPATH 285 value: /go 286 resources: 287 limits: 288 cpu: 4 289 memory: 6Gi 290 requests: 291 cpu: 4 292 memory: 6Gi 293 annotations: 294 testgrid-dashboards: sig-node-containerd 295 testgrid-tab-name: containerd-node-e2e-1.6 296 - name: ci-containerd-node-e2e-1-7 297 cluster: k8s-infra-prow-build 298 interval: 24h 299 labels: 300 preset-service-account: "true" 301 preset-k8s-ssh: "true" 302 decorate: true 303 decoration_config: 304 timeout: 90m 305 extra_refs: 306 - org: kubernetes 307 repo: kubernetes 308 base_ref: master 309 path_alias: k8s.io/kubernetes 310 workdir: true 311 - org: containerd 312 repo: containerd 313 base_ref: release/1.7 314 path_alias: github.com/containerd/containerd 315 - org: kubernetes 316 repo: test-infra 317 base_ref: master 318 path_alias: k8s.io/test-infra 319 spec: 320 containers: 321 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 322 command: 323 - runner.sh 324 - /workspace/scenarios/kubernetes_e2e.py 325 args: 326 - --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-release-1.7/image-config.yaml 327 - --deployment=node 328 - --gcp-zone=us-central1-b 329 - '--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="--cgroups-per-qos=true --cgroup-driver=systemd --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service"' 330 - --node-tests=true 331 - --provider=gce 332 - --test_args=--nodes=8 --focus="\[NodeConformance\]" --skip="\[Flaky\]|\[Serial\]" 333 - --timeout=65m 334 env: 335 - name: GOPATH 336 value: /go 337 resources: 338 limits: 339 cpu: 4 340 memory: 6Gi 341 requests: 342 cpu: 4 343 memory: 6Gi 344 annotations: 345 testgrid-dashboards: sig-node-containerd 346 testgrid-tab-name: containerd-node-e2e-1.7 347 - name: ci-containerd-node-e2e-features-1-6 348 cluster: k8s-infra-prow-build 349 interval: 24h 350 labels: 351 preset-service-account: "true" 352 preset-k8s-ssh: "true" 353 decorate: true 354 decoration_config: 355 timeout: 90m 356 extra_refs: 357 - org: kubernetes 358 repo: kubernetes 359 base_ref: release-1.25 360 path_alias: k8s.io/kubernetes 361 workdir: true 362 - org: containerd 363 repo: containerd 364 base_ref: release/1.6 365 path_alias: github.com/containerd/containerd 366 - org: kubernetes 367 repo: test-infra 368 base_ref: master 369 path_alias: k8s.io/test-infra 370 spec: 371 containers: 372 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20231113-7213ea5323-1.25 373 command: 374 - runner.sh 375 - /workspace/scenarios/kubernetes_e2e.py 376 args: 377 - --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-release-1.6/image-config.yaml 378 - --deployment=node 379 - --gcp-zone=us-central1-b 380 - '--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="--cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service"' 381 - --node-tests=true 382 - --provider=gce 383 - --test_args=--nodes=8 --focus="\[NodeFeature:.+\]|\[NodeFeature\]" --skip="\[Flaky\]|\[Serial\]" 384 - --timeout=65m 385 env: 386 - name: GOPATH 387 value: /go 388 resources: 389 limits: 390 cpu: 4 391 memory: 6Gi 392 requests: 393 cpu: 4 394 memory: 6Gi 395 annotations: 396 testgrid-dashboards: sig-node-containerd 397 testgrid-tab-name: containerd-node-e2e-features-1.6 398 - name: ci-containerd-node-e2e-features-1-7 399 cluster: k8s-infra-prow-build 400 interval: 24h 401 labels: 402 preset-service-account: "true" 403 preset-k8s-ssh: "true" 404 decorate: true 405 decoration_config: 406 timeout: 90m 407 extra_refs: 408 - org: kubernetes 409 repo: kubernetes 410 base_ref: master 411 path_alias: k8s.io/kubernetes 412 workdir: true 413 - org: containerd 414 repo: containerd 415 base_ref: release/1.7 416 path_alias: github.com/containerd/containerd 417 - org: kubernetes 418 repo: test-infra 419 base_ref: master 420 path_alias: k8s.io/test-infra 421 spec: 422 containers: 423 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 424 command: 425 - runner.sh 426 - /workspace/scenarios/kubernetes_e2e.py 427 args: 428 - --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-release-1.7/image-config.yaml 429 - --deployment=node 430 - --gcp-zone=us-central1-b 431 - '--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="--cgroups-per-qos=true --cgroup-driver=systemd --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service"' 432 - --node-tests=true 433 - --provider=gce 434 - --test_args=--nodes=8 --focus="\[NodeFeature:.+\]|\[NodeFeature\]" --skip="\[Flaky\]|\[Serial\]" 435 - --timeout=65m 436 env: 437 - name: GOPATH 438 value: /go 439 resources: 440 limits: 441 cpu: 4 442 memory: 6Gi 443 requests: 444 cpu: 4 445 memory: 6Gi 446 annotations: 447 testgrid-dashboards: sig-node-containerd 448 testgrid-tab-name: containerd-node-e2e-features-1.7 449 450 - name: ci-cri-containerd-e2e-gce-device-plugin-gpu 451 cluster: k8s-infra-prow-build 452 cron: "30 1-23/3 * * *" 453 labels: 454 preset-service-account: "true" 455 preset-k8s-ssh: "true" 456 preset-e2e-containerd: "true" 457 preset-ci-gce-device-plugin-gpu: "true" 458 preset-e2e-containerd-image-load: "true" 459 decorate: true 460 decoration_config: 461 timeout: 300m 462 extra_refs: 463 - org: kubernetes 464 repo: kubernetes 465 base_ref: master 466 path_alias: k8s.io/kubernetes 467 workdir: true 468 - org: kubernetes 469 repo: test-infra 470 base_ref: master 471 path_alias: k8s.io/test-infra 472 workdir: true 473 - org: containerd 474 repo: containerd 475 base_ref: main 476 path_alias: github.com/containerd/containerd 477 spec: 478 containers: 479 - command: 480 - runner.sh 481 - /workspace/scenarios/kubernetes_e2e.py 482 args: 483 - --check-leaked-resources 484 - --extract=ci/latest 485 # Note: The GCE Node image used may have a dependency on the nvidia-driver-installer image defined in https://github.com/kubernetes/kubernetes/blob/master/test/e2e/testing-manifests/scheduling/nvidia-driver-installer.yaml 486 # If updating the image defined here, the cos-gpu-installer image may need to updated to support the corresponding COS image. 487 - --env=KUBE_GCE_NODE_IMAGE=cos-109-17800-147-22 488 - --gcp-node-image=gci 489 - --gcp-project-type=gpu-project 490 - --gcp-zone=us-west1-b 491 - --provider=gce 492 - --test_args=--ginkgo.focus=\[Feature:GPUDevicePlugin\] --minStartupPods=8 493 - --timeout=180m 494 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 495 resources: 496 limits: 497 cpu: 4 498 memory: 6Gi 499 requests: 500 cpu: 4 501 memory: 6Gi 502 annotations: 503 testgrid-dashboards: sig-node-containerd 504 testgrid-tab-name: e2e-cos-device-plugin-gpu 505 testgrid-num-failures-to-alert: '8' 506 testgrid-alert-stale-results-hours: '24' 507 508 - name: ci-kubernetes-node-kubelet-containerd-eviction 509 cluster: k8s-infra-prow-build 510 interval: 4h30m 511 labels: 512 preset-service-account: "true" 513 preset-k8s-ssh: "true" 514 decorate: true 515 decoration_config: 516 timeout: 320m 517 extra_refs: 518 - org: kubernetes 519 repo: kubernetes 520 base_ref: master 521 path_alias: k8s.io/kubernetes 522 workdir: true 523 - org: kubernetes 524 repo: test-infra 525 base_ref: master 526 path_alias: k8s.io/test-infra 527 spec: 528 containers: 529 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 530 command: 531 - runner.sh 532 - /workspace/scenarios/kubernetes_e2e.py 533 args: 534 - --deployment=node 535 - --gcp-zone=us-west1-b 536 - --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/image-config-serial-eviction.yaml 537 - '--node-test-args=--container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/usr/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service" --extra-log="{\"name\": \"containerd.log\", \"journalctl\": [\"-u\", \"containerd*\"]}"' 538 - --node-tests=true 539 - --provider=gce 540 - --test_args=--nodes=1 --focus="\[NodeFeature:Eviction\]" --timeout=300m 541 - --timeout=300m 542 env: 543 - name: GOPATH 544 value: /go 545 resources: 546 limits: 547 cpu: 4 548 memory: 6Gi 549 requests: 550 cpu: 4 551 memory: 6Gi 552 annotations: 553 testgrid-dashboards: sig-node-containerd 554 testgrid-tab-name: node-kubelet-containerd-eviction 555 testgrid-alert-email: kubernetes-sig-node-test-failures@googlegroups.com 556 description: "Uses kubetest to run node-e2e Eviction tests" 557 558 - name: ci-cri-containerd-node-e2e-features 559 cluster: k8s-infra-prow-build 560 interval: 1h 561 labels: 562 preset-service-account: "true" 563 preset-k8s-ssh: "true" 564 decorate: true 565 decoration_config: 566 timeout: 90m 567 extra_refs: 568 - org: kubernetes 569 repo: kubernetes 570 base_ref: master 571 path_alias: k8s.io/kubernetes 572 workdir: true 573 - org: containerd 574 repo: containerd 575 base_ref: main 576 path_alias: github.com/containerd/containerd 577 - org: kubernetes 578 repo: test-infra 579 base_ref: master 580 path_alias: k8s.io/test-infra 581 spec: 582 containers: 583 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 584 command: 585 - runner.sh 586 - /workspace/scenarios/kubernetes_e2e.py 587 args: 588 - --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-main/image-config.yaml 589 - --deployment=node 590 - --gcp-zone=us-west1-b 591 - '--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="--cgroups-per-qos=true --cgroup-driver=systemd --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service"' 592 - --node-tests=true 593 - --provider=gce 594 - --test_args=--nodes=8 --focus="\[NodeFeature:.+\]|\[NodeFeature\]" --skip="\[Flaky\]|\[Serial\]" 595 - --timeout=65m 596 env: 597 - name: GOPATH 598 value: /go 599 resources: 600 limits: 601 cpu: 4 602 memory: 6Gi 603 requests: 604 cpu: 4 605 memory: 6Gi 606 annotations: 607 testgrid-dashboards: sig-node-containerd 608 testgrid-tab-name: node-e2e-features 609 - name: ci-cri-containerd-node-e2e-unlabelled 610 cluster: k8s-infra-prow-build 611 interval: 12h 612 labels: 613 preset-service-account: "true" 614 preset-k8s-ssh: "true" 615 decorate: true 616 decoration_config: 617 timeout: 400m 618 extra_refs: 619 - org: kubernetes 620 repo: kubernetes 621 base_ref: master 622 path_alias: k8s.io/kubernetes 623 workdir: true 624 - org: containerd 625 repo: containerd 626 base_ref: main 627 path_alias: github.com/containerd/containerd 628 - org: kubernetes 629 repo: test-infra 630 base_ref: master 631 path_alias: k8s.io/test-infra 632 spec: 633 containers: 634 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 635 command: 636 - runner.sh 637 - /workspace/scenarios/kubernetes_e2e.py 638 args: 639 - --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-main/image-config.yaml 640 - --deployment=node 641 - --gcp-zone=us-west1-b 642 - '--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="--cgroups-per-qos=true --cgroup-driver=systemd --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service"' 643 - --node-tests=true 644 - --provider=gce 645 - --test_args=--nodes=1 --skip="\[Flaky\]|\[NodeConformance\]|\[Conformance\]|\[Serial\]|\[NodeFeature:.+\]|\[NodeFeature\]|\[Feature:.+\]|\[Feature\]|\[NodeSpecialFeature:.+\]|\[NodeSpecialFeature\]|\[NodeAlphaFeature:.+\]|\[NodeAlphaFeature\]|\[Legacy:.+\]|\[Benchmark\]|\[Feature:SCTPConnectivity\]" 646 - --timeout=300m 647 env: 648 - name: GOPATH 649 value: /go 650 resources: 651 limits: 652 cpu: 4 653 memory: 6Gi 654 requests: 655 cpu: 4 656 memory: 6Gi 657 annotations: 658 testgrid-dashboards: sig-node-containerd 659 testgrid-tab-name: node-e2e-unlabelled 660 description: "Contains all uncategorized tests, these are tests which are not marked with a [Node] tag. All node tests should be marked with [NodeFeature] or [NodeSpecialFeature] or [NodeAlphaFeature] or [NodeConformance] classification. Also skipped are [Flaky], [Benchmark], [Legacy]." 661 - interval: 1h 662 name: ci-cos-containerd-e2e-cos-gce 663 cluster: k8s-infra-prow-build 664 labels: 665 preset-service-account: "true" 666 preset-k8s-ssh: "true" 667 preset-e2e-cos-containerd: "true" 668 decorate: true 669 decoration_config: 670 timeout: 70m 671 spec: 672 containers: 673 - command: 674 - runner.sh 675 - /workspace/scenarios/kubernetes_e2e.py 676 args: 677 - --check-leaked-resources 678 - --extract=ci/latest 679 - --gcp-node-image=gci 680 - --gcp-nodes=4 681 - --gcp-zone=us-west1-b 682 - --ginkgo-parallel=30 683 - --image-family=cos-109-lts 684 - --image-project=cos-cloud 685 - --provider=gce 686 - --test_args=--ginkgo.skip=\[Driver:.gcepd\]|\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[NodeFeature:RuntimeHandler\] --minStartupPods=8 687 - --timeout=50m 688 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 689 resources: 690 limits: 691 cpu: 4 692 memory: 6Gi 693 requests: 694 cpu: 4 695 memory: 6Gi 696 annotations: 697 testgrid-dashboards: sig-node-containerd 698 testgrid-tab-name: image-validation-cos-e2e 699 - interval: 1h 700 name: ci-cos-containerd-e2e-ubuntu-gce 701 cluster: k8s-infra-prow-build 702 labels: 703 preset-service-account: "true" 704 preset-k8s-ssh: "true" 705 preset-e2e-cos-containerd: "true" 706 decorate: true 707 decoration_config: 708 timeout: 70m 709 spec: 710 containers: 711 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 712 command: 713 - runner.sh 714 - /workspace/scenarios/kubernetes_e2e.py 715 args: 716 - --check-leaked-resources 717 - --extract=ci/latest 718 - --gcp-node-image=ubuntu 719 - --gcp-zone=us-west1-b 720 - --ginkgo-parallel=30 721 - --image-family=pipeline-1-29 722 - --image-project=ubuntu-os-gke-cloud 723 - --provider=gce 724 - --test_args=--ginkgo.skip=\[Driver:.gcepd\]|\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[NodeFeature:RuntimeHandler\] --minStartupPods=8 725 - --timeout=50m 726 resources: 727 limits: 728 cpu: 4 729 memory: 6Gi 730 requests: 731 cpu: 4 732 memory: 6Gi 733 annotations: 734 testgrid-dashboards: sig-node-containerd 735 testgrid-tab-name: image-validation-ubuntu-e2e 736 - name: ci-cos-containerd-node-e2e 737 cluster: k8s-infra-prow-build 738 interval: 1h 739 labels: 740 preset-service-account: "true" 741 preset-k8s-ssh: "true" 742 decorate: true 743 decoration_config: 744 timeout: 90m 745 extra_refs: 746 - org: kubernetes 747 repo: kubernetes 748 base_ref: master 749 path_alias: k8s.io/kubernetes 750 workdir: true 751 - org: kubernetes 752 repo: test-infra 753 base_ref: master 754 path_alias: k8s.io/test-infra 755 spec: 756 containers: 757 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 758 command: 759 - runner.sh 760 - /workspace/scenarios/kubernetes_e2e.py 761 args: 762 - --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/image-config-systemd.yaml 763 - --deployment=node 764 - --gcp-zone=us-west1-b 765 - '--node-test-args=--container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/usr/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service"' 766 - --node-tests=true 767 - --provider=gce 768 - --test_args=--nodes=8 --focus="\[NodeConformance\]" --skip="\[Flaky\]|\[Serial\]" 769 - --timeout=65m 770 env: 771 - name: GOPATH 772 value: /go 773 resources: 774 limits: 775 cpu: 4 776 memory: 6Gi 777 requests: 778 cpu: 4 779 memory: 6Gi 780 annotations: 781 testgrid-dashboards: sig-node-containerd 782 testgrid-tab-name: image-validation-node-e2e 783 - name: ci-cos-containerd-node-e2e-features 784 cluster: k8s-infra-prow-build 785 interval: 1h 786 labels: 787 preset-service-account: "true" 788 preset-k8s-ssh: "true" 789 decorate: true 790 decoration_config: 791 timeout: 90m 792 extra_refs: 793 - org: kubernetes 794 repo: kubernetes 795 base_ref: master 796 path_alias: k8s.io/kubernetes 797 workdir: true 798 - org: kubernetes 799 repo: test-infra 800 base_ref: master 801 path_alias: k8s.io/test-infra 802 spec: 803 containers: 804 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 805 command: 806 - runner.sh 807 - /workspace/scenarios/kubernetes_e2e.py 808 args: 809 - --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/image-config-systemd.yaml 810 - --deployment=node 811 - --gcp-zone=us-west1-b 812 - '--node-test-args=--container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/usr/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service"' 813 - --node-tests=true 814 - --provider=gce 815 - --test_args=--nodes=8 --focus="\[NodeFeature:.+\]|\[NodeFeature\]" --skip="\[Flaky\]|\[Serial\]" 816 - --timeout=65m 817 env: 818 - name: GOPATH 819 value: /go 820 resources: 821 limits: 822 cpu: 4 823 memory: 6Gi 824 requests: 825 cpu: 4 826 memory: 6Gi 827 annotations: 828 testgrid-dashboards: sig-node-containerd 829 testgrid-tab-name: image-validation-node-features 830 - name: ci-cos-cgroupv2-containerd-node-e2e-features 831 cluster: k8s-infra-prow-build 832 interval: 1h 833 labels: 834 preset-service-account: "true" 835 preset-k8s-ssh: "true" 836 decorate: true 837 decoration_config: 838 timeout: 200m 839 extra_refs: 840 - org: kubernetes 841 repo: kubernetes 842 base_ref: master 843 path_alias: k8s.io/kubernetes 844 workdir: true 845 - org: kubernetes 846 repo: test-infra 847 base_ref: master 848 path_alias: k8s.io/test-infra 849 - org: containerd 850 repo: containerd 851 base_ref: main 852 path_alias: github.com/containerd/containerd 853 spec: 854 containers: 855 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 856 command: 857 - runner.sh 858 - /workspace/scenarios/kubernetes_e2e.py 859 args: 860 - --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-main/cgroupv2/image-config-cgroupv2.yaml 861 - --deployment=node 862 - --gcp-zone=us-west1-b 863 - '--node-test-args=--container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/usr/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service"' 864 - --node-tests=true 865 - --provider=gce 866 - --test_args=--nodes=8 --focus="\[NodeFeature:.+\]|\[NodeFeature\]" --skip="\[Flaky\]|\[Serial\]" 867 - --timeout=65m 868 env: 869 - name: GOPATH 870 value: /go 871 resources: 872 limits: 873 cpu: 4 874 memory: 6Gi 875 requests: 876 cpu: 4 877 memory: 6Gi 878 annotations: 879 testgrid-dashboards: sig-node-containerd 880 testgrid-tab-name: cos-cgroupv2-containerd-node-features 881 testgrid-alert-email: kubernetes-sig-node-test-failures@googlegroups.com 882 - name: ci-cos-cgroupv2-containerd-node-e2e 883 cluster: k8s-infra-prow-build 884 interval: 12h 885 labels: 886 preset-service-account: "true" 887 preset-k8s-ssh: "true" 888 decorate: true 889 decoration_config: 890 timeout: 200m 891 extra_refs: 892 - org: kubernetes 893 repo: kubernetes 894 base_ref: master 895 path_alias: k8s.io/kubernetes 896 workdir: true 897 - org: kubernetes 898 repo: test-infra 899 base_ref: master 900 path_alias: k8s.io/test-infra 901 - org: containerd 902 repo: containerd 903 base_ref: main 904 path_alias: github.com/containerd/containerd 905 spec: 906 containers: 907 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 908 command: 909 - runner.sh 910 - /workspace/scenarios/kubernetes_e2e.py 911 args: 912 - --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-main/cgroupv2/image-config-cgroupv2.yaml 913 - --deployment=node 914 - --gcp-zone=us-west1-b 915 - '--node-test-args=--container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/usr/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service"' 916 - --node-tests=true 917 - --provider=gce 918 - --test_args=--nodes=8 --focus="\[NodeConformance\]" --skip="\[Flaky\]|\[Slow\]|\[Serial\]" 919 - --timeout=180m 920 env: 921 - name: GOPATH 922 value: /go 923 resources: 924 limits: 925 cpu: 4 926 memory: 6Gi 927 requests: 928 cpu: 4 929 memory: 6Gi 930 annotations: 931 testgrid-dashboards: sig-node-containerd 932 testgrid-tab-name: cos-cgroupv2-containerd-node-e2e 933 - name: ci-cgroup-systemd-containerd-node-e2e 934 cluster: k8s-infra-prow-build 935 interval: 1h 936 labels: 937 preset-service-account: "true" 938 preset-k8s-ssh: "true" 939 decorate: true 940 decoration_config: 941 timeout: 90m 942 extra_refs: 943 - org: kubernetes 944 repo: kubernetes 945 base_ref: master 946 path_alias: k8s.io/kubernetes 947 workdir: true 948 - org: containerd 949 repo: containerd 950 base_ref: main 951 path_alias: github.com/containerd/containerd 952 - org: kubernetes 953 repo: test-infra 954 base_ref: master 955 path_alias: k8s.io/test-infra 956 spec: 957 containers: 958 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 959 command: 960 - runner.sh 961 - /workspace/scenarios/kubernetes_e2e.py 962 args: 963 - --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-main/systemd/image-config.yaml 964 - --deployment=node 965 - --gcp-zone=us-west1-b 966 - '--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"' 967 - --node-tests=true 968 - --provider=gce 969 - --test_args=--nodes=8 --focus="\[NodeConformance\]" --skip="\[Flaky\]|\[Serial\]" 970 - --timeout=65m 971 resources: 972 limits: 973 cpu: 4 974 memory: 6Gi 975 requests: 976 cpu: 4 977 memory: 6Gi 978 env: 979 - name: GOPATH 980 value: /go 981 annotations: 982 testgrid-dashboards: sig-node-containerd 983 testgrid-tab-name: cgroup-systemd-containerd-node-e2e 984 testgrid-alert-email: kubernetes-sig-node-test-failures@googlegroups.com 985 - interval: 12h 986 name: ci-cos-cgroupv2-containerd-e2e-gce 987 cluster: k8s-infra-prow-build 988 labels: 989 preset-service-account: "true" 990 preset-k8s-ssh: "true" 991 preset-e2e-containerd: "true" 992 decorate: true 993 decoration_config: 994 timeout: 70m 995 extra_refs: 996 - org: kubernetes 997 repo: kubernetes 998 base_ref: master 999 path_alias: k8s.io/kubernetes 1000 workdir: true 1001 - org: containerd 1002 repo: containerd 1003 base_ref: main 1004 path_alias: github.com/containerd/containerd 1005 - org: kubernetes 1006 repo: test-infra 1007 base_ref: master 1008 path_alias: k8s.io/test-infra 1009 spec: 1010 containers: 1011 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 1012 command: 1013 - runner.sh 1014 - /workspace/scenarios/kubernetes_e2e.py 1015 args: 1016 - --check-leaked-resources 1017 - --env=ENABLE_POD_SECURITY_POLICY=true 1018 - --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 1019 - --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 1020 - --env=KUBELET_TEST_ARGS=--runtime-cgroups=/system.slice/containerd.service --cgroup-driver=systemd 1021 - --extract=ci/latest 1022 - --gcp-node-image=gci 1023 - --gcp-nodes=4 1024 - --gcp-zone=us-west1-b 1025 - --ginkgo-parallel=30 1026 - --image-family=cos-stable 1027 - --image-project=cos-cloud 1028 - --provider=gce 1029 - --test_args=--ginkgo.skip=\[Driver:.gcepd\]|\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8 1030 - --timeout=50m 1031 resources: 1032 limits: 1033 cpu: 4 1034 memory: 6Gi 1035 requests: 1036 cpu: 4 1037 memory: 6Gi 1038 1039 annotations: 1040 testgrid-dashboards: sig-node-containerd 1041 testgrid-tab-name: cos-cgroupv2-containerd-e2e 1042 - interval: 12h 1043 name: ci-cos-cgroupv1-containerd-e2e-gce 1044 cluster: k8s-infra-prow-build 1045 labels: 1046 preset-service-account: "true" 1047 preset-k8s-ssh: "true" 1048 preset-e2e-containerd: "true" 1049 decorate: true 1050 decoration_config: 1051 timeout: 70m 1052 extra_refs: 1053 - org: kubernetes 1054 repo: kubernetes 1055 base_ref: master 1056 path_alias: k8s.io/kubernetes 1057 workdir: true 1058 - org: containerd 1059 repo: containerd 1060 base_ref: main 1061 path_alias: github.com/containerd/containerd 1062 - org: kubernetes 1063 repo: test-infra 1064 base_ref: master 1065 path_alias: k8s.io/test-infra 1066 spec: 1067 containers: 1068 - command: 1069 - runner.sh 1070 - /workspace/scenarios/kubernetes_e2e.py 1071 args: 1072 - --check-leaked-resources 1073 - --env=ENABLE_POD_SECURITY_POLICY=true 1074 - --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/cgroupv1/env-cgroupv1 1075 - --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/cgroupv1/env-cgroupv1 1076 - --env=KUBELET_TEST_ARGS=--runtime-cgroups=/system.slice/containerd.service 1077 - --extract=ci/latest 1078 - --gcp-node-image=gci 1079 - --gcp-nodes=4 1080 - --gcp-zone=us-west1-b 1081 - --ginkgo-parallel=30 1082 - --image-family=cos-stable 1083 - --image-project=cos-cloud 1084 - --provider=gce 1085 - --test_args=--ginkgo.skip=\[Driver:.gcepd\]|\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8 1086 - --timeout=50m 1087 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 1088 resources: 1089 limits: 1090 cpu: 4 1091 memory: 6Gi 1092 requests: 1093 cpu: 4 1094 memory: 6Gi 1095 annotations: 1096 testgrid-dashboards: sig-node-containerd 1097 testgrid-tab-name: cos-cgroupv1-containerd-e2e 1098 - name: ci-cos-cgroupv2-containerd-node-e2e-serial 1099 cluster: k8s-infra-prow-build 1100 interval: 12h 1101 labels: 1102 preset-service-account: "true" 1103 preset-k8s-ssh: "true" 1104 decorate: true 1105 decoration_config: 1106 timeout: 260m 1107 extra_refs: 1108 - org: kubernetes 1109 repo: kubernetes 1110 base_ref: master 1111 path_alias: k8s.io/kubernetes 1112 workdir: true 1113 - org: containerd 1114 repo: containerd 1115 base_ref: main 1116 path_alias: github.com/containerd/containerd 1117 - org: kubernetes 1118 repo: test-infra 1119 base_ref: master 1120 path_alias: k8s.io/test-infra 1121 spec: 1122 containers: 1123 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 1124 command: 1125 - runner.sh 1126 - /workspace/scenarios/kubernetes_e2e.py 1127 args: 1128 - --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-main/cgroupv2/image-config-cgroupv2-serial.yaml 1129 - --deployment=node 1130 - --gcp-zone=us-west1-b 1131 - '--node-test-args=--container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=containerd --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service" --extra-log="{\"name\": \"containerd.log\", \"journalctl\": [\"-u\", \"containerd*\"]}"' 1132 - --node-tests=true 1133 - --provider=gce 1134 - --test_args=--nodes=1 --timeout=4h --focus="\[Serial\]" --skip="\[Flaky\]|\[Benchmark\]|\[NodeSpecialFeature:.+\]|\[NodeSpecialFeature\]|\[NodeAlphaFeature:.+\]|\[NodeAlphaFeature\]|\[NodeFeature:Eviction\]" 1135 - --timeout=240m 1136 env: 1137 - name: GOPATH 1138 value: /go 1139 resources: 1140 limits: 1141 cpu: 4 1142 memory: 6Gi 1143 requests: 1144 cpu: 4 1145 memory: 6Gi 1146 annotations: 1147 testgrid-dashboards: sig-node-containerd 1148 testgrid-tab-name: cos-cgroupv2-containerd-node-e2e-serial 1149 - interval: 30m 1150 name: ci-kubernetes-e2e-gci-gce-containerd 1151 cluster: k8s-infra-prow-build 1152 labels: 1153 preset-service-account: "true" 1154 preset-k8s-ssh: "true" 1155 decorate: true 1156 decoration_config: 1157 timeout: 70m 1158 spec: 1159 containers: 1160 - command: 1161 - runner.sh 1162 - /workspace/scenarios/kubernetes_e2e.py 1163 args: 1164 - --check-leaked-resources 1165 - --env=LOG_DUMP_SYSTEMD_SERVICES=containerd 1166 - --extract=ci/latest 1167 - --gcp-master-image=gci 1168 - --gcp-node-image=gci 1169 - --gcp-nodes=4 1170 - --gcp-zone=us-west1-b 1171 - --ginkgo-parallel=30 1172 - --provider=gce 1173 # [Driver: gcepd] tests are skipped because CSIMigrationGCE is on in 1.23 and can be un-skipped once the cluster-up process 1174 # uses cloud-provider-gcp. see issue https://github.com/kubernetes/cloud-provider-gcp/issues/293 1175 - --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Driver:.gcepd\]|\[Flaky\]|\[Feature:.+\]|\[NodeFeature:RuntimeHandler\] --minStartupPods=8 1176 - --timeout=50m 1177 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 1178 resources: 1179 limits: 1180 cpu: 4 1181 memory: 6Gi 1182 requests: 1183 cpu: 4 1184 memory: 6Gi 1185 annotations: 1186 testgrid-dashboards: google-gce, sig-storage-kubernetes 1187 testgrid-tab-name: gce-containerd 1188 description: node gce e2e tests for master branch using containerd 1189 - name: ci-kubernetes-node-kubelet-containerd-resource-managers 1190 interval: 4h 1191 cluster: k8s-infra-prow-build 1192 labels: 1193 preset-service-account: "true" 1194 preset-k8s-ssh: "true" 1195 decorate: true 1196 decoration_config: 1197 timeout: 120m 1198 extra_refs: 1199 - org: kubernetes 1200 repo: kubernetes 1201 base_ref: master 1202 path_alias: k8s.io/kubernetes 1203 workdir: true 1204 - org: kubernetes 1205 repo: test-infra 1206 base_ref: master 1207 path_alias: k8s.io/test-infra 1208 spec: 1209 containers: 1210 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 1211 command: 1212 - runner.sh 1213 - /workspace/scenarios/kubernetes_e2e.py 1214 args: 1215 - --deployment=node 1216 - --gcp-zone=us-west1-b 1217 - --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/image-config-serial-resource-managers.yaml 1218 - '--node-test-args=--container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/usr/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service" --extra-log="{\"name\": \"containerd.log\", \"journalctl\": [\"-u\", \"containerd*\"]}"' 1219 - --node-tests=true 1220 - --provider=gce 1221 - --test_args=--nodes=1 --focus="\[Feature:CPUManager\]|\[Feature:MemoryManager\]|\[Feature:TopologyManager\]" 1222 - --timeout=90m 1223 env: 1224 - name: GOPATH 1225 value: /go 1226 resources: 1227 limits: 1228 cpu: 4 1229 memory: 6Gi 1230 requests: 1231 cpu: 4 1232 memory: 6Gi 1233 annotations: 1234 testgrid-dashboards: sig-node-containerd 1235 testgrid-tab-name: node-kubelet-containerd-resource-managers 1236 testgrid-alert-email: kubernetes-sig-node-test-failures@googlegroups.com 1237 description: "Executes CPU, Memory and Topology manager e2e tests" 1238 - name: ci-kubernetes-node-kubelet-containerd-hugepages 1239 cluster: k8s-infra-prow-build 1240 interval: 4h 1241 labels: 1242 preset-service-account: "true" 1243 preset-k8s-ssh: "true" 1244 decorate: true 1245 decoration_config: 1246 timeout: 120m 1247 extra_refs: 1248 - org: kubernetes 1249 repo: kubernetes 1250 base_ref: master 1251 path_alias: k8s.io/kubernetes 1252 workdir: true 1253 - org: kubernetes 1254 repo: test-infra 1255 base_ref: master 1256 path_alias: k8s.io/test-infra 1257 spec: 1258 containers: 1259 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 1260 command: 1261 - runner.sh 1262 - /workspace/scenarios/kubernetes_e2e.py 1263 args: 1264 - --deployment=node 1265 - --gcp-zone=us-west1-b 1266 - --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/image-config-serial-hugepages.yaml 1267 - '--node-test-args=--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=/ --runtime-cgroups=/system.slice/containerd.service" --extra-log="{\"name\": \"containerd.log\", \"journalctl\": [\"-u\", \"containerd*\"]}"' 1268 - --node-tests=true 1269 - --provider=gce 1270 - --test_args=--nodes=1 --focus="\[Feature:HugePages\]" 1271 - --timeout=90m 1272 env: 1273 - name: GOPATH 1274 value: /go 1275 resources: 1276 limits: 1277 cpu: 4 1278 memory: 6Gi 1279 requests: 1280 cpu: 4 1281 memory: 6Gi 1282 annotations: 1283 testgrid-dashboards: sig-node-containerd 1284 testgrid-tab-name: node-kubelet-containerd-hugepages 1285 testgrid-alert-email: kubernetes-sig-node-test-failures@googlegroups.com 1286 description: "Executes hugepages e2e tests" 1287 1288 - name: ci-kubernetes-node-swap-ubuntu 1289 cluster: k8s-infra-prow-build 1290 interval: 4h 1291 labels: 1292 preset-service-account: "true" 1293 preset-k8s-ssh: "true" 1294 decorate: true 1295 decoration_config: 1296 timeout: 240m 1297 extra_refs: 1298 - org: kubernetes 1299 repo: kubernetes 1300 base_ref: master 1301 path_alias: k8s.io/kubernetes 1302 workdir: true 1303 - org: kubernetes 1304 repo: test-infra 1305 base_ref: master 1306 path_alias: k8s.io/test-infra 1307 spec: 1308 containers: 1309 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 1310 command: 1311 - runner.sh 1312 - /workspace/scenarios/kubernetes_e2e.py 1313 args: 1314 - --deployment=node 1315 - --gcp-zone=us-west1-b 1316 - --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/swap/image-config-swap.yaml 1317 - --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 1318 - --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 1319 - '--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= --feature-gates=NodeSwap=true --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*\"]}"' 1320 - --node-tests=true 1321 - --provider=gce 1322 - --test_args=--nodes=8 --focus="\[NodeConformance\]|\[NodeFeature:.+\]" --skip="\[Flaky\]|\[Slow\]|\[Serial\]" 1323 - --timeout=180m 1324 env: 1325 - name: GOPATH 1326 value: /go 1327 resources: 1328 limits: 1329 cpu: 4 1330 memory: 6Gi 1331 requests: 1332 cpu: 4 1333 memory: 6Gi 1334 annotations: 1335 testgrid-dashboards: sig-node-kubelet 1336 testgrid-tab-name: kubelet-gce-e2e-swap-ubuntu 1337 testgrid-alert-email: ehashman@redhat.com, mkmir@google.com 1338 description: Executes E2E suite with swap enabled on Ubuntu 1339 - name: ci-kubernetes-node-kubelet-containerd-performance-test 1340 cluster: k8s-infra-prow-build 1341 interval: 12h 1342 labels: 1343 preset-service-account: "true" 1344 preset-k8s-ssh: "true" 1345 decorate: true 1346 decoration_config: 1347 timeout: 90m 1348 extra_refs: 1349 - org: kubernetes 1350 repo: kubernetes 1351 base_ref: master 1352 path_alias: k8s.io/kubernetes 1353 workdir: true 1354 - org: containerd 1355 repo: containerd 1356 base_ref: main 1357 path_alias: github.com/containerd/containerd 1358 - org: kubernetes 1359 repo: test-infra 1360 base_ref: master 1361 path_alias: k8s.io/test-infra 1362 spec: 1363 containers: 1364 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 1365 command: 1366 - runner.sh 1367 - /workspace/scenarios/kubernetes_e2e.py 1368 args: 1369 - --deployment=node 1370 - --gcp-zone=us-west1-b 1371 - --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-main/perf-image-config.yaml 1372 - '--node-test-args=--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-driver=systemd --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service" --extra-log="{\"name\": \"containerd.log\", \"journalctl\": [\"-u\", \"containerd*\"]}" --server-start-timeout=420s' 1373 - --node-tests=true 1374 - --provider=gce 1375 - --test_args=--nodes=1 --focus="Node Performance Testing" 1376 - --timeout=60m 1377 env: 1378 - name: GOPATH 1379 value: /go 1380 resources: 1381 limits: 1382 cpu: 4 1383 memory: 8Gi 1384 requests: 1385 cpu: 4 1386 memory: 8Gi 1387 annotations: 1388 testgrid-dashboards: sig-node-containerd 1389 testgrid-tab-name: node-kubelet-containerd-performance-test 1390 testgrid-alert-email: kubernetes-sig-node-test-failures@googlegroups.com 1391 description: "Executes performance e2e tests" 1392 - name: ci-kubernetes-node-kubelet-lock-contention 1393 cluster: k8s-infra-prow-build 1394 interval: 4h 1395 labels: 1396 preset-service-account: "true" 1397 preset-k8s-ssh: "true" 1398 decorate: true 1399 decoration_config: 1400 timeout: 240m 1401 extra_refs: 1402 - org: kubernetes 1403 repo: kubernetes 1404 base_ref: master 1405 path_alias: k8s.io/kubernetes 1406 workdir: true 1407 - org: kubernetes 1408 repo: test-infra 1409 base_ref: master 1410 path_alias: k8s.io/test-infra 1411 spec: 1412 containers: 1413 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 1414 command: 1415 - runner.sh 1416 - /workspace/scenarios/kubernetes_e2e.py 1417 args: 1418 - --deployment=node 1419 - --gcp-zone=us-west1-b 1420 - --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/image-config-systemd.yaml 1421 - '--node-test-args=--container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/usr/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service --lock-file=/var/run/kubelet.lock --exit-on-lock-contention=true" --extra-log="{\"name\": \"containerd.log\", \"journalctl\": [\"-u\", \"containerd*\"]}"' 1422 - --node-tests=true 1423 - --provider=gce 1424 - --test_args=--nodes=1 --focus="\[NodeSpecialFeature:LockContention\]" --skip="\[Flaky\]|\[Serial\]" 1425 env: 1426 - name: GOPATH 1427 value: /go 1428 resources: 1429 limits: 1430 cpu: 4 1431 memory: 6Gi 1432 requests: 1433 cpu: 4 1434 memory: 6Gi 1435 annotations: 1436 testgrid-dashboards: sig-node-kubelet 1437 testgrid-tab-name: kubelet-gce-e2e-lock-contention 1438 description: "Contains disruptive tests for the Lock Contention feature." 1439 - name: ci-kubernetes-node-kubelet-credential-provider 1440 cluster: k8s-infra-prow-build 1441 interval: 6h 1442 labels: 1443 preset-service-account: "true" 1444 preset-k8s-ssh: "true" 1445 decorate: true 1446 decoration_config: 1447 timeout: 240m 1448 extra_refs: 1449 - org: kubernetes 1450 repo: kubernetes 1451 base_ref: master 1452 path_alias: k8s.io/kubernetes 1453 workdir: true 1454 - org: kubernetes 1455 repo: test-infra 1456 base_ref: master 1457 path_alias: k8s.io/test-infra 1458 spec: 1459 containers: 1460 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 1461 command: 1462 - runner.sh 1463 - /workspace/scenarios/kubernetes_e2e.py 1464 args: 1465 - --deployment=node 1466 - --gcp-zone=us-west1-b 1467 - --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/image-config-systemd.yaml 1468 - '--node-test-args=--container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/usr/bin/containerd --container-runtime-pid-file= --kubelet-flags="--feature-gates=DisableKubeletCloudCredentialProviders=true --cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service" --extra-log="{\"name\": \"containerd.log\", \"journalctl\": [\"-u\", \"containerd*\"]}"' 1469 - --node-tests=true 1470 - --provider=gce 1471 - --test_args=--nodes=1 --focus="\[Feature:KubeletCredentialProviders\]" --skip="\[Flaky\]|\[Serial\]" 1472 env: 1473 - name: GOPATH 1474 value: /go 1475 resources: 1476 limits: 1477 cpu: 4 1478 memory: 6Gi 1479 requests: 1480 cpu: 4 1481 memory: 6Gi 1482 annotations: 1483 testgrid-dashboards: sig-node-kubelet 1484 testgrid-tab-name: kubelet-credential-provider 1485 description: "tests feature kubelet image credential provider" 1486 - name: ci-kubernetes-e2e-gcp-credential-provider 1487 cluster: k8s-infra-prow-build 1488 interval: 24h 1489 labels: 1490 preset-service-account: "true" 1491 preset-k8s-ssh: "true" 1492 decorate: true 1493 decoration_config: 1494 timeout: 240m 1495 extra_refs: 1496 - org: kubernetes 1497 repo: kubernetes 1498 base_ref: master 1499 path_alias: k8s.io/kubernetes 1500 workdir: true 1501 spec: 1502 containers: 1503 - command: 1504 - runner.sh 1505 - /workspace/scenarios/kubernetes_e2e.py 1506 args: 1507 - --check-leaked-resources 1508 - --cluster= 1509 - --env=ENABLE_AUTH_PROVIDER_GCP=true 1510 - --env=KUBE_FEATURE_GATES=DisableKubeletCloudCredentialProviders=true 1511 - --extract=ci/latest 1512 - --gcp-zone=us-west1-b 1513 - --gcp-node-image=gci 1514 - --gcp-nodes=1 1515 - --provider=gce 1516 - --test_args=--ginkgo.focus=\[Feature:KubeletCredentialProviders\] 1517 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 1518 resources: 1519 limits: 1520 cpu: 4 1521 memory: 6Gi 1522 requests: 1523 cpu: 4 1524 memory: 6Gi 1525 annotations: 1526 testgrid-dashboards: sig-node-kubelet 1527 testgrid-tab-name: gcp-kubelet-credential-provider 1528 description: "tests feature gcp kubelet image credential provider" 1529 - name: ci-cos-cgroupv2-inplace-pod-resize-containerd-main-e2e-gce-serial 1530 cluster: k8s-infra-prow-build 1531 interval: 24h 1532 labels: 1533 preset-service-account: "true" 1534 preset-k8s-ssh: "true" 1535 preset-e2e-containerd: "true" 1536 decorate: true 1537 decoration_config: 1538 timeout: 180m 1539 extra_refs: 1540 - org: kubernetes 1541 repo: kubernetes 1542 base_ref: master 1543 path_alias: k8s.io/kubernetes 1544 workdir: true 1545 - org: containerd 1546 repo: containerd 1547 base_ref: main 1548 path_alias: github.com/containerd/containerd 1549 - org: kubernetes 1550 repo: test-infra 1551 base_ref: master 1552 path_alias: k8s.io/test-infra 1553 - org: kubernetes 1554 repo: test-infra 1555 base_ref: master 1556 path_alias: k8s.io/test-infra 1557 spec: 1558 containers: 1559 - command: 1560 - runner.sh 1561 - /workspace/scenarios/kubernetes_e2e.py 1562 args: 1563 - --check-leaked-resources 1564 - --env=KUBE_FEATURE_GATES=InPlacePodVerticalScaling=true 1565 - --env=ENABLE_POD_SECURITY_POLICY=true 1566 - --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 1567 - --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 1568 - --env=KUBELET_TEST_ARGS=--runtime-cgroups=/system.slice/containerd.service --cgroup-driver=systemd 1569 - --extract=ci/latest 1570 - --gcp-node-image=gci 1571 - --gcp-nodes=1 1572 - --gcp-zone=us-west1-b 1573 - --ginkgo-parallel=1 1574 - --image-family=cos-stable 1575 - --image-project=cos-cloud 1576 - --provider=gce 1577 # Currently, in-place pod resize tests have two SIGDescribe jobs: 1578 # var _ = SIGDescribe("[Serial] Pod InPlace Resize Container (scheduler-focussed) [Feature:InPlacePodVerticalScaling]", func() { 1579 # var _ = SIGDescribe("Pod InPlace Resize Container [Feature:InPlacePodVerticalScaling]", func() 1580 # This job does not focus on serial but runs both in serial. Work item to add parallel tests is tracked by issue kubernetes/kubernetes#116431 1581 - --test_args=--ginkgo.focus=\[Feature:InPlacePodVerticalScaling\] --minStartupPods=1 1582 - --timeout=150m 1583 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 1584 resources: 1585 limits: 1586 cpu: 4 1587 memory: 6Gi 1588 requests: 1589 cpu: 4 1590 memory: 6Gi 1591 annotations: 1592 testgrid-dashboards: sig-node-containerd 1593 testgrid-tab-name: cos-cgroupv2-inplace-pod-resize-containerd-e2e-serial 1594 description: Runs cluster e2e pod resize tests in serial with FOCUS=[Feature:InPlacePodVerticalScaling] with cgroup v2 1595 - name: ci-cos-cgroupv1-inplace-pod-resize-containerd-main-e2e-gce-serial 1596 cluster: k8s-infra-prow-build 1597 interval: 48h 1598 labels: 1599 preset-service-account: "true" 1600 preset-k8s-ssh: "true" 1601 preset-e2e-containerd: "true" 1602 decorate: true 1603 decoration_config: 1604 timeout: 180m 1605 extra_refs: 1606 - org: kubernetes 1607 repo: kubernetes 1608 base_ref: master 1609 path_alias: k8s.io/kubernetes 1610 workdir: true 1611 - org: containerd 1612 repo: containerd 1613 base_ref: main 1614 path_alias: github.com/containerd/containerd 1615 - org: kubernetes 1616 repo: test-infra 1617 base_ref: master 1618 path_alias: k8s.io/test-infra 1619 spec: 1620 containers: 1621 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 1622 command: 1623 - runner.sh 1624 - /workspace/scenarios/kubernetes_e2e.py 1625 args: 1626 - --check-leaked-resources 1627 - --env=KUBE_FEATURE_GATES=InPlacePodVerticalScaling=true 1628 - --env=ENABLE_POD_SECURITY_POLICY=true 1629 - --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/cgroupv1/env-cgroupv1 1630 - --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/cgroupv1/env-cgroupv1 1631 - --env=KUBELET_TEST_ARGS=--runtime-cgroups=/system.slice/containerd.service 1632 - --extract=ci/latest 1633 - --gcp-node-image=gci 1634 - --gcp-nodes=1 1635 - --gcp-zone=us-west1-b 1636 - --ginkgo-parallel=1 1637 - --image-family=cos-stable 1638 - --image-project=cos-cloud 1639 - --provider=gce 1640 # Currently, in-place pod resize tests have two SIGDescribe jobs: 1641 # var _ = SIGDescribe("[Serial] Pod InPlace Resize Container (scheduler-focussed) [Feature:InPlacePodVerticalScaling]", func() { 1642 # var _ = SIGDescribe("Pod InPlace Resize Container [Feature:InPlacePodVerticalScaling]", func() 1643 # This job does not focus on serial but runs both in serial. Work item to add parallel tests is tracked by issue kubernetes/kubernetes#116431 1644 - --test_args=--ginkgo.focus=\[Feature:InPlacePodVerticalScaling\] --minStartupPods=1 1645 - --timeout=150m 1646 resources: 1647 limits: 1648 cpu: 4 1649 memory: 6Gi 1650 requests: 1651 cpu: 4 1652 memory: 6Gi 1653 1654 annotations: 1655 testgrid-dashboards: sig-node-containerd 1656 testgrid-tab-name: cos-cgroupv1-inplace-pod-resize-containerd-e2e-serial 1657 description: Runs cluster e2e pod resize tests in serial with FOCUS=[Feature:InPlacePodVerticalScaling] with cgroup v1