k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/kubernetes/sig-release/release-branch-jobs/1.29.yaml (about) 1 periodics: 2 - annotations: 3 testgrid-dashboards: conformance-all, conformance-gce, sig-release-job-config-errors 4 testgrid-tab-name: Conformance - GCE - 1.29 5 cluster: k8s-infra-prow-build 6 decorate: true 7 decoration_config: 8 timeout: 3h40m0s 9 interval: 3h 10 labels: 11 preset-k8s-ssh: "true" 12 preset-service-account: "true" 13 name: ci-kubernetes-gce-conformance-latest-1-29 14 spec: 15 containers: 16 - args: 17 - --extract=ci/latest-1.29 18 - --extract-ci-bucket=k8s-release-dev 19 - --gcp-master-image=gci 20 - --gcp-node-image=gci 21 - --gcp-zone=us-west1-b 22 - --provider=gce 23 - --test_args=--ginkgo.focus=\[Conformance\] 24 - --timeout=200m 25 command: 26 - runner.sh 27 - /workspace/scenarios/kubernetes_e2e.py 28 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 29 name: "" 30 resources: 31 limits: 32 cpu: "1" 33 memory: 3Gi 34 requests: 35 cpu: "1" 36 memory: 3Gi 37 - annotations: 38 fork-per-release-cron: 0 8-23/12 * * *, 0 8-23/24 * * *, 0 14-23/24 * * * 39 testgrid-alert-email: gke-kubernetes-accelerators-bugs@google.com 40 testgrid-alert-stale-results-hours: "24" 41 testgrid-dashboards: sig-release-1.29-blocking, google-gce 42 testgrid-num-failures-to-alert: "6" 43 testgrid-tab-name: gce-device-plugin-gpu-1.29 44 cluster: k8s-infra-prow-build 45 cron: 0 3-23/6 * * * 46 decorate: true 47 decoration_config: 48 timeout: 5h0m0s 49 labels: 50 preset-ci-gce-device-plugin-gpu: "true" 51 preset-k8s-ssh: "true" 52 preset-service-account: "true" 53 name: ci-kubernetes-e2e-gce-device-plugin-gpu-1-29 54 spec: 55 containers: 56 - args: 57 - --check-leaked-resources 58 - --extract=ci/latest-1.29 59 - --extract-ci-bucket=k8s-release-dev 60 - --env=KUBE_NODE_OS_DISTRIBUTION=gci 61 - --env=KUBE_GCE_NODE_IMAGE=cos-109-17800-147-22 62 - --env=KUBE_GCE_NODE_PROJECT=cos-cloud 63 - --gcp-node-image=gci 64 - --gcp-project-type=gpu-project 65 - --gcp-zone=us-west1-b 66 - --provider=gce 67 - --test_args=--ginkgo.focus=\[Feature:GPUDevicePlugin\] --minStartupPods=8 68 - --timeout=180m 69 command: 70 - runner.sh 71 - /workspace/scenarios/kubernetes_e2e.py 72 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 73 name: "" 74 resources: 75 limits: 76 cpu: "1" 77 memory: 3Gi 78 requests: 79 cpu: "1" 80 memory: 3Gi 81 - annotations: 82 fork-per-release-periodic-interval: 6h 24h 83 testgrid-alert-email: bentheelder@google.com,siarkowicz@google.com,patrick.ohly@intel.com 84 testgrid-dashboards: sig-instrumentation-tests, sig-testing-kind, sig-release-job-config-errors 85 testgrid-num-columns-recent: "6" 86 testgrid-tab-name: kind-json-logging-1.29 87 cluster: k8s-infra-prow-build 88 decorate: true 89 decoration_config: 90 timeout: 2h30m0s 91 extra_refs: 92 - base_ref: release-1.29 93 org: kubernetes 94 path_alias: k8s.io/kubernetes 95 repo: kubernetes 96 interval: 2h 97 labels: 98 preset-dind-enabled: "true" 99 preset-kind-volume-mounts: "true" 100 name: ci-kubernetes-kind-e2e-json-logging-1-29 101 spec: 102 containers: 103 - command: 104 - wrapper.sh 105 - bash 106 - -c 107 - | 108 curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && curl -sSL https://github.com/pohly/kind/raw/e2e-feature-gates/hack/ci/e2e-k8s.sh >$(which e2e-k8s.sh) && chmod u+x $(which e2e-k8s.sh) && e2e-k8s.sh 109 env: 110 - name: CLUSTER_LOG_FORMAT 111 value: json 112 - name: KIND_CLUSTER_LOG_LEVEL 113 value: "6" 114 - name: FEATURE_GATES 115 value: '{"DynamicResourceAllocation":true,"ContextualLogging":true}' 116 - name: RUNTIME_CONFIG 117 value: '{"resource.k8s.io/v1alpha2":"true"}' 118 - name: GINKGO_TOLERATE_FLAKES 119 value: "n" 120 - name: FOCUS 121 value: \[Conformance\]|\[Driver:.csi-hostpath\]|DynamicResourceAllocation 122 - name: SKIP 123 value: \[Slow\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|PodSecurityPolicy|LoadBalancer|load.balancer|In-tree.Volumes.\[Driver:.nfs\]|PersistentVolumes.NFS|Network.should.set.TCP.CLOSE_WAIT.timeout|Simple.pod.should.support.exec.through.an.HTTP.proxy|subPath.should.support.existing|should.provide.basic.identity 124 - name: PARALLEL 125 value: "true" 126 image: gcr.io/k8s-staging-test-infra/krte:v20240515-17c6d50e24-1.29 127 name: "" 128 resources: 129 limits: 130 cpu: "7" 131 memory: 9Gi 132 requests: 133 cpu: "7" 134 memory: 9Gi 135 securityContext: 136 privileged: true 137 - annotations: 138 testgrid-alert-email: release-managers+alerts@kubernetes.io, release-team@kubernetes.io 139 testgrid-dashboards: sig-release-1.29-blocking, sig-release-releng-blocking 140 testgrid-tab-name: build-1.29 141 cluster: k8s-infra-prow-build 142 decorate: true 143 extra_refs: 144 - base_ref: release-1.29 145 org: kubernetes 146 repo: kubernetes 147 interval: 1h 148 labels: 149 preset-dind-enabled: "true" 150 preset-service-account: "true" 151 name: ci-kubernetes-build-1-29 152 rerun_auth_config: 153 github_team_slugs: 154 - org: kubernetes 155 slug: release-managers 156 spec: 157 containers: 158 - command: 159 - wrapper.sh 160 - /krel 161 - ci-build 162 - --configure-docker 163 - --allow-dup 164 - --bucket=k8s-release-dev 165 - --registry=gcr.io/k8s-staging-ci-images 166 - --extra-version-markers=k8s-stable1 167 image: gcr.io/k8s-staging-releng/k8s-ci-builder:latest-default 168 imagePullPolicy: Always 169 name: "" 170 resources: 171 limits: 172 cpu: "7" 173 memory: 34Gi 174 requests: 175 cpu: "7" 176 memory: 34Gi 177 securityContext: 178 privileged: true 179 - annotations: 180 fork-per-release-cron: 0 13 * * *, 0 17 * * *, 0 21 * * * 181 testgrid-alert-email: kubernetes-sig-scale@googlegroups.com, kubernetes-scalability-tickets@google.com 182 testgrid-dashboards: sig-scalability-kubemark, sig-release-job-config-errors 183 testgrid-num-failures-to-alert: "2" 184 testgrid-tab-name: kubemark-1.29-500 185 cluster: k8s-infra-prow-build 186 cron: 0 7 * * * 187 decorate: true 188 decoration_config: 189 timeout: 2h0m0s 190 extra_refs: 191 - base_ref: release-1.29 192 org: kubernetes 193 path_alias: k8s.io/kubernetes 194 repo: kubernetes 195 - base_ref: release-1.29 196 org: kubernetes 197 path_alias: k8s.io/perf-tests 198 repo: perf-tests 199 labels: 200 preset-dind-enabled: "true" 201 preset-e2e-kubemark-common: "true" 202 preset-e2e-scalability-periodics: "true" 203 preset-k8s-ssh: "true" 204 preset-service-account: "true" 205 name: ci-kubernetes-kubemark-500-gce-1-29 206 spec: 207 containers: 208 - args: 209 - --cluster=kubemark-500 210 - --extract=ci/latest-1.29 211 - --gcp-master-size=n2-standard-4 212 - --gcp-node-image=gci 213 - --gcp-node-size=e2-standard-8 214 - --gcp-nodes=8 215 - --gcp-project-type=scalability-project 216 - --gcp-zone=us-east1-b 217 - --kubemark 218 - --kubemark-nodes=500 219 - --kubemark-master-size=n2-standard-16 220 - --metadata-sources=cl2-metadata.json 221 - --env=KUBEMARK_APISERVER_TEST_ARGS=--max-requests-inflight=160 --max-mutating-requests-inflight=0 --profiling --contention-profiling 222 - --provider=gce 223 - --test=false 224 - --test_args=--ginkgo.focus=xxxx 225 - --test-cmd=$GOPATH/src/k8s.io/perf-tests/run-e2e.sh 226 - --test-cmd-args=cluster-loader2 227 - --test-cmd-args=--nodes=500 228 - --test-cmd-args=--provider=kubemark 229 - --test-cmd-args=--report-dir=$(ARTIFACTS) 230 - --test-cmd-args=--testconfig=testing/load/config.yaml 231 - --test-cmd-args=--testconfig=testing/huge-service/config.yaml 232 - --test-cmd-args=--testconfig=testing/access-tokens/config.yaml 233 - --test-cmd-args=--testoverrides=./testing/experiments/use_simple_latency_query.yaml 234 - --test-cmd-args=--testoverrides=./testing/overrides/kubemark_500_nodes.yaml 235 - --test-cmd-name=ClusterLoaderV2 236 - --timeout=100m 237 - --use-logexporter 238 - --logexporter-gcs-path=gs://k8s-infra-scalability-tests-logs/$(JOB_NAME)/$(BUILD_ID) 239 command: 240 - runner.sh 241 - /workspace/scenarios/kubernetes_e2e.py 242 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 243 name: "" 244 resources: 245 limits: 246 cpu: "2" 247 memory: 8Gi 248 requests: 249 cpu: "2" 250 memory: 8Gi 251 securityContext: 252 privileged: true 253 tags: 254 - 'perfDashPrefix: kubemark-500Nodes-1.29' 255 - 'perfDashJobType: performance' 256 - annotations: 257 fork-per-release-cron: 0 4-16/12 * * *, 0 8-20/12 * * *, 0 8-20/24 * * * 258 testgrid-alert-email: kubernetes-sig-scale@googlegroups.com, kubernetes-scalability-tickets@google.com 259 testgrid-dashboards: sig-release-1.29-blocking, sig-scalability-gce, google-gce, google-gci 260 testgrid-num-failures-to-alert: "2" 261 testgrid-tab-name: gce-cos-1.29-scalability-100 262 cluster: k8s-infra-prow-build 263 cron: 0 0/12 * * * 264 decorate: true 265 decoration_config: 266 timeout: 2h20m0s 267 extra_refs: 268 - base_ref: release-1.29 269 org: kubernetes 270 path_alias: k8s.io/kubernetes 271 repo: kubernetes 272 - base_ref: release-1.29 273 org: kubernetes 274 path_alias: k8s.io/perf-tests 275 repo: perf-tests 276 labels: 277 preset-e2e-scalability-common: "true" 278 preset-e2e-scalability-periodics: "true" 279 preset-k8s-ssh: "true" 280 preset-service-account: "true" 281 name: ci-kubernetes-e2e-gci-gce-scalability-1-29 282 spec: 283 containers: 284 - args: 285 - --check-leaked-resources 286 - --cluster=e2e-big 287 - --env=APISERVER_TEST_ARGS=--max-requests-inflight=80 --max-mutating-requests-inflight=0 --profiling --contention-profiling 288 - --env=HEAPSTER_MACHINE_TYPE=e2-standard-8 289 - --extract=ci/latest-1.29 290 - --extract-ci-bucket=k8s-release-dev 291 - --gcp-node-image=gci 292 - --gcp-nodes=100 293 - --gcp-project-type=scalability-project 294 - --gcp-zone=us-east1-b 295 - --provider=gce 296 - --metadata-sources=cl2-metadata.json 297 - --env=CL2_ENABLE_DNS_PROGRAMMING=true 298 - --env=CL2_SCHEDULER_THROUGHPUT_THRESHOLD=0 299 - --env=CL2_ENABLE_API_AVAILABILITY_MEASUREMENT=true 300 - --env=CL2_API_AVAILABILITY_PERCENTAGE_THRESHOLD=99.5 301 - --env=KUBEPROXY_TEST_ARGS=--profiling --metrics-bind-address=0.0.0.0 --feature-gates=MinimizeIPTablesRestore=true 302 - --test=false 303 - --test-cmd=$GOPATH/src/k8s.io/perf-tests/run-e2e.sh 304 - --test-cmd-args=cluster-loader2 305 - --test-cmd-args=--experimental-gcp-snapshot-prometheus-disk=true 306 - --test-cmd-args=--experimental-prometheus-disk-snapshot-name=$(JOB_NAME)-$(BUILD_ID) 307 - --test-cmd-args=--experimental-prometheus-snapshot-to-report-dir=true 308 - --test-cmd-args=--nodes=100 309 - --test-cmd-args=--prometheus-scrape-kubelets=true 310 - --test-cmd-args=--prometheus-scrape-node-exporter 311 - --test-cmd-args=--provider=gce 312 - --test-cmd-args=--report-dir=$(ARTIFACTS) 313 - --test-cmd-args=--testconfig=testing/load/config.yaml 314 - --test-cmd-args=--testconfig=testing/huge-service/config.yaml 315 - --test-cmd-args=--testconfig=testing/access-tokens/config.yaml 316 - --test-cmd-args=--testoverrides=./testing/experiments/enable_restart_count_check.yaml 317 - --test-cmd-args=--testoverrides=./testing/experiments/use_simple_latency_query.yaml 318 - --test-cmd-args=--testoverrides=./testing/overrides/load_throughput.yaml 319 - --test-cmd-name=ClusterLoaderV2 320 - --timeout=120m 321 - --use-logexporter 322 - --logexporter-gcs-path=gs://sig-scalability-logs/$(JOB_NAME)/$(BUILD_ID) 323 command: 324 - runner.sh 325 - /workspace/scenarios/kubernetes_e2e.py 326 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 327 name: "" 328 resources: 329 limits: 330 cpu: "2" 331 memory: 6Gi 332 requests: 333 cpu: "2" 334 memory: 6Gi 335 tags: 336 - 'perfDashPrefix: gce-100Nodes-1.29' 337 - 'perfDashJobType: performance' 338 - 'perfDashBuildsCount: 500' 339 - annotations: 340 fork-per-release-periodic-interval: 6h 24h 341 testgrid-alert-email: release-team@kubernetes.io 342 testgrid-dashboards: sig-release-1.29-blocking 343 testgrid-tab-name: integration-1.29 344 cluster: eks-prow-build-cluster 345 decorate: true 346 extra_refs: 347 - base_ref: release-1.29 348 org: kubernetes 349 path_alias: k8s.io/kubernetes 350 repo: kubernetes 351 interval: 2h 352 labels: 353 preset-dind-enabled: "true" 354 preset-service-account: "true" 355 name: ci-kubernetes-integration-1-29 356 spec: 357 containers: 358 - args: 359 - ./hack/jenkins/test-dockerized.sh 360 command: 361 - runner.sh 362 env: 363 - name: SHORT 364 value: --short=false 365 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 366 name: "" 367 resources: 368 limits: 369 cpu: "6" 370 memory: 20Gi 371 requests: 372 cpu: "6" 373 memory: 20Gi 374 securityContext: 375 privileged: true 376 - annotations: 377 testgrid-alert-email: kubernetes-sig-testing-alerts@googlegroups.com 378 testgrid-alert-stale-results-hours: "24" 379 testgrid-create-test-group: "true" 380 testgrid-dashboards: sig-release-1.29-blocking 381 testgrid-days-of-results: "1" 382 testgrid-num-failures-to-alert: "3" 383 cluster: k8s-infra-prow-build 384 decorate: true 385 extra_refs: 386 - base_ref: release-1.29 387 org: kubernetes 388 path_alias: k8s.io/kubernetes 389 repo: kubernetes 390 interval: 1h 391 name: ci-kubernetes-unit-1-29 392 spec: 393 containers: 394 - command: 395 - make 396 - test 397 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 398 name: "" 399 resources: 400 limits: 401 cpu: "4" 402 memory: 36Gi 403 requests: 404 cpu: "4" 405 memory: 36Gi 406 securityContext: 407 allowPrivilegeEscalation: false 408 securityContext: 409 runAsGroup: 2010 410 runAsUser: 2001 411 - annotations: 412 fork-per-release-periodic-interval: 6h 24h 413 testgrid-alert-email: kubernetes-sig-testing-alerts@googlegroups.com, k8s-infra-oncall@google.com, release-managers+alerts@kubernetes.io 414 testgrid-dashboards: sig-release-1.29-blocking 415 testgrid-tab-name: verify-1.29 416 cluster: eks-prow-build-cluster 417 decorate: true 418 extra_refs: 419 - base_ref: release-1.29 420 org: kubernetes 421 path_alias: k8s.io/kubernetes 422 repo: kubernetes 423 interval: 2h 424 labels: 425 preset-dind-enabled: "true" 426 preset-service-account: "true" 427 name: ci-kubernetes-verify-1-29 428 spec: 429 containers: 430 - args: 431 - ./hack/jenkins/verify-dockerized.sh 432 command: 433 - runner.sh 434 env: 435 - name: EXCLUDE_READONLY_PACKAGE 436 value: "y" 437 - name: KUBE_VERIFY_GIT_BRANCH 438 value: release-1.29 439 - name: REPO_DIR 440 value: /workspace/k8s.io/kubernetes 441 - name: TYPECHECK_SERIAL 442 value: "true" 443 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 444 imagePullPolicy: Always 445 name: "" 446 resources: 447 limits: 448 cpu: "6" 449 memory: 24Gi 450 requests: 451 cpu: "6" 452 memory: 24Gi 453 securityContext: 454 privileged: true 455 - annotations: 456 fork-per-release-periodic-interval: 6h 24h 457 testgrid-alert-email: bentheelder@google.com,antonio.ojea.garcia@gmail.com,release-team@kubernetes.io 458 testgrid-dashboards: sig-release-1.29-blocking, sig-testing-kind 459 testgrid-num-columns-recent: "6" 460 testgrid-tab-name: kind-1.29-parallel 461 cluster: k8s-infra-prow-build 462 decorate: true 463 decoration_config: 464 timeout: 1h0m0s 465 extra_refs: 466 - base_ref: release-1.29 467 org: kubernetes 468 path_alias: k8s.io/kubernetes 469 repo: kubernetes 470 interval: 2h 471 labels: 472 preset-dind-enabled: "true" 473 preset-kind-volume-mounts: "true" 474 name: ci-kubernetes-kind-e2e-parallel-1-29 475 spec: 476 containers: 477 - command: 478 - wrapper.sh 479 - bash 480 - -c 481 - curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh 482 env: 483 - name: FOCUS 484 value: . 485 - name: SKIP 486 value: \[Slow\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|PodSecurityPolicy|LoadBalancer|load.balancer|In-tree.Volumes.\[Driver:.nfs\]|PersistentVolumes.NFS|Network.should.set.TCP.CLOSE_WAIT.timeout|Simple.pod.should.support.exec.through.an.HTTP.proxy|subPath.should.support.existing|should.provide.basic.identity 487 - name: PARALLEL 488 value: "true" 489 image: gcr.io/k8s-staging-test-infra/krte:v20240515-17c6d50e24-1.29 490 name: "" 491 resources: 492 limits: 493 cpu: "7" 494 memory: 9Gi 495 requests: 496 cpu: "7" 497 memory: 9Gi 498 securityContext: 499 privileged: true 500 - annotations: 501 fork-per-release-periodic-interval: 6h 24h 502 testgrid-alert-email: bentheelder@google.com,antonio.ojea.garcia@gmail.com,release-team@kubernetes.io 503 testgrid-dashboards: sig-release-1.29-blocking, sig-testing-kind 504 testgrid-num-columns-recent: "6" 505 testgrid-tab-name: kind-ipv6-1.29-parallel 506 cluster: k8s-infra-prow-build 507 decorate: true 508 decoration_config: 509 timeout: 1h0m0s 510 extra_refs: 511 - base_ref: release-1.29 512 org: kubernetes 513 path_alias: k8s.io/kubernetes 514 repo: kubernetes 515 interval: 2h 516 labels: 517 preset-dind-enabled: "true" 518 preset-kind-volume-mounts: "true" 519 name: ci-kubernetes-kind-ipv6-e2e-parallel-1-29 520 spec: 521 containers: 522 - command: 523 - wrapper.sh 524 - bash 525 - -c 526 - curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh 527 env: 528 - name: DOCKER_IN_DOCKER_IPV6_ENABLED 529 value: "true" 530 - name: IP_FAMILY 531 value: ipv6 532 - name: FOCUS 533 value: . 534 - name: SKIP 535 value: \[Slow\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|PodSecurityPolicy|LoadBalancer|load.balancer|In-tree.Volumes.\[Driver:.nfs\]|PersistentVolumes.NFS|Network.should.set.TCP.CLOSE_WAIT.timeout|Simple.pod.should.support.exec.through.an.HTTP.proxy|subPath.should.support.existing|should.provide.basic.identity 536 - name: PARALLEL 537 value: "true" 538 image: gcr.io/k8s-staging-test-infra/krte:v20240515-17c6d50e24-1.29 539 name: "" 540 resources: 541 limits: 542 cpu: "7" 543 memory: 9Gi 544 requests: 545 cpu: "7" 546 memory: 9Gi 547 securityContext: 548 privileged: true 549 - annotations: 550 testgrid-alert-email: kubernetes-provider-azure@googlegroups.com, sig-windows-leads@kubernetes.io 551 testgrid-dashboards: sig-release-1.29-informing, sig-windows-master-release, sig-windows-signal 552 testgrid-tab-name: capz-windows-1.29 553 decorate: true 554 decoration_config: 555 timeout: 4h0m0s 556 extra_refs: 557 - base_ref: release-1.13 558 org: kubernetes-sigs 559 path_alias: sigs.k8s.io/cluster-api-provider-azure 560 repo: cluster-api-provider-azure 561 - base_ref: master 562 org: kubernetes-sigs 563 path_alias: sigs.k8s.io/windows-testing 564 repo: windows-testing 565 workdir: true 566 - base_ref: master 567 org: kubernetes-sigs 568 path_alias: sigs.k8s.io/cloud-provider-azure 569 repo: cloud-provider-azure 570 interval: 3h 571 labels: 572 preset-azure-anonymous-pull: "true" 573 preset-azure-capz-sa-cred: "true" 574 preset-azure-cred-only: "true" 575 preset-capz-containerd-1-7-latest: "true" 576 preset-capz-windows-2019: "true" 577 preset-capz-windows-common: "true" 578 preset-dind-enabled: "true" 579 preset-kind-volume-mounts: "true" 580 preset-windows-private-registry-cred: "true" 581 name: ci-kubernetes-e2e-capz-master-windows-1-29 582 spec: 583 containers: 584 - command: 585 - runner.sh 586 - env 587 - KUBERNETES_VERSION=latest-1.29 588 - ./capz/run-capz-e2e.sh 589 env: 590 - name: IMAGE_VERSION 591 value: 127.1.20230417 592 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 593 name: "" 594 resources: 595 requests: 596 cpu: "2" 597 memory: 9Gi 598 securityContext: 599 privileged: true 600 postsubmits: {} 601 presubmits: 602 kubernetes/kubernetes: 603 - always_run: false 604 branches: 605 - release-1.29 606 cluster: k8s-infra-prow-build 607 context: pull-kubernetes-e2e-gce-cos 608 decorate: true 609 decoration_config: 610 timeout: 1h45m0s 611 extra_refs: 612 - base_ref: master 613 org: kubernetes 614 path_alias: k8s.io/release 615 repo: release 616 labels: 617 preset-dind-enabled: "true" 618 preset-k8s-ssh: "true" 619 preset-pull-kubernetes-e2e: "true" 620 preset-pull-kubernetes-e2e-gce: "true" 621 preset-service-account: "true" 622 name: pull-kubernetes-e2e-gce-cos 623 path_alias: k8s.io/kubernetes 624 spec: 625 containers: 626 - args: 627 - --build=quick 628 - --cluster= 629 - --extract=local 630 - --gcp-node-image=gci 631 - --gcp-zone=us-west1-b 632 - --ginkgo-parallel=30 633 - --provider=gce 634 - --env=ENABLE_CACHE_MUTATION_DETECTOR=true 635 - --stage=gs://kubernetes-release-pull/ci/pull-kubernetes-e2e-gce 636 - --test_args=--ginkgo.skip=\[Driver:.gcepd\]|\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8 637 - --timeout=80m 638 command: 639 - runner.sh 640 - /workspace/scenarios/kubernetes_e2e.py 641 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 642 name: "" 643 resources: 644 limits: 645 cpu: "4" 646 memory: 14Gi 647 requests: 648 cpu: "4" 649 memory: 14Gi 650 securityContext: 651 privileged: true 652 - always_run: false 653 branches: 654 - release-1.29 655 cluster: k8s-infra-prow-build 656 context: pull-kubernetes-e2e-gce-cos-canary 657 decorate: true 658 decoration_config: 659 timeout: 1h45m0s 660 extra_refs: 661 - base_ref: master 662 org: kubernetes 663 path_alias: k8s.io/release 664 repo: release 665 labels: 666 preset-dind-enabled: "true" 667 preset-k8s-ssh: "true" 668 preset-pull-kubernetes-e2e: "true" 669 preset-pull-kubernetes-e2e-gce: "true" 670 preset-service-account: "true" 671 name: pull-kubernetes-e2e-gce-cos-canary 672 path_alias: k8s.io/kubernetes 673 skip_report: true 674 spec: 675 containers: 676 - args: 677 - --build=quick 678 - --cluster= 679 - --extract=local 680 - --gcp-node-image=gci 681 - --gcp-zone=us-west1-b 682 - --ginkgo-parallel=30 683 - --provider=gce 684 - --env=ENABLE_CACHE_MUTATION_DETECTOR=true 685 - --stage=gs://kubernetes-release-pull/ci/pull-kubernetes-e2e-gce-cos-canary 686 - --test_args=--ginkgo.skip=\[Driver:.gcepd\]|\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8 687 - --timeout=80m 688 command: 689 - runner.sh 690 - /workspace/scenarios/kubernetes_e2e.py 691 env: 692 - name: BOOTSTRAP_FETCH_TEST_INFRA 693 value: "true" 694 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 695 name: "" 696 resources: 697 limits: 698 cpu: "4" 699 memory: 14Gi 700 requests: 701 cpu: "4" 702 memory: 14Gi 703 securityContext: 704 privileged: true 705 - always_run: true 706 branches: 707 - release-1.29 708 cluster: k8s-infra-prow-build 709 context: pull-kubernetes-e2e-gce 710 decorate: true 711 decoration_config: 712 timeout: 1h45m0s 713 extra_refs: 714 - base_ref: master 715 org: kubernetes 716 path_alias: k8s.io/release 717 repo: release 718 labels: 719 preset-dind-enabled: "true" 720 preset-k8s-ssh: "true" 721 preset-pull-kubernetes-e2e: "true" 722 preset-pull-kubernetes-e2e-gce: "true" 723 preset-service-account: "true" 724 name: pull-kubernetes-e2e-gce 725 path_alias: k8s.io/kubernetes 726 spec: 727 containers: 728 - args: 729 - --build=quick 730 - --cluster= 731 - --env=KUBE_UBUNTU_INSTALL_CONTAINERD_VERSION=v1.7.5 732 - --env=KUBE_UBUNTU_INSTALL_RUNC_VERSION=v1.1.9 733 - --env=LOG_DUMP_SYSTEMD_SERVICES=containerd 734 - --env=CONTAINER_RUNTIME_TEST_HANDLER=true 735 - --env=KUBE_MASTER_OS_DISTRIBUTION=ubuntu 736 - --env=KUBE_GCE_MASTER_IMAGE=ubuntu-2204-jammy-v20220712a 737 - --env=KUBE_GCE_MASTER_PROJECT=ubuntu-os-cloud 738 - --env=KUBE_NODE_OS_DISTRIBUTION=ubuntu 739 - --env=KUBE_GCE_NODE_IMAGE=ubuntu-2204-jammy-v20220712a 740 - --env=KUBE_GCE_NODE_PROJECT=ubuntu-os-cloud 741 - --extract=local 742 - --gcp-master-image=ubuntu 743 - --gcp-node-image=ubuntu 744 - --gcp-zone=us-west1-b 745 - --ginkgo-parallel=30 746 - --provider=gce 747 - --env=ENABLE_CACHE_MUTATION_DETECTOR=true 748 - --stage=gs://kubernetes-release-pull/ci/pull-kubernetes-e2e-gce 749 - --test_args=--ginkgo.skip=\[Driver:.gcepd\]|\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8 750 - --timeout=80m 751 command: 752 - runner.sh 753 - /workspace/scenarios/kubernetes_e2e.py 754 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 755 name: "" 756 resources: 757 limits: 758 cpu: "4" 759 memory: 14Gi 760 requests: 761 cpu: "4" 762 memory: 14Gi 763 securityContext: 764 privileged: true 765 - always_run: true 766 branches: 767 - release-1.29 768 cluster: k8s-infra-prow-build 769 context: pull-kubernetes-e2e-gce-canary 770 decorate: true 771 decoration_config: 772 timeout: 1h50m0s 773 extra_refs: 774 - base_ref: master 775 org: kubernetes 776 path_alias: k8s.io/kops 777 repo: kops 778 labels: 779 preset-dind-enabled: "true" 780 preset-k8s-ssh: "true" 781 name: pull-kubernetes-e2e-gce-canary 782 optional: true 783 path_alias: k8s.io/kubernetes 784 skip_report: true 785 spec: 786 containers: 787 - args: 788 - bash 789 - -c 790 - | 791 ARGS="--set=spec.containerd.runc.version=1.1.9 --set=spec.packages=nfs-common --set=spec.containerd.version=1.7.5" 792 make -C $GOPATH/src/k8s.io/kops test-e2e-install 793 kubetest2 kops -v=6 --cloud-provider=gce --up --down --build \ 794 --build-kubernetes=true --target-build-arch=linux/amd64 \ 795 --admin-access=0.0.0.0/0 \ 796 --kops-version-marker=https://storage.googleapis.com/kops-ci/bin/latest-ci.txt \ 797 --create-args "$ARGS --networking=kubenet --set=spec.nodeProblemDetector.enabled=true" \ 798 --test=kops \ 799 -- \ 800 --ginkgo-args="--debug" \ 801 --skip-regex="\[Driver:.gcepd\]|\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[KubeUp\]" \ 802 --timeout=80m \ 803 --use-built-binaries=true \ 804 --parallel=30 805 command: 806 - runner.sh 807 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 808 name: "" 809 resources: 810 limits: 811 cpu: "4" 812 memory: 14Gi 813 requests: 814 cpu: "4" 815 memory: 14Gi 816 securityContext: 817 privileged: true 818 serviceAccountName: k8s-kops-test 819 - always_run: false 820 branches: 821 - release-1.29 822 cluster: k8s-infra-prow-build 823 context: pull-kubernetes-e2e-gce-serial 824 decorate: true 825 decoration_config: 826 timeout: 8h40m0s 827 extra_refs: 828 - base_ref: master 829 org: kubernetes 830 path_alias: k8s.io/release 831 repo: release 832 labels: 833 preset-dind-enabled: "true" 834 preset-k8s-ssh: "true" 835 preset-pull-kubernetes-e2e: "true" 836 preset-pull-kubernetes-e2e-gce: "true" 837 preset-service-account: "true" 838 name: pull-kubernetes-e2e-gce-serial 839 optional: true 840 path_alias: k8s.io/kubernetes 841 spec: 842 containers: 843 - args: 844 - --build=quick 845 - --cluster= 846 - --env=KUBE_UBUNTU_INSTALL_CONTAINERD_VERSION=v1.7.5 847 - --env=KUBE_UBUNTU_INSTALL_RUNC_VERSION=v1.1.9 848 - --env=LOG_DUMP_SYSTEMD_SERVICES=containerd 849 - --env=CONTAINER_RUNTIME_TEST_HANDLER=true 850 - --env=KUBE_MASTER_OS_DISTRIBUTION=ubuntu 851 - --env=KUBE_GCE_MASTER_IMAGE=ubuntu-2204-jammy-v20220712a 852 - --env=KUBE_GCE_MASTER_PROJECT=ubuntu-os-cloud 853 - --env=KUBE_NODE_OS_DISTRIBUTION=ubuntu 854 - --env=KUBE_GCE_NODE_IMAGE=ubuntu-2204-jammy-v20220712a 855 - --env=KUBE_GCE_NODE_PROJECT=ubuntu-os-cloud 856 - --extract=local 857 - --gcp-master-image=ubuntu 858 - --gcp-node-image=ubuntu 859 - --gcp-zone=us-west1-b 860 - --ginkgo-parallel=1 861 - --provider=gce 862 - --stage=gs://kubernetes-release-pull/ci/pull-kubernetes-e2e-gce-serial 863 - --test_args=--ginkgo.focus=\[Serial\]|\[Disruptive\] --ginkgo.skip=\[Driver:.gcepd\]|\[Slow\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8 864 - --timeout=500m 865 command: 866 - runner.sh 867 - /workspace/scenarios/kubernetes_e2e.py 868 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 869 name: "" 870 resources: 871 limits: 872 cpu: "4" 873 memory: 14Gi 874 requests: 875 cpu: "4" 876 memory: 14Gi 877 securityContext: 878 privileged: true 879 - always_run: false 880 branches: 881 - release-1.29 882 cluster: k8s-infra-prow-build 883 context: pull-kubernetes-e2e-gce-serial-canary 884 decorate: true 885 decoration_config: 886 timeout: 8h50m0s 887 extra_refs: 888 - base_ref: master 889 org: kubernetes 890 path_alias: k8s.io/kops 891 repo: kops 892 labels: 893 preset-dind-enabled: "true" 894 preset-k8s-ssh: "true" 895 preset-storage-e2e-service-account: "true" 896 name: pull-kubernetes-e2e-gce-serial-canary 897 optional: true 898 path_alias: k8s.io/kubernetes 899 spec: 900 containers: 901 - args: 902 - bash 903 - -c 904 - | 905 ARGS="--set=spec.containerd.runc.version=1.1.9 --set=spec.packages=nfs-common --set=spec.containerd.version=1.7.5" 906 make -C $GOPATH/src/k8s.io/kops test-e2e-install 907 kubetest2 kops -v=6 --cloud-provider=gce --up --down --build \ 908 --build-kubernetes=true --target-build-arch=linux/amd64 \ 909 --admin-access=0.0.0.0/0 \ 910 --kops-version-marker=https://storage.googleapis.com/kops-ci/bin/latest-ci.txt \ 911 --create-args "$ARGS --node-count=3 --networking=kubenet --set=spec.nodeProblemDetector.enabled=true" \ 912 --test=kops \ 913 -- \ 914 --test-args="-test.timeout=800m --num-nodes=3 --master-os-distro=ubuntu --node-os-distro=ubuntu" \ 915 --focus-regex="\[Serial\]" \ 916 --skip-regex="\[Driver:.gcepd\]|\[Flaky\]|\[Feature:.+\]|\[KubeUp\]" \ 917 --timeout=500m \ 918 --use-built-binaries=true \ 919 --parallel=1 920 command: 921 - runner.sh 922 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 923 name: "" 924 resources: 925 limits: 926 cpu: "4" 927 memory: 14Gi 928 requests: 929 cpu: "4" 930 memory: 14Gi 931 securityContext: 932 privileged: true 933 serviceAccountName: k8s-kops-test 934 - always_run: false 935 branches: 936 - release-1.29 937 cluster: k8s-infra-prow-build 938 context: pull-kubernetes-e2e-gce-disruptive-canary 939 decorate: true 940 decoration_config: 941 timeout: 10h30m0s 942 extra_refs: 943 - base_ref: master 944 org: kubernetes 945 path_alias: k8s.io/kops 946 repo: kops 947 labels: 948 preset-dind-enabled: "true" 949 preset-k8s-ssh: "true" 950 preset-storage-e2e-service-account: "true" 951 name: pull-kubernetes-e2e-gce-disruptive-canary 952 optional: true 953 path_alias: k8s.io/kubernetes 954 spec: 955 containers: 956 - args: 957 - bash 958 - -c 959 - | 960 ARGS="--set=spec.containerd.runc.version=1.1.9 --set=spec.packages=nfs-common --set=spec.containerd.version=1.7.5" 961 make -C $GOPATH/src/k8s.io/kops test-e2e-install 962 kubetest2 kops -v=6 --cloud-provider=gce --up --down --build \ 963 --build-kubernetes=true --target-build-arch=linux/amd64 \ 964 --admin-access=0.0.0.0/0 \ 965 --kops-version-marker=https://storage.googleapis.com/kops-ci/bin/latest-ci.txt \ 966 --create-args "$ARGS --node-count=3 --networking=kubenet --set=spec.nodeProblemDetector.enabled=true" \ 967 --test=kops \ 968 -- \ 969 --test-args="-test.timeout=600m --num-nodes=3 --master-os-distro=ubuntu --node-os-distro=ubuntu" \ 970 --focus-regex="\[Disruptive\]" \ 971 --skip-regex="\[Driver:.gcepd\]|\[Flaky\]|\[Feature:.+\]|\[KubeUp\]" \ 972 --timeout=500m \ 973 --use-built-binaries=true \ 974 --parallel=1 975 command: 976 - runner.sh 977 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 978 name: "" 979 resources: 980 limits: 981 cpu: "4" 982 memory: 14Gi 983 requests: 984 cpu: "4" 985 memory: 14Gi 986 securityContext: 987 privileged: true 988 serviceAccountName: k8s-kops-test 989 - always_run: false 990 branches: 991 - release-1.29 992 cluster: k8s-infra-prow-build 993 context: pull-e2e-gce-cloud-provider-disabled 994 decorate: true 995 decoration_config: 996 timeout: 2h0m0s 997 extra_refs: 998 - base_ref: master 999 org: kubernetes 1000 path_alias: k8s.io/release 1001 repo: release 1002 labels: 1003 preset-dind-enabled: "true" 1004 preset-k8s-ssh: "true" 1005 preset-pull-kubernetes-e2e: "true" 1006 preset-pull-kubernetes-e2e-gce: "true" 1007 preset-service-account: "true" 1008 name: pull-e2e-gce-cloud-provider-disabled 1009 optional: true 1010 path_alias: k8s.io/kubernetes 1011 spec: 1012 containers: 1013 - args: 1014 - --build=quick 1015 - --cluster= 1016 - --env=KUBE_FEATURE_GATES=DisableCloudProviders=true,DisableKubeletCloudCredentialProviders=true 1017 - --env=CLOUD_PROVIDER_FLAG=external 1018 - --env=ENABLE_AUTH_PROVIDER_GCP=true 1019 - --extract=local 1020 - --gcp-master-image=gci 1021 - --gcp-node-image=gci 1022 - --gcp-nodes=4 1023 - --gcp-zone=us-west1-b 1024 - --ginkgo-parallel=30 1025 - --provider=gce 1026 - --stage=gs://kubernetes-release-pull/ci/pull-e2e-gce-cloud-provider-disabled 1027 - --test_args=--ginkgo.skip=\[Driver:.gcepd\]|\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8 1028 - --timeout=80m 1029 command: 1030 - runner.sh 1031 - /workspace/scenarios/kubernetes_e2e.py 1032 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 1033 name: "" 1034 resources: 1035 limits: 1036 cpu: "4" 1037 memory: 14Gi 1038 requests: 1039 cpu: "4" 1040 memory: 14Gi 1041 securityContext: 1042 privileged: true 1043 - always_run: false 1044 branches: 1045 - release-1.29 1046 cluster: k8s-infra-prow-build 1047 context: pull-kubernetes-e2e-gce-device-plugin-gpu 1048 decorate: true 1049 decoration_config: 1050 timeout: 1h30m0s 1051 extra_refs: 1052 - base_ref: master 1053 org: kubernetes 1054 path_alias: k8s.io/release 1055 repo: release 1056 labels: 1057 preset-dind-enabled: "true" 1058 preset-k8s-ssh: "true" 1059 preset-pull-gce-device-plugin-gpu: "true" 1060 preset-pull-kubernetes-e2e: "true" 1061 preset-service-account: "true" 1062 max_concurrency: 5 1063 name: pull-kubernetes-e2e-gce-device-plugin-gpu 1064 optional: true 1065 path_alias: k8s.io/kubernetes 1066 spec: 1067 containers: 1068 - args: 1069 - --build=quick 1070 - --cluster= 1071 - --extract=local 1072 - --env=KUBE_NODE_OS_DISTRIBUTION=gci 1073 - --env=KUBE_GCE_NODE_IMAGE=cos-109-17800-147-22 1074 - --env=KUBE_GCE_NODE_PROJECT=cos-cloud 1075 - --gcp-node-image=gci 1076 - --gcp-nodes=4 1077 - --gcp-project-type=gpu-project 1078 - --gcp-zone=us-west1-b 1079 - --ginkgo-parallel=30 1080 - --provider=gce 1081 - --test_args=--ginkgo.focus=\[Feature:GPUDevicePlugin\] --minStartupPods=8 1082 - --timeout=60m 1083 command: 1084 - runner.sh 1085 - /workspace/scenarios/kubernetes_e2e.py 1086 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 1087 name: "" 1088 resources: 1089 limits: 1090 cpu: "2" 1091 memory: 6Gi 1092 requests: 1093 cpu: "2" 1094 memory: 6Gi 1095 securityContext: 1096 privileged: true 1097 - always_run: false 1098 branches: 1099 - release-1.29 1100 cluster: k8s-infra-prow-build 1101 context: pull-kubernetes-e2e-containerd-gce 1102 decorate: true 1103 decoration_config: 1104 timeout: 1h45m0s 1105 extra_refs: 1106 - base_ref: master 1107 org: kubernetes 1108 path_alias: k8s.io/test-infra 1109 repo: test-infra 1110 - base_ref: master 1111 org: kubernetes 1112 path_alias: k8s.io/release 1113 repo: release 1114 labels: 1115 preset-dind-enabled: "true" 1116 preset-k8s-ssh: "true" 1117 preset-pull-kubernetes-e2e: "true" 1118 preset-pull-kubernetes-e2e-gce: "true" 1119 preset-service-account: "true" 1120 name: pull-kubernetes-e2e-containerd-gce 1121 optional: true 1122 path_alias: k8s.io/kubernetes 1123 spec: 1124 containers: 1125 - args: 1126 - --build=quick 1127 - --cluster= 1128 - --extract=local 1129 - --env=LOG_DUMP_SYSTEMD_SERVICES=containerd 1130 - --gcp-node-image=gci 1131 - --gcp-zone=us-west1-b 1132 - --ginkgo-parallel=30 1133 - --provider=gce 1134 - --stage=gs://kubernetes-release-pull/ci/pull-kubernetes-e2e-containerd-gce 1135 - --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[NodeFeature:RuntimeHandler\] --minStartupPods=8 1136 - --timeout=80m 1137 command: 1138 - runner.sh 1139 - /workspace/scenarios/kubernetes_e2e.py 1140 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 1141 name: "" 1142 resources: 1143 limits: 1144 cpu: "4" 1145 memory: 6Gi 1146 requests: 1147 cpu: "4" 1148 memory: 6Gi 1149 securityContext: 1150 privileged: true 1151 - always_run: true 1152 branches: 1153 - release-1.29 1154 cluster: k8s-infra-prow-build 1155 context: pull-kubernetes-node-e2e-containerd 1156 decorate: true 1157 decoration_config: 1158 timeout: 1h30m0s 1159 extra_refs: 1160 - base_ref: master 1161 org: kubernetes 1162 path_alias: k8s.io/test-infra 1163 repo: test-infra 1164 labels: 1165 preset-k8s-ssh: "true" 1166 preset-service-account: "true" 1167 max_concurrency: 12 1168 name: pull-kubernetes-node-e2e-containerd 1169 path_alias: k8s.io/kubernetes 1170 spec: 1171 containers: 1172 - args: 1173 - --deployment=node 1174 - --gcp-zone=us-west1-b 1175 - '--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*\"]}"' 1176 - --node-tests=true 1177 - --provider=gce 1178 - --test_args=--nodes=8 --focus="\[NodeConformance\]" --skip="\[Flaky\]|\[Slow\]|\[Serial\]" 1179 - --timeout=65m 1180 - --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/image-config-systemd.yaml 1181 command: 1182 - runner.sh 1183 - /workspace/scenarios/kubernetes_e2e.py 1184 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 1185 name: "" 1186 resources: 1187 limits: 1188 cpu: "4" 1189 memory: 6Gi 1190 requests: 1191 cpu: "4" 1192 memory: 6Gi 1193 - always_run: false 1194 branches: 1195 - release-1.29 1196 cluster: eks-prow-build-cluster 1197 context: pull-kubernetes-node-e2e-containerd-ec2 1198 decorate: true 1199 extra_refs: 1200 - base_ref: main 1201 org: kubernetes-sigs 1202 path_alias: sigs.k8s.io/provider-aws-test-infra 1203 repo: provider-aws-test-infra 1204 workdir: true 1205 labels: 1206 preset-e2e-containerd-ec2: "true" 1207 max_concurrency: 50 1208 name: pull-kubernetes-node-e2e-containerd-ec2 1209 optional: true 1210 path_alias: k8s.io/kubernetes 1211 spec: 1212 containers: 1213 - args: 1214 - hack/make-rules/test-e2e-node.sh 1215 command: 1216 - runner.sh 1217 env: 1218 - name: FOCUS 1219 value: NodeConformance 1220 - name: IMAGE_CONFIG_DIR 1221 value: config 1222 - name: IMAGE_CONFIG_FILE 1223 value: aws-instance.yaml 1224 - name: TEST_ARGS 1225 value: --kubelet-flags="--cgroup-driver=systemd" 1226 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 1227 name: "" 1228 resources: 1229 limits: 1230 cpu: "4" 1231 memory: 6Gi 1232 requests: 1233 cpu: "4" 1234 memory: 6Gi 1235 serviceAccountName: node-e2e-tests 1236 - always_run: false 1237 branches: 1238 - release-1.29 1239 cluster: eks-prow-build-cluster 1240 context: pull-kubernetes-node-arm64-e2e-containerd-ec2 1241 decorate: true 1242 extra_refs: 1243 - base_ref: main 1244 org: kubernetes-sigs 1245 path_alias: sigs.k8s.io/provider-aws-test-infra 1246 repo: provider-aws-test-infra 1247 workdir: true 1248 labels: 1249 preset-dind-enabled: "true" 1250 preset-e2e-containerd-ec2: "true" 1251 max_concurrency: 50 1252 name: pull-kubernetes-node-arm64-e2e-containerd-ec2 1253 optional: true 1254 path_alias: k8s.io/kubernetes 1255 spec: 1256 containers: 1257 - args: 1258 - hack/make-rules/test-e2e-node.sh 1259 command: 1260 - runner.sh 1261 env: 1262 - name: FOCUS 1263 value: NodeConformance 1264 - name: USE_DOCKERIZED_BUILD 1265 value: "true" 1266 - name: TARGET_BUILD_ARCH 1267 value: linux/arm64 1268 - name: IMAGE_CONFIG_DIR 1269 value: config 1270 - name: IMAGE_CONFIG_FILE 1271 value: aws-instance-arm64.yaml 1272 - name: TEST_ARGS 1273 value: --kubelet-flags="--cgroup-driver=cgroupfs" 1274 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 1275 name: "" 1276 resources: 1277 limits: 1278 cpu: "4" 1279 memory: 6Gi 1280 requests: 1281 cpu: "4" 1282 memory: 6Gi 1283 securityContext: 1284 privileged: true 1285 serviceAccountName: node-e2e-tests 1286 - always_run: false 1287 branches: 1288 - release-1.29 1289 cluster: eks-prow-build-cluster 1290 context: pull-kubernetes-node-arm64-e2e-containerd-serial-ec2 1291 decorate: true 1292 extra_refs: 1293 - base_ref: main 1294 org: kubernetes-sigs 1295 path_alias: sigs.k8s.io/provider-aws-test-infra 1296 repo: provider-aws-test-infra 1297 workdir: true 1298 labels: 1299 preset-dind-enabled: "true" 1300 preset-e2e-containerd-ec2: "true" 1301 max_concurrency: 50 1302 name: pull-kubernetes-node-arm64-e2e-containerd-serial-ec2 1303 optional: true 1304 path_alias: k8s.io/kubernetes 1305 spec: 1306 containers: 1307 - args: 1308 - hack/make-rules/test-e2e-node.sh 1309 command: 1310 - runner.sh 1311 env: 1312 - name: FOCUS 1313 value: \[Serial\] 1314 - name: SKIP 1315 value: \[Flaky\]|\[Slow\]|\[Benchmark\]|\[NodeSpecialFeature:.+\]|\[NodeSpecialFeature\]|\[NodeAlphaFeature:.+\]|\[NodeAlphaFeature\]|\[NodeFeature:Eviction\] 1316 - name: USE_DOCKERIZED_BUILD 1317 value: "true" 1318 - name: TARGET_BUILD_ARCH 1319 value: linux/arm64 1320 - name: IMAGE_CONFIG_DIR 1321 value: config 1322 - name: IMAGE_CONFIG_FILE 1323 value: aws-instance-arm64.yaml 1324 - name: TEST_ARGS 1325 value: --kubelet-flags="--cgroup-driver=systemd" 1326 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 1327 name: "" 1328 resources: 1329 limits: 1330 cpu: "8" 1331 memory: 10Gi 1332 requests: 1333 cpu: "8" 1334 memory: 10Gi 1335 securityContext: 1336 privileged: true 1337 serviceAccountName: node-e2e-tests 1338 - always_run: false 1339 branches: 1340 - release-1.29 1341 cluster: k8s-infra-prow-build 1342 context: pull-kubernetes-node-arm64-ubuntu-serial-gce 1343 decorate: true 1344 decoration_config: 1345 timeout: 3h0m0s 1346 extra_refs: 1347 - base_ref: master 1348 org: kubernetes 1349 path_alias: k8s.io/test-infra 1350 repo: test-infra 1351 labels: 1352 preset-dind-enabled: "true" 1353 preset-k8s-ssh: "true" 1354 preset-service-account: "true" 1355 name: pull-kubernetes-node-arm64-ubuntu-serial-gce 1356 optional: true 1357 path_alias: k8s.io/kubernetes 1358 spec: 1359 containers: 1360 - args: 1361 - kubetest2 1362 - noop 1363 - --test=node 1364 - -- 1365 - --repo-root=. 1366 - --gcp-zone=us-central1-a 1367 - --parallelism=1 1368 - --focus-regex=\[Serial\] 1369 - --use-dockerized-build=true 1370 - --target-build-arch=linux/arm64 1371 - --skip-regex=\[Flaky\]|\[Slow\]|\[Benchmark\]|\[NodeSpecialFeature:.+\]|\[NodeSpecialFeature\]|\[NodeAlphaFeature:.+\]|\[NodeAlphaFeature\]|\[NodeFeature:Eviction\]|\[Feature:DynamicResourceAllocation\] 1372 - '--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*\"]}"' 1373 - --image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/arm/image-config-serial.yaml 1374 command: 1375 - runner.sh 1376 env: 1377 - name: GOPATH 1378 value: /go 1379 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 1380 name: "" 1381 resources: 1382 limits: 1383 cpu: "4" 1384 memory: 6Gi 1385 requests: 1386 cpu: "4" 1387 memory: 6Gi 1388 securityContext: 1389 privileged: true 1390 - always_run: false 1391 branches: 1392 - release-1.29 1393 cluster: k8s-infra-prow-build 1394 context: pull-kubernetes-node-e2e-containerd-kubetest2 1395 decorate: true 1396 decoration_config: 1397 timeout: 1h5m0s 1398 extra_refs: 1399 - base_ref: master 1400 org: kubernetes 1401 path_alias: k8s.io/test-infra 1402 repo: test-infra 1403 labels: 1404 preset-k8s-ssh: "true" 1405 preset-service-account: "true" 1406 name: pull-kubernetes-node-e2e-containerd-kubetest2 1407 optional: true 1408 path_alias: k8s.io/kubernetes 1409 spec: 1410 containers: 1411 - args: 1412 - kubetest2 1413 - noop 1414 - --test=node 1415 - -- 1416 - --repo-root=. 1417 - --gcp-zone=us-west1-b 1418 - --parallelism=8 1419 - --focus-regex=\[NodeConformance\] 1420 - --skip-regex=\[Flaky\]|\[Slow\]|\[Serial\] 1421 - '--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*\"]}"' 1422 - --image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/image-config-systemd.yaml 1423 command: 1424 - runner.sh 1425 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 1426 name: "" 1427 resources: 1428 limits: 1429 cpu: "4" 1430 memory: 6Gi 1431 requests: 1432 cpu: "4" 1433 memory: 6Gi 1434 - always_run: false 1435 branches: 1436 - release-1.29 1437 cluster: eks-prow-build-cluster 1438 context: pull-kubernetes-node-e2e-containerd-serial-ec2 1439 decorate: true 1440 extra_refs: 1441 - base_ref: main 1442 org: kubernetes-sigs 1443 path_alias: sigs.k8s.io/provider-aws-test-infra 1444 repo: provider-aws-test-infra 1445 workdir: true 1446 labels: 1447 preset-dind-enabled: "true" 1448 preset-e2e-containerd-ec2: "true" 1449 max_concurrency: 50 1450 name: pull-kubernetes-node-e2e-containerd-serial-ec2 1451 optional: true 1452 path_alias: k8s.io/kubernetes 1453 spec: 1454 containers: 1455 - args: 1456 - hack/make-rules/test-e2e-node.sh 1457 command: 1458 - runner.sh 1459 env: 1460 - name: FOCUS 1461 value: \[Serial\] 1462 - name: IMAGE_CONFIG_DIR 1463 value: config 1464 - name: IMAGE_CONFIG_FILE 1465 value: aws-instance.yaml 1466 - name: SKIP 1467 value: \[Flaky\]|\[Benchmark\]|\[NodeSpecialFeature:.+\]|\[NodeSpecialFeature\]|\[NodeAlphaFeature:.+\]|\[NodeAlphaFeature\]|\[NodeFeature:Eviction\] 1468 - name: TEST_ARGS 1469 value: --kubelet-flags="--cgroup-driver=systemd" 1470 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 1471 name: "" 1472 resources: 1473 limits: 1474 cpu: "8" 1475 memory: 10Gi 1476 requests: 1477 cpu: "8" 1478 memory: 10Gi 1479 serviceAccountName: node-e2e-tests 1480 - always_run: false 1481 branches: 1482 - release-1.29 1483 cluster: k8s-infra-prow-build 1484 context: pull-kubernetes-e2e-gce-100-performance 1485 decorate: true 1486 decoration_config: 1487 timeout: 2h0m0s 1488 extra_refs: 1489 - base_ref: master 1490 org: kubernetes 1491 path_alias: k8s.io/perf-tests 1492 repo: perf-tests 1493 - base_ref: master 1494 org: kubernetes 1495 path_alias: k8s.io/release 1496 repo: release 1497 labels: 1498 preset-dind-enabled: "true" 1499 preset-e2e-scalability-common: "true" 1500 preset-e2e-scalability-presubmits: "true" 1501 preset-k8s-ssh: "true" 1502 preset-service-account: "true" 1503 max_concurrency: 12 1504 name: pull-kubernetes-e2e-gce-100-performance 1505 path_alias: k8s.io/kubernetes 1506 spec: 1507 containers: 1508 - args: 1509 - --build=quick 1510 - --cluster= 1511 - --env=HEAPSTER_MACHINE_TYPE=e2-standard-8 1512 - --env=KUBEMARK_APISERVER_TEST_ARGS=--max-requests-inflight=80 --max-mutating-requests-inflight=0 --profiling --contention-profiling 1513 - --extract=local 1514 - --flush-mem-after-build=true 1515 - --gcp-node-image=gci 1516 - --gcp-nodes=100 1517 - --gcp-project-type=scalability-project 1518 - --gcp-zone=us-east1-b 1519 - --provider=gce 1520 - --stage=gs://kubernetes-release-pull/ci/pull-kubernetes-e2e-gce-100-performance 1521 - --tear-down-previous 1522 - --env=CL2_ENABLE_DNS_PROGRAMMING=true 1523 - --env=CL2_SCHEDULER_THROUGHPUT_THRESHOLD=0 1524 - --env=CL2_ENABLE_API_AVAILABILITY_MEASUREMENT=true 1525 - --env=CL2_API_AVAILABILITY_PERCENTAGE_THRESHOLD=99.5 1526 - --test=false 1527 - --test-cmd=$GOPATH/src/k8s.io/perf-tests/run-e2e.sh 1528 - --test-cmd-args=cluster-loader2 1529 - --test-cmd-args=--nodes=100 1530 - --test-cmd-args=--provider=gce 1531 - --test-cmd-args=--experimental-gcp-snapshot-prometheus-disk=true 1532 - --test-cmd-args=--experimental-prometheus-disk-snapshot-name=$(JOB_NAME)-$(BUILD_ID) 1533 - --test-cmd-args=--experimental-prometheus-snapshot-to-report-dir=true 1534 - --test-cmd-args=--prometheus-scrape-kubelets=true 1535 - --test-cmd-args=--prometheus-scrape-node-exporter 1536 - --test-cmd-args=--report-dir=$(ARTIFACTS) 1537 - --test-cmd-args=--testconfig=testing/load/config.yaml 1538 - --test-cmd-args=--testconfig=testing/huge-service/config.yaml 1539 - --test-cmd-args=--testoverrides=./testing/experiments/enable_restart_count_check.yaml 1540 - --test-cmd-args=--testoverrides=./testing/experiments/use_simple_latency_query.yaml 1541 - --test-cmd-args=--testoverrides=./testing/overrides/load_throughput.yaml 1542 - --test-cmd-name=ClusterLoaderV2 1543 - --timeout=100m 1544 - --use-logexporter 1545 - --logexporter-gcs-path=gs://sig-scalability-logs/$(JOB_NAME)/$(BUILD_ID) 1546 command: 1547 - runner.sh 1548 - /workspace/scenarios/kubernetes_e2e.py 1549 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 1550 name: "" 1551 resources: 1552 limits: 1553 cpu: "6" 1554 memory: 14Gi 1555 requests: 1556 cpu: "6" 1557 memory: 14Gi 1558 securityContext: 1559 privileged: true 1560 - always_run: false 1561 branches: 1562 - release-1.29 1563 cluster: k8s-infra-prow-build 1564 context: pull-kubernetes-kubemark-e2e-gce-big 1565 decorate: true 1566 decoration_config: 1567 timeout: 2h0m0s 1568 extra_refs: 1569 - base_ref: master 1570 org: kubernetes 1571 path_alias: k8s.io/perf-tests 1572 repo: perf-tests 1573 - base_ref: master 1574 org: kubernetes 1575 path_alias: k8s.io/release 1576 repo: release 1577 labels: 1578 preset-dind-enabled: "true" 1579 preset-e2e-kubemark-common: "true" 1580 preset-e2e-scalability-presubmits: "true" 1581 preset-k8s-ssh: "true" 1582 preset-service-account: "true" 1583 max_concurrency: 12 1584 name: pull-kubernetes-kubemark-e2e-gce-big 1585 optional: true 1586 path_alias: k8s.io/kubernetes 1587 spec: 1588 containers: 1589 - args: 1590 - --build=quick 1591 - --cluster= 1592 - --extract=local 1593 - --flush-mem-after-build=true 1594 - --gcp-master-size=n2-standard-4 1595 - --gcp-node-size=e2-standard-8 1596 - --gcp-nodes=7 1597 - --gcp-project-type=scalability-project 1598 - --gcp-zone=us-east1-b 1599 - --kubemark 1600 - --kubemark-nodes=500 1601 - --kubemark-master-size=n2-standard-16 1602 - --env=KUBEMARK_APISERVER_TEST_ARGS=--max-requests-inflight=160 --max-mutating-requests-inflight=0 --profiling --contention-profiling 1603 - --provider=gce 1604 - --stage=gs://kubernetes-release-pull/ci/pull-kubernetes-kubemark-e2e-gce-big 1605 - --tear-down-previous 1606 - --test=false 1607 - --test_args=--ginkgo.focus=xxxx 1608 - --test-cmd=$GOPATH/src/k8s.io/perf-tests/run-e2e.sh 1609 - --test-cmd-args=cluster-loader2 1610 - --test-cmd-args=--experimental-gcp-snapshot-prometheus-disk=true 1611 - --test-cmd-args=--experimental-prometheus-disk-snapshot-name=$(JOB_NAME)-$(BUILD_ID) 1612 - --test-cmd-args=--experimental-prometheus-snapshot-to-report-dir=true 1613 - --test-cmd-args=--nodes=500 1614 - --test-cmd-args=--provider=kubemark 1615 - --test-cmd-args=--report-dir=$(ARTIFACTS) 1616 - --test-cmd-args=--testconfig=testing/load/config.yaml 1617 - --test-cmd-args=--testconfig=testing/huge-service/config.yaml 1618 - --test-cmd-args=--testconfig=testing/access-tokens/config.yaml 1619 - --test-cmd-args=--testoverrides=./testing/experiments/enable_restart_count_check.yaml 1620 - --test-cmd-args=--testoverrides=./testing/experiments/use_simple_latency_query.yaml 1621 - --test-cmd-args=--testoverrides=./testing/overrides/kubemark_500_nodes.yaml 1622 - --test-cmd-name=ClusterLoaderV2 1623 - --timeout=100m 1624 - --use-logexporter 1625 - --logexporter-gcs-path=gs://sig-scalability-logs/$(JOB_NAME)/$(BUILD_ID) 1626 command: 1627 - runner.sh 1628 - /workspace/scenarios/kubernetes_e2e.py 1629 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 1630 name: "" 1631 resources: 1632 limits: 1633 cpu: "6" 1634 memory: 16Gi 1635 requests: 1636 cpu: "6" 1637 memory: 16Gi 1638 securityContext: 1639 privileged: true 1640 - always_run: false 1641 branches: 1642 - release-1.29 1643 cluster: k8s-infra-prow-build 1644 context: pull-kubernetes-kubemark-e2e-gce-scale 1645 decorate: true 1646 decoration_config: 1647 timeout: 18h20m0s 1648 extra_refs: 1649 - base_ref: master 1650 org: kubernetes 1651 path_alias: k8s.io/perf-tests 1652 repo: perf-tests 1653 - base_ref: master 1654 org: kubernetes 1655 path_alias: k8s.io/release 1656 repo: release 1657 labels: 1658 preset-dind-enabled: "true" 1659 preset-e2e-kubemark-common: "true" 1660 preset-e2e-kubemark-gce-scale: "true" 1661 preset-e2e-scalability-presubmits: "true" 1662 preset-k8s-ssh: "true" 1663 preset-service-account: "true" 1664 max_concurrency: 1 1665 name: pull-kubernetes-kubemark-e2e-gce-scale 1666 path_alias: k8s.io/kubernetes 1667 spec: 1668 containers: 1669 - args: 1670 - --build=quick 1671 - --cluster= 1672 - --extract=local 1673 - --flush-mem-after-build=true 1674 - --gcp-node-size=e2-standard-8 1675 - --gcp-nodes=84 1676 - --gcp-project-type=scalability-project 1677 - --gcp-zone=us-east1-b 1678 - --kubemark 1679 - --kubemark-nodes=5000 1680 - --kubemark-master-size=n2-standard-64 1681 - --provider=gce 1682 - --stage=gs://kubernetes-release-pull/ci/pull-kubernetes-kubemark-e2e-gce-scale 1683 - --env=KUBEMARK_APISERVER_TEST_ARGS=--max-requests-inflight=640 --max-mutating-requests-inflight=0 --profiling --contention-profiling 1684 - --test=false 1685 - --test_args=--ginkgo.focus=xxxx 1686 - --test-cmd=$GOPATH/src/k8s.io/perf-tests/run-e2e.sh 1687 - --test-cmd-args=cluster-loader2 1688 - --test-cmd-args=--experimental-gcp-snapshot-prometheus-disk=true 1689 - --test-cmd-args=--experimental-prometheus-disk-snapshot-name=$(JOB_NAME)-$(BUILD_ID) 1690 - --test-cmd-args=--experimental-prometheus-snapshot-to-report-dir=true 1691 - --test-cmd-args=--nodes=5000 1692 - --test-cmd-args=--provider=kubemark 1693 - --test-cmd-args=--report-dir=$(ARTIFACTS) 1694 - --test-cmd-args=--testconfig=testing/load/config.yaml 1695 - --test-cmd-args=--testconfig=testing/huge-service/config.yaml 1696 - --test-cmd-args=--testconfig=testing/access-tokens/config.yaml 1697 - --test-cmd-name=ClusterLoaderV2 1698 - --timeout=1080m 1699 - --use-logexporter 1700 - --logexporter-gcs-path=gs://k8s-infra-scalability-tests-logs/$(JOB_NAME)/$(BUILD_ID) 1701 command: 1702 - runner.sh 1703 - /workspace/scenarios/kubernetes_e2e.py 1704 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 1705 name: "" 1706 resources: 1707 limits: 1708 cpu: "6" 1709 memory: 16Gi 1710 requests: 1711 cpu: "6" 1712 memory: 16Gi 1713 securityContext: 1714 privileged: true 1715 - always_run: false 1716 branches: 1717 - release-1.29 1718 cluster: k8s-infra-prow-build 1719 context: pull-kubernetes-conformance-kind-ipv6-parallel 1720 decorate: true 1721 labels: 1722 preset-dind-enabled: "true" 1723 preset-kind-volume-mounts: "true" 1724 preset-service-account: "true" 1725 max_concurrency: 8 1726 name: pull-kubernetes-conformance-kind-ipv6-parallel 1727 optional: true 1728 path_alias: k8s.io/kubernetes 1729 run_if_changed: ^test/ 1730 spec: 1731 containers: 1732 - command: 1733 - wrapper.sh 1734 - bash 1735 - -c 1736 - curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh 1737 env: 1738 - name: DOCKER_IN_DOCKER_IPV6_ENABLED 1739 value: "true" 1740 - name: IP_FAMILY 1741 value: ipv6 1742 - name: PARALLEL 1743 value: "true" 1744 image: gcr.io/k8s-staging-test-infra/krte:v20240515-17c6d50e24-1.29 1745 name: "" 1746 resources: 1747 limits: 1748 cpu: "4" 1749 memory: 9000Mi 1750 requests: 1751 cpu: "4" 1752 memory: 9000Mi 1753 securityContext: 1754 privileged: true 1755 - always_run: true 1756 branches: 1757 - release-1.29 1758 cluster: k8s-infra-prow-build 1759 context: pull-kubernetes-dependencies 1760 decorate: true 1761 labels: 1762 preset-dind-enabled: "true" 1763 preset-service-account: "true" 1764 name: pull-kubernetes-dependencies 1765 path_alias: k8s.io/kubernetes 1766 spec: 1767 containers: 1768 - args: 1769 - make 1770 - verify 1771 command: 1772 - runner.sh 1773 env: 1774 - name: WHAT 1775 value: external-dependencies-version vendor vendor-licenses 1776 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 1777 name: main 1778 resources: 1779 limits: 1780 cpu: "2" 1781 memory: 1288490188800m 1782 requests: 1783 cpu: "2" 1784 memory: 1288490188800m 1785 securityContext: 1786 privileged: true 1787 - always_run: true 1788 branches: 1789 - release-1.29 1790 cluster: eks-prow-build-cluster 1791 context: pull-kubernetes-integration 1792 decorate: true 1793 labels: 1794 preset-dind-enabled: "true" 1795 preset-service-account: "true" 1796 name: pull-kubernetes-integration 1797 path_alias: k8s.io/kubernetes 1798 spec: 1799 containers: 1800 - args: 1801 - ./hack/jenkins/test-dockerized.sh 1802 command: 1803 - runner.sh 1804 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 1805 name: "" 1806 resources: 1807 limits: 1808 cpu: "6" 1809 memory: 15Gi 1810 requests: 1811 cpu: "6" 1812 memory: 15Gi 1813 securityContext: 1814 privileged: true 1815 - always_run: true 1816 branches: 1817 - release-1.29 1818 cluster: eks-prow-build-cluster 1819 context: pull-kubernetes-integration-go-compatibility 1820 decorate: true 1821 labels: 1822 preset-dind-enabled: "true" 1823 preset-service-account: "true" 1824 name: pull-kubernetes-integration-go-compatibility 1825 path_alias: k8s.io/kubernetes 1826 spec: 1827 containers: 1828 - args: 1829 - ./hack/jenkins/test-dockerized.sh 1830 command: 1831 - runner.sh 1832 env: 1833 - name: GO_VERSION 1834 value: 1.21.4 1835 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 1836 name: "" 1837 resources: 1838 limits: 1839 cpu: "6" 1840 memory: 15Gi 1841 requests: 1842 cpu: "6" 1843 memory: 15Gi 1844 securityContext: 1845 privileged: true 1846 - always_run: true 1847 branches: 1848 - release-1.29 1849 cluster: k8s-infra-prow-build 1850 context: pull-kubernetes-e2e-kind 1851 decorate: true 1852 decoration_config: 1853 grace_period: 15m0s 1854 timeout: 1h0m0s 1855 labels: 1856 preset-dind-enabled: "true" 1857 preset-kind-volume-mounts: "true" 1858 name: pull-kubernetes-e2e-kind 1859 path_alias: k8s.io/kubernetes 1860 spec: 1861 containers: 1862 - command: 1863 - wrapper.sh 1864 - bash 1865 - -c 1866 - curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh 1867 env: 1868 - name: FOCUS 1869 value: . 1870 - name: SKIP 1871 value: \[Slow\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|PodSecurityPolicy|LoadBalancer|load.balancer|Simple.pod.should.support.exec.through.an.HTTP.proxy|subPath.should.support.existing|NFS|nfs|inline.execution.and.attach|should.be.rejected.when.no.endpoints.exist 1872 - name: PARALLEL 1873 value: "true" 1874 image: gcr.io/k8s-staging-test-infra/krte:v20240515-17c6d50e24-1.29 1875 name: "" 1876 resources: 1877 limits: 1878 cpu: "7" 1879 memory: 9000Mi 1880 requests: 1881 cpu: "7" 1882 memory: 9000Mi 1883 securityContext: 1884 privileged: true 1885 - always_run: true 1886 branches: 1887 - release-1.29 1888 cluster: k8s-infra-prow-build 1889 context: pull-kubernetes-e2e-kind-ipv6 1890 decorate: true 1891 decoration_config: 1892 grace_period: 15m0s 1893 timeout: 1h0m0s 1894 labels: 1895 preset-dind-enabled: "true" 1896 preset-kind-volume-mounts: "true" 1897 name: pull-kubernetes-e2e-kind-ipv6 1898 path_alias: k8s.io/kubernetes 1899 spec: 1900 containers: 1901 - command: 1902 - wrapper.sh 1903 - bash 1904 - -c 1905 - curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh 1906 env: 1907 - name: FOCUS 1908 value: . 1909 - name: SKIP 1910 value: \[Slow\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[sig-storage\]|PodSecurityPolicy|LoadBalancer|load.balancer|In-tree.Volumes.\[Driver:.nfs\]|PersistentVolumes.NFS|Simple.pod.should.support.exec.through.an.HTTP.proxy|subPath.should.support.existing 1911 - name: PARALLEL 1912 value: "true" 1913 - name: DOCKER_IN_DOCKER_IPV6_ENABLED 1914 value: "true" 1915 - name: IP_FAMILY 1916 value: ipv6 1917 image: gcr.io/k8s-staging-test-infra/krte:v20240515-17c6d50e24-1.29 1918 name: "" 1919 resources: 1920 limits: 1921 cpu: "4" 1922 memory: 9Gi 1923 requests: 1924 cpu: "4" 1925 memory: 9Gi 1926 securityContext: 1927 privileged: true 1928 - always_run: true 1929 branches: 1930 - release-1.29 1931 cluster: k8s-infra-prow-build 1932 context: pull-kubernetes-conformance-kind-ga-only-parallel 1933 decorate: true 1934 decoration_config: 1935 grace_period: 15m0s 1936 timeout: 1h0m0s 1937 labels: 1938 preset-dind-enabled: "true" 1939 preset-kind-volume-mounts: "true" 1940 name: pull-kubernetes-conformance-kind-ga-only-parallel 1941 path_alias: k8s.io/kubernetes 1942 spec: 1943 containers: 1944 - command: 1945 - wrapper.sh 1946 - bash 1947 - -c 1948 - curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh 1949 env: 1950 - name: GA_ONLY 1951 value: "true" 1952 - name: PARALLEL 1953 value: "true" 1954 image: gcr.io/k8s-staging-test-infra/krte:v20240515-17c6d50e24-1.29 1955 name: "" 1956 resources: 1957 limits: 1958 cpu: "4" 1959 memory: 9Gi 1960 requests: 1961 cpu: "4" 1962 memory: 9Gi 1963 securityContext: 1964 privileged: true 1965 - always_run: true 1966 branches: 1967 - release-1.29 1968 cluster: k8s-infra-prow-build 1969 context: pull-kubernetes-unit 1970 decorate: true 1971 labels: 1972 preset-service-account: "true" 1973 name: pull-kubernetes-unit 1974 path_alias: k8s.io/kubernetes 1975 spec: 1976 containers: 1977 - command: 1978 - make 1979 - test 1980 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 1981 name: "" 1982 resources: 1983 limits: 1984 cpu: "4" 1985 memory: 36Gi 1986 requests: 1987 cpu: "4" 1988 memory: 36Gi 1989 securityContext: 1990 allowPrivilegeEscalation: false 1991 securityContext: 1992 runAsGroup: 2010 1993 runAsUser: 2001 1994 - always_run: true 1995 branches: 1996 - release-1.29 1997 cluster: k8s-infra-prow-build 1998 context: pull-kubernetes-unit-go-compatibility 1999 decorate: true 2000 labels: 2001 preset-service-account: "true" 2002 name: pull-kubernetes-unit-go-compatibility 2003 path_alias: k8s.io/kubernetes 2004 spec: 2005 containers: 2006 - command: 2007 - make 2008 - test 2009 env: 2010 - name: GO_VERSION 2011 value: 1.21.4 2012 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 2013 name: "" 2014 resources: 2015 limits: 2016 cpu: "4" 2017 memory: 36Gi 2018 requests: 2019 cpu: "4" 2020 memory: 36Gi 2021 securityContext: 2022 allowPrivilegeEscalation: false 2023 securityContext: 2024 runAsGroup: 2010 2025 runAsUser: 2001 2026 - always_run: true 2027 branches: 2028 - release-1.29 2029 cluster: eks-prow-build-cluster 2030 context: pull-kubernetes-typecheck 2031 decorate: true 2032 name: pull-kubernetes-typecheck 2033 path_alias: k8s.io/kubernetes 2034 spec: 2035 containers: 2036 - args: 2037 - verify 2038 command: 2039 - make 2040 env: 2041 - name: WHAT 2042 value: typecheck typecheck-providerless 2043 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 2044 name: main 2045 resources: 2046 limits: 2047 cpu: "5" 2048 memory: 32Gi 2049 requests: 2050 cpu: "5" 2051 memory: 32Gi 2052 - always_run: false 2053 branches: 2054 - release-1.29 2055 cluster: k8s-infra-prow-build 2056 context: pull-kubernetes-update 2057 decorate: true 2058 labels: 2059 preset-dind-enabled: "true" 2060 preset-service-account: "true" 2061 name: pull-kubernetes-update 2062 path_alias: k8s.io/kubernetes 2063 spec: 2064 containers: 2065 - args: 2066 - ./hack/jenkins/update-dockerized.sh 2067 command: 2068 - runner.sh 2069 env: 2070 - name: EXCLUDE_TYPECHECK 2071 value: "y" 2072 - name: EXCLUDE_GODEP 2073 value: "y" 2074 - name: KUBE_VERIFY_GIT_BRANCH 2075 value: release-1.29 2076 - name: REPO_DIR 2077 value: /workspace/k8s.io/kubernetes 2078 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 2079 imagePullPolicy: Always 2080 name: "" 2081 resources: 2082 limits: 2083 cpu: "7" 2084 memory: 12Gi 2085 requests: 2086 cpu: "7" 2087 memory: 12Gi 2088 securityContext: 2089 privileged: true 2090 - always_run: true 2091 branches: 2092 - release-1.29 2093 cluster: eks-prow-build-cluster 2094 context: pull-kubernetes-verify 2095 decorate: true 2096 labels: 2097 preset-dind-enabled: "true" 2098 preset-service-account: "true" 2099 name: pull-kubernetes-verify 2100 path_alias: k8s.io/kubernetes 2101 spec: 2102 containers: 2103 - args: 2104 - ./hack/jenkins/verify-dockerized.sh 2105 command: 2106 - runner.sh 2107 env: 2108 - name: EXCLUDE_TYPECHECK 2109 value: "y" 2110 - name: EXCLUDE_GODEP 2111 value: "y" 2112 - name: KUBE_VERIFY_GIT_BRANCH 2113 value: release-1.29 2114 - name: REPO_DIR 2115 value: /workspace/k8s.io/kubernetes 2116 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 2117 imagePullPolicy: Always 2118 name: "" 2119 resources: 2120 limits: 2121 cpu: "7" 2122 memory: 12Gi 2123 requests: 2124 cpu: "7" 2125 memory: 12Gi 2126 securityContext: 2127 privileged: true 2128 - always_run: true 2129 branches: 2130 - release-1.29 2131 cluster: eks-prow-build-cluster 2132 context: pull-kubernetes-verify-lint 2133 decorate: true 2134 name: pull-kubernetes-verify-lint 2135 optional: true 2136 path_alias: k8s.io/kubernetes 2137 spec: 2138 containers: 2139 - args: 2140 - verify 2141 - WHAT=golangci-lint golangci-lint-pr 2142 command: 2143 - make 2144 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 2145 name: "" 2146 resources: 2147 limits: 2148 cpu: "5" 2149 memory: 12Gi 2150 requests: 2151 cpu: "5" 2152 memory: 12Gi 2153 - always_run: true 2154 branches: 2155 - release-1.29 2156 cluster: eks-prow-build-cluster 2157 context: pull-kubernetes-linter-hints 2158 decorate: true 2159 name: pull-kubernetes-linter-hints 2160 optional: true 2161 path_alias: k8s.io/kubernetes 2162 spec: 2163 containers: 2164 - args: 2165 - verify 2166 - WHAT=golangci-lint-pr-hints 2167 command: 2168 - make 2169 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 2170 name: "" 2171 resources: 2172 limits: 2173 cpu: "5" 2174 memory: 12Gi 2175 requests: 2176 cpu: "5" 2177 memory: 12Gi 2178 kubernetes/perf-tests: 2179 - always_run: false 2180 branches: 2181 - release-1.29 2182 cluster: k8s-infra-prow-build 2183 context: pull-perf-tests-clusterloader2 2184 decorate: true 2185 decoration_config: 2186 timeout: 2h0m0s 2187 extra_refs: 2188 - base_ref: master 2189 org: kubernetes 2190 path_alias: k8s.io/release 2191 repo: release 2192 labels: 2193 preset-e2e-scalability-common: "true" 2194 preset-e2e-scalability-presubmits: "true" 2195 preset-k8s-ssh: "true" 2196 preset-service-account: "true" 2197 max_concurrency: 3 2198 name: pull-perf-tests-clusterloader2 2199 path_alias: k8s.io/perf-tests 2200 run_if_changed: ^clusterloader2/.*$ 2201 spec: 2202 containers: 2203 - args: 2204 - --cluster= 2205 - --env=HEAPSTER_MACHINE_TYPE=e2-standard-8 2206 - --extract=ci/latest 2207 - --gcp-nodes=100 2208 - --gcp-project-type=scalability-project 2209 - --gcp-zone=us-east1-b 2210 - --provider=gce 2211 - --tear-down-previous 2212 - --env=CL2_ENABLE_DNS_PROGRAMMING=true 2213 - --env=CL2_SCHEDULER_THROUGHPUT_THRESHOLD=0 2214 - --env=CL2_ENABLE_API_AVAILABILITY_MEASUREMENT=true 2215 - --env=CL2_API_AVAILABILITY_PERCENTAGE_THRESHOLD=99.5 2216 - --env=KUBEMARK_APISERVER_TEST_ARGS=--max-requests-inflight=80 --max-mutating-requests-inflight=0 --profiling --contention-profiling 2217 - --test=false 2218 - --test-cmd=$GOPATH/src/k8s.io/perf-tests/run-e2e.sh 2219 - --test-cmd-args=cluster-loader2 2220 - --test-cmd-args=--nodes=100 2221 - --test-cmd-args=--prometheus-scrape-node-exporter 2222 - --test-cmd-args=--provider=gce 2223 - --test-cmd-args=--report-dir=$(ARTIFACTS) 2224 - --test-cmd-args=--testconfig=testing/load/config.yaml 2225 - --test-cmd-args=--testconfig=testing/huge-service/config.yaml 2226 - --test-cmd-args=--testconfig=testing/access-tokens/config.yaml 2227 - --test-cmd-args=--testoverrides=./testing/experiments/enable_restart_count_check.yaml 2228 - --test-cmd-args=--testoverrides=./testing/experiments/use_simple_latency_query.yaml 2229 - --test-cmd-args=--testoverrides=./testing/overrides/load_throughput.yaml 2230 - --test-cmd-name=ClusterLoaderV2 2231 - --timeout=100m 2232 - --use-logexporter 2233 - --logexporter-gcs-path=gs://sig-scalability-logs/$(JOB_NAME)/$(BUILD_ID) 2234 command: 2235 - runner.sh 2236 - /workspace/scenarios/kubernetes_e2e.py 2237 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 2238 name: "" 2239 resources: 2240 limits: 2241 cpu: "2" 2242 memory: 6Gi 2243 requests: 2244 cpu: "2" 2245 memory: 6Gi 2246 - always_run: false 2247 branches: 2248 - release-1.29 2249 cluster: k8s-infra-prow-build 2250 context: pull-perf-tests-clusterloader2-kubemark 2251 decorate: true 2252 decoration_config: 2253 timeout: 2h0m0s 2254 extra_refs: 2255 - base_ref: master 2256 org: kubernetes 2257 path_alias: k8s.io/release 2258 repo: release 2259 labels: 2260 preset-dind-enabled: "true" 2261 preset-e2e-kubemark-common: "true" 2262 preset-e2e-scalability-presubmits: "true" 2263 preset-k8s-ssh: "true" 2264 preset-service-account: "true" 2265 max_concurrency: 3 2266 name: pull-perf-tests-clusterloader2-kubemark 2267 path_alias: k8s.io/perf-tests 2268 run_if_changed: ^clusterloader2/.*$ 2269 spec: 2270 containers: 2271 - args: 2272 - --cluster= 2273 - --extract=ci/latest 2274 - --gcp-master-size=n2-standard-2 2275 - --gcp-node-size=e2-standard-4 2276 - --gcp-nodes=4 2277 - --gcp-project-type=scalability-project 2278 - --gcp-zone=us-east1-b 2279 - --kubemark 2280 - --kubemark-nodes=100 2281 - --kubemark-master-size=n2-standard-8 2282 - --env=KUBEMARK_APISERVER_TEST_ARGS=--max-requests-inflight=80 --max-mutating-requests-inflight=0 --profiling --contention-profiling 2283 - --provider=gce 2284 - --tear-down-previous 2285 - --test=false 2286 - --test_args=--ginkgo.focus=xxxx 2287 - --test-cmd=$GOPATH/src/k8s.io/perf-tests/run-e2e.sh 2288 - --test-cmd-args=cluster-loader2 2289 - --test-cmd-args=--nodes=100 2290 - --test-cmd-args=--prometheus-scrape-node-exporter 2291 - --test-cmd-args=--provider=kubemark 2292 - --env=CL2_ENABLE_DNS_PROGRAMMING=true 2293 - --env=CL2_ENABLE_API_AVAILABILITY_MEASUREMENT=true 2294 - --test-cmd-args=--report-dir=$(ARTIFACTS) 2295 - --test-cmd-args=--testconfig=testing/load/config.yaml 2296 - --test-cmd-args=--testconfig=testing/huge-service/config.yaml 2297 - --test-cmd-args=--testconfig=testing/access-tokens/config.yaml 2298 - --test-cmd-args=--testoverrides=./testing/experiments/enable_restart_count_check.yaml 2299 - --test-cmd-args=--testoverrides=./testing/experiments/use_simple_latency_query.yaml 2300 - --test-cmd-args=--testoverrides=./testing/overrides/kubemark_load_throughput.yaml 2301 - --test-cmd-name=ClusterLoaderV2 2302 - --timeout=100m 2303 - --use-logexporter 2304 - --logexporter-gcs-path=gs://sig-scalability-logs/$(JOB_NAME)/$(BUILD_ID) 2305 command: 2306 - runner.sh 2307 - /workspace/scenarios/kubernetes_e2e.py 2308 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 2309 name: "" 2310 resources: 2311 limits: 2312 cpu: "2" 2313 memory: 6Gi 2314 requests: 2315 cpu: "2" 2316 memory: 6Gi 2317 securityContext: 2318 privileged: true