k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/kubernetes/kops/kops-periodics-distros.yaml (about) 1 # Test jobs generated by build_jobs.py (do not manually edit) 2 # 15 jobs, total of 315 runs per week 3 periodics: 4 5 # {"cloud": "aws", "distro": "deb10", "extra_flags": "--discovery-store=s3://k8s-kops-prow/discovery", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "cilium"} 6 - name: e2e-kops-aws-distro-debian10 7 cron: '52 1-23/8 * * *' 8 labels: 9 preset-service-account: "true" 10 preset-aws-ssh: "true" 11 preset-aws-credential: "true" 12 cluster: k8s-infra-kops-prow-build 13 decorate: true 14 decoration_config: 15 timeout: 90m 16 extra_refs: 17 - org: kubernetes 18 repo: kops 19 base_ref: master 20 workdir: true 21 path_alias: k8s.io/kops 22 spec: 23 containers: 24 - command: 25 - runner.sh 26 args: 27 - bash 28 - -c 29 - | 30 make test-e2e-install 31 kubetest2 kops \ 32 -v 2 \ 33 --up --down \ 34 --cloud-provider=aws \ 35 --create-args="--image='136693071363/debian-10-amd64-20240430-1733' --channel=alpha --networking=cilium --discovery-store=s3://k8s-kops-prow/discovery" \ 36 --kops-version-marker=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt \ 37 --kubernetes-version=https://dl.k8s.io/release/stable.txt \ 38 --test=kops \ 39 -- \ 40 --test-args="-test.timeout=60m" \ 41 --test-package-marker=stable.txt \ 42 --parallel=25 43 env: 44 - name: KUBE_SSH_KEY_PATH 45 value: /etc/aws-ssh/aws-ssh-private 46 - name: KUBE_SSH_USER 47 value: admin 48 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 49 imagePullPolicy: Always 50 resources: 51 limits: 52 cpu: "4" 53 memory: 6Gi 54 requests: 55 cpu: "4" 56 memory: 6Gi 57 annotations: 58 test.kops.k8s.io/cloud: aws 59 test.kops.k8s.io/distro: deb10 60 test.kops.k8s.io/extra_flags: --discovery-store=s3://k8s-kops-prow/discovery 61 test.kops.k8s.io/k8s_version: stable 62 test.kops.k8s.io/kops_channel: alpha 63 test.kops.k8s.io/kops_version: latest 64 test.kops.k8s.io/networking: cilium 65 testgrid-dashboards: google-aws, kops-distro-deb10, kops-distros, kops-k8s-stable, kops-latest, sig-cluster-lifecycle-kops 66 testgrid-days-of-results: '90' 67 testgrid-tab-name: kops-aws-distro-debian10 68 69 # {"cloud": "aws", "distro": "deb11", "extra_flags": "--discovery-store=s3://k8s-kops-prow/discovery", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "cilium"} 70 - name: e2e-kops-aws-distro-debian11 71 cron: '42 7-23/8 * * *' 72 labels: 73 preset-service-account: "true" 74 preset-aws-ssh: "true" 75 preset-aws-credential: "true" 76 cluster: k8s-infra-kops-prow-build 77 decorate: true 78 decoration_config: 79 timeout: 90m 80 extra_refs: 81 - org: kubernetes 82 repo: kops 83 base_ref: master 84 workdir: true 85 path_alias: k8s.io/kops 86 spec: 87 containers: 88 - command: 89 - runner.sh 90 args: 91 - bash 92 - -c 93 - | 94 make test-e2e-install 95 kubetest2 kops \ 96 -v 2 \ 97 --up --down \ 98 --cloud-provider=aws \ 99 --create-args="--image='136693071363/debian-11-amd64-20240507-1740' --channel=alpha --networking=cilium --discovery-store=s3://k8s-kops-prow/discovery" \ 100 --kops-version-marker=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt \ 101 --kubernetes-version=https://dl.k8s.io/release/stable.txt \ 102 --test=kops \ 103 -- \ 104 --test-args="-test.timeout=60m" \ 105 --test-package-marker=stable.txt \ 106 --parallel=25 107 env: 108 - name: KUBE_SSH_KEY_PATH 109 value: /etc/aws-ssh/aws-ssh-private 110 - name: KUBE_SSH_USER 111 value: admin 112 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 113 imagePullPolicy: Always 114 resources: 115 limits: 116 cpu: "4" 117 memory: 6Gi 118 requests: 119 cpu: "4" 120 memory: 6Gi 121 annotations: 122 test.kops.k8s.io/cloud: aws 123 test.kops.k8s.io/distro: deb11 124 test.kops.k8s.io/extra_flags: --discovery-store=s3://k8s-kops-prow/discovery 125 test.kops.k8s.io/k8s_version: stable 126 test.kops.k8s.io/kops_channel: alpha 127 test.kops.k8s.io/kops_version: latest 128 test.kops.k8s.io/networking: cilium 129 testgrid-dashboards: google-aws, kops-distro-deb11, kops-distros, kops-k8s-stable, kops-latest, sig-cluster-lifecycle-kops 130 testgrid-days-of-results: '90' 131 testgrid-tab-name: kops-aws-distro-debian11 132 133 # {"cloud": "aws", "distro": "deb12", "extra_flags": "--discovery-store=s3://k8s-kops-prow/discovery", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "cilium"} 134 - name: e2e-kops-aws-distro-debian12 135 cron: '8 5-23/8 * * *' 136 labels: 137 preset-service-account: "true" 138 preset-aws-ssh: "true" 139 preset-aws-credential: "true" 140 cluster: k8s-infra-kops-prow-build 141 decorate: true 142 decoration_config: 143 timeout: 90m 144 extra_refs: 145 - org: kubernetes 146 repo: kops 147 base_ref: master 148 workdir: true 149 path_alias: k8s.io/kops 150 spec: 151 containers: 152 - command: 153 - runner.sh 154 args: 155 - bash 156 - -c 157 - | 158 make test-e2e-install 159 kubetest2 kops \ 160 -v 2 \ 161 --up --down \ 162 --cloud-provider=aws \ 163 --create-args="--image='136693071363/debian-12-amd64-20240507-1740' --channel=alpha --networking=cilium --discovery-store=s3://k8s-kops-prow/discovery" \ 164 --kops-version-marker=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt \ 165 --kubernetes-version=https://dl.k8s.io/release/stable.txt \ 166 --test=kops \ 167 -- \ 168 --test-args="-test.timeout=60m" \ 169 --test-package-marker=stable.txt \ 170 --parallel=25 171 env: 172 - name: KUBE_SSH_KEY_PATH 173 value: /etc/aws-ssh/aws-ssh-private 174 - name: KUBE_SSH_USER 175 value: admin 176 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 177 imagePullPolicy: Always 178 resources: 179 limits: 180 cpu: "4" 181 memory: 6Gi 182 requests: 183 cpu: "4" 184 memory: 6Gi 185 annotations: 186 test.kops.k8s.io/cloud: aws 187 test.kops.k8s.io/distro: deb12 188 test.kops.k8s.io/extra_flags: --discovery-store=s3://k8s-kops-prow/discovery 189 test.kops.k8s.io/k8s_version: stable 190 test.kops.k8s.io/kops_channel: alpha 191 test.kops.k8s.io/kops_version: latest 192 test.kops.k8s.io/networking: cilium 193 testgrid-dashboards: google-aws, kops-distro-deb12, kops-distros, kops-k8s-stable, kops-latest, sig-cluster-lifecycle-kops 194 testgrid-days-of-results: '90' 195 testgrid-tab-name: kops-aws-distro-debian12 196 197 # {"cloud": "aws", "distro": "u2004", "extra_flags": "--discovery-store=s3://k8s-kops-prow/discovery", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "cilium"} 198 - name: e2e-kops-aws-distro-ubuntu2004 199 cron: '44 2-23/8 * * *' 200 labels: 201 preset-service-account: "true" 202 preset-aws-ssh: "true" 203 preset-aws-credential: "true" 204 cluster: k8s-infra-kops-prow-build 205 decorate: true 206 decoration_config: 207 timeout: 90m 208 extra_refs: 209 - org: kubernetes 210 repo: kops 211 base_ref: master 212 workdir: true 213 path_alias: k8s.io/kops 214 spec: 215 containers: 216 - command: 217 - runner.sh 218 args: 219 - bash 220 - -c 221 - | 222 make test-e2e-install 223 kubetest2 kops \ 224 -v 2 \ 225 --up --down \ 226 --cloud-provider=aws \ 227 --create-args="--image='099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20240426' --channel=alpha --networking=cilium --discovery-store=s3://k8s-kops-prow/discovery" \ 228 --kops-version-marker=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt \ 229 --kubernetes-version=https://dl.k8s.io/release/stable.txt \ 230 --test=kops \ 231 -- \ 232 --test-args="-test.timeout=60m" \ 233 --test-package-marker=stable.txt \ 234 --parallel=25 235 env: 236 - name: KUBE_SSH_KEY_PATH 237 value: /etc/aws-ssh/aws-ssh-private 238 - name: KUBE_SSH_USER 239 value: ubuntu 240 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 241 imagePullPolicy: Always 242 resources: 243 limits: 244 cpu: "4" 245 memory: 6Gi 246 requests: 247 cpu: "4" 248 memory: 6Gi 249 annotations: 250 test.kops.k8s.io/cloud: aws 251 test.kops.k8s.io/distro: u2004 252 test.kops.k8s.io/extra_flags: --discovery-store=s3://k8s-kops-prow/discovery 253 test.kops.k8s.io/k8s_version: stable 254 test.kops.k8s.io/kops_channel: alpha 255 test.kops.k8s.io/kops_version: latest 256 test.kops.k8s.io/networking: cilium 257 testgrid-dashboards: google-aws, kops-distro-u2004, kops-distros, kops-k8s-stable, kops-latest, sig-cluster-lifecycle-kops 258 testgrid-days-of-results: '90' 259 testgrid-tab-name: kops-aws-distro-ubuntu2004 260 261 # {"cloud": "aws", "distro": "u2004arm64", "extra_flags": "--zones=eu-west-1a --node-size=m6g.large --master-size=m6g.large --discovery-store=s3://k8s-kops-prow/discovery", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "cilium"} 262 - name: e2e-kops-aws-distro-ubuntu2004arm64 263 cron: '45 6-23/8 * * *' 264 labels: 265 preset-service-account: "true" 266 preset-aws-ssh: "true" 267 preset-aws-credential: "true" 268 cluster: k8s-infra-kops-prow-build 269 decorate: true 270 decoration_config: 271 timeout: 90m 272 extra_refs: 273 - org: kubernetes 274 repo: kops 275 base_ref: master 276 workdir: true 277 path_alias: k8s.io/kops 278 spec: 279 containers: 280 - command: 281 - runner.sh 282 args: 283 - bash 284 - -c 285 - | 286 make test-e2e-install 287 kubetest2 kops \ 288 -v 2 \ 289 --up --down \ 290 --cloud-provider=aws \ 291 --create-args="--image='099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-arm64-server-20240426' --channel=alpha --networking=cilium --zones=eu-west-1a --node-size=m6g.large --master-size=m6g.large --discovery-store=s3://k8s-kops-prow/discovery" \ 292 --kops-version-marker=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt \ 293 --kubernetes-version=https://dl.k8s.io/release/stable.txt \ 294 --test=kops \ 295 -- \ 296 --test-args="-test.timeout=60m" \ 297 --test-package-marker=stable.txt \ 298 --parallel=25 299 env: 300 - name: KUBE_SSH_KEY_PATH 301 value: /etc/aws-ssh/aws-ssh-private 302 - name: KUBE_SSH_USER 303 value: ubuntu 304 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 305 imagePullPolicy: Always 306 resources: 307 limits: 308 cpu: "4" 309 memory: 6Gi 310 requests: 311 cpu: "4" 312 memory: 6Gi 313 annotations: 314 test.kops.k8s.io/cloud: aws 315 test.kops.k8s.io/distro: u2004arm64 316 test.kops.k8s.io/extra_flags: --zones=eu-west-1a --node-size=m6g.large --master-size=m6g.large --discovery-store=s3://k8s-kops-prow/discovery 317 test.kops.k8s.io/k8s_version: stable 318 test.kops.k8s.io/kops_channel: alpha 319 test.kops.k8s.io/kops_version: latest 320 test.kops.k8s.io/networking: cilium 321 testgrid-dashboards: google-aws, kops-distro-u2004, kops-distros, kops-k8s-stable, kops-latest, sig-cluster-lifecycle-kops 322 testgrid-days-of-results: '90' 323 testgrid-tab-name: kops-aws-distro-ubuntu2004arm64 324 325 # {"cloud": "aws", "distro": "u2204", "extra_flags": "--discovery-store=s3://k8s-kops-prow/discovery", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "cilium"} 326 - name: e2e-kops-aws-distro-ubuntu2204 327 cron: '34 4-23/8 * * *' 328 labels: 329 preset-service-account: "true" 330 preset-aws-ssh: "true" 331 preset-aws-credential: "true" 332 cluster: k8s-infra-kops-prow-build 333 decorate: true 334 decoration_config: 335 timeout: 90m 336 extra_refs: 337 - org: kubernetes 338 repo: kops 339 base_ref: master 340 workdir: true 341 path_alias: k8s.io/kops 342 spec: 343 containers: 344 - command: 345 - runner.sh 346 args: 347 - bash 348 - -c 349 - | 350 make test-e2e-install 351 kubetest2 kops \ 352 -v 2 \ 353 --up --down \ 354 --cloud-provider=aws \ 355 --create-args="--image='099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20240501' --channel=alpha --networking=cilium --discovery-store=s3://k8s-kops-prow/discovery" \ 356 --kops-version-marker=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt \ 357 --kubernetes-version=https://dl.k8s.io/release/stable.txt \ 358 --test=kops \ 359 -- \ 360 --test-args="-test.timeout=60m" \ 361 --test-package-marker=stable.txt \ 362 --parallel=25 363 env: 364 - name: KUBE_SSH_KEY_PATH 365 value: /etc/aws-ssh/aws-ssh-private 366 - name: KUBE_SSH_USER 367 value: ubuntu 368 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 369 imagePullPolicy: Always 370 resources: 371 limits: 372 cpu: "4" 373 memory: 6Gi 374 requests: 375 cpu: "4" 376 memory: 6Gi 377 annotations: 378 test.kops.k8s.io/cloud: aws 379 test.kops.k8s.io/distro: u2204 380 test.kops.k8s.io/extra_flags: --discovery-store=s3://k8s-kops-prow/discovery 381 test.kops.k8s.io/k8s_version: stable 382 test.kops.k8s.io/kops_channel: alpha 383 test.kops.k8s.io/kops_version: latest 384 test.kops.k8s.io/networking: cilium 385 testgrid-dashboards: google-aws, kops-distro-u2204, kops-distros, kops-k8s-stable, kops-latest, sig-cluster-lifecycle-kops 386 testgrid-days-of-results: '90' 387 testgrid-tab-name: kops-aws-distro-ubuntu2204 388 389 # {"cloud": "aws", "distro": "u2204arm64", "extra_flags": "--zones=eu-west-1a --node-size=m6g.large --master-size=m6g.large --discovery-store=s3://k8s-kops-prow/discovery", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "cilium"} 390 - name: e2e-kops-aws-distro-ubuntu2204arm64 391 cron: '36 3-23/8 * * *' 392 labels: 393 preset-service-account: "true" 394 preset-aws-ssh: "true" 395 preset-aws-credential: "true" 396 cluster: k8s-infra-kops-prow-build 397 decorate: true 398 decoration_config: 399 timeout: 90m 400 extra_refs: 401 - org: kubernetes 402 repo: kops 403 base_ref: master 404 workdir: true 405 path_alias: k8s.io/kops 406 spec: 407 containers: 408 - command: 409 - runner.sh 410 args: 411 - bash 412 - -c 413 - | 414 make test-e2e-install 415 kubetest2 kops \ 416 -v 2 \ 417 --up --down \ 418 --cloud-provider=aws \ 419 --create-args="--image='099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-arm64-server-20240501' --channel=alpha --networking=cilium --zones=eu-west-1a --node-size=m6g.large --master-size=m6g.large --discovery-store=s3://k8s-kops-prow/discovery" \ 420 --kops-version-marker=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt \ 421 --kubernetes-version=https://dl.k8s.io/release/stable.txt \ 422 --test=kops \ 423 -- \ 424 --test-args="-test.timeout=60m" \ 425 --test-package-marker=stable.txt \ 426 --parallel=25 427 env: 428 - name: KUBE_SSH_KEY_PATH 429 value: /etc/aws-ssh/aws-ssh-private 430 - name: KUBE_SSH_USER 431 value: ubuntu 432 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 433 imagePullPolicy: Always 434 resources: 435 limits: 436 cpu: "4" 437 memory: 6Gi 438 requests: 439 cpu: "4" 440 memory: 6Gi 441 annotations: 442 test.kops.k8s.io/cloud: aws 443 test.kops.k8s.io/distro: u2204arm64 444 test.kops.k8s.io/extra_flags: --zones=eu-west-1a --node-size=m6g.large --master-size=m6g.large --discovery-store=s3://k8s-kops-prow/discovery 445 test.kops.k8s.io/k8s_version: stable 446 test.kops.k8s.io/kops_channel: alpha 447 test.kops.k8s.io/kops_version: latest 448 test.kops.k8s.io/networking: cilium 449 testgrid-dashboards: google-aws, kops-distro-u2204, kops-distros, kops-k8s-stable, kops-latest, sig-cluster-lifecycle-kops 450 testgrid-days-of-results: '90' 451 testgrid-tab-name: kops-aws-distro-ubuntu2204arm64 452 453 # {"cloud": "aws", "distro": "u2404", "extra_flags": "--discovery-store=s3://k8s-kops-prow/discovery", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "cilium"} 454 - name: e2e-kops-aws-distro-ubuntu2404 455 cron: '28 6-23/8 * * *' 456 labels: 457 preset-service-account: "true" 458 preset-aws-ssh: "true" 459 preset-aws-credential: "true" 460 cluster: k8s-infra-kops-prow-build 461 decorate: true 462 decoration_config: 463 timeout: 90m 464 extra_refs: 465 - org: kubernetes 466 repo: kops 467 base_ref: master 468 workdir: true 469 path_alias: k8s.io/kops 470 spec: 471 containers: 472 - command: 473 - runner.sh 474 args: 475 - bash 476 - -c 477 - | 478 make test-e2e-install 479 kubetest2 kops \ 480 -v 2 \ 481 --up --down \ 482 --cloud-provider=aws \ 483 --create-args="--image='099720109477/ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-amd64-server-20240423' --channel=alpha --networking=cilium --discovery-store=s3://k8s-kops-prow/discovery" \ 484 --kops-version-marker=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt \ 485 --kubernetes-version=https://dl.k8s.io/release/stable.txt \ 486 --test=kops \ 487 -- \ 488 --test-args="-test.timeout=60m" \ 489 --test-package-marker=stable.txt \ 490 --parallel=25 491 env: 492 - name: KUBE_SSH_KEY_PATH 493 value: /etc/aws-ssh/aws-ssh-private 494 - name: KUBE_SSH_USER 495 value: ubuntu 496 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 497 imagePullPolicy: Always 498 resources: 499 limits: 500 cpu: "4" 501 memory: 6Gi 502 requests: 503 cpu: "4" 504 memory: 6Gi 505 annotations: 506 test.kops.k8s.io/cloud: aws 507 test.kops.k8s.io/distro: u2404 508 test.kops.k8s.io/extra_flags: --discovery-store=s3://k8s-kops-prow/discovery 509 test.kops.k8s.io/k8s_version: stable 510 test.kops.k8s.io/kops_channel: alpha 511 test.kops.k8s.io/kops_version: latest 512 test.kops.k8s.io/networking: cilium 513 testgrid-dashboards: google-aws, kops-distro-u2404, kops-distros, kops-k8s-stable, kops-latest, sig-cluster-lifecycle-kops 514 testgrid-days-of-results: '90' 515 testgrid-tab-name: kops-aws-distro-ubuntu2404 516 517 # {"cloud": "aws", "distro": "u2404arm64", "extra_flags": "--zones=eu-west-1a --node-size=m6g.large --master-size=m6g.large --discovery-store=s3://k8s-kops-prow/discovery", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "cilium"} 518 - name: e2e-kops-aws-distro-ubuntu2404arm64 519 cron: '59 4-23/8 * * *' 520 labels: 521 preset-service-account: "true" 522 preset-aws-ssh: "true" 523 preset-aws-credential: "true" 524 cluster: k8s-infra-kops-prow-build 525 decorate: true 526 decoration_config: 527 timeout: 90m 528 extra_refs: 529 - org: kubernetes 530 repo: kops 531 base_ref: master 532 workdir: true 533 path_alias: k8s.io/kops 534 spec: 535 containers: 536 - command: 537 - runner.sh 538 args: 539 - bash 540 - -c 541 - | 542 make test-e2e-install 543 kubetest2 kops \ 544 -v 2 \ 545 --up --down \ 546 --cloud-provider=aws \ 547 --create-args="--image='099720109477/ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-arm64-server-20240423' --channel=alpha --networking=cilium --zones=eu-west-1a --node-size=m6g.large --master-size=m6g.large --discovery-store=s3://k8s-kops-prow/discovery" \ 548 --kops-version-marker=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt \ 549 --kubernetes-version=https://dl.k8s.io/release/stable.txt \ 550 --test=kops \ 551 -- \ 552 --test-args="-test.timeout=60m" \ 553 --test-package-marker=stable.txt \ 554 --parallel=25 555 env: 556 - name: KUBE_SSH_KEY_PATH 557 value: /etc/aws-ssh/aws-ssh-private 558 - name: KUBE_SSH_USER 559 value: ubuntu 560 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 561 imagePullPolicy: Always 562 resources: 563 limits: 564 cpu: "4" 565 memory: 6Gi 566 requests: 567 cpu: "4" 568 memory: 6Gi 569 annotations: 570 test.kops.k8s.io/cloud: aws 571 test.kops.k8s.io/distro: u2404arm64 572 test.kops.k8s.io/extra_flags: --zones=eu-west-1a --node-size=m6g.large --master-size=m6g.large --discovery-store=s3://k8s-kops-prow/discovery 573 test.kops.k8s.io/k8s_version: stable 574 test.kops.k8s.io/kops_channel: alpha 575 test.kops.k8s.io/kops_version: latest 576 test.kops.k8s.io/networking: cilium 577 testgrid-dashboards: google-aws, kops-distro-u2404, kops-distros, kops-k8s-stable, kops-latest, sig-cluster-lifecycle-kops 578 testgrid-days-of-results: '90' 579 testgrid-tab-name: kops-aws-distro-ubuntu2404arm64 580 581 # {"cloud": "aws", "distro": "amzn2", "extra_flags": "--discovery-store=s3://k8s-kops-prow/discovery", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "cilium"} 582 - name: e2e-kops-aws-distro-amazonlinux2 583 cron: '59 1-23/8 * * *' 584 labels: 585 preset-service-account: "true" 586 preset-aws-ssh: "true" 587 preset-aws-credential: "true" 588 cluster: k8s-infra-kops-prow-build 589 decorate: true 590 decoration_config: 591 timeout: 90m 592 extra_refs: 593 - org: kubernetes 594 repo: kops 595 base_ref: master 596 workdir: true 597 path_alias: k8s.io/kops 598 spec: 599 containers: 600 - command: 601 - runner.sh 602 args: 603 - bash 604 - -c 605 - | 606 make test-e2e-install 607 kubetest2 kops \ 608 -v 2 \ 609 --up --down \ 610 --cloud-provider=aws \ 611 --create-args="--image='137112412989/amzn2-ami-kernel-5.10-hvm-2.0.20240503.0-x86_64-gp2' --channel=alpha --networking=cilium --discovery-store=s3://k8s-kops-prow/discovery" \ 612 --kops-version-marker=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt \ 613 --kubernetes-version=https://dl.k8s.io/release/stable.txt \ 614 --test=kops \ 615 -- \ 616 --test-args="-test.timeout=60m" \ 617 --test-package-marker=stable.txt \ 618 --parallel=25 619 env: 620 - name: KUBE_SSH_KEY_PATH 621 value: /etc/aws-ssh/aws-ssh-private 622 - name: KUBE_SSH_USER 623 value: ec2-user 624 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 625 imagePullPolicy: Always 626 resources: 627 limits: 628 cpu: "4" 629 memory: 6Gi 630 requests: 631 cpu: "4" 632 memory: 6Gi 633 annotations: 634 test.kops.k8s.io/cloud: aws 635 test.kops.k8s.io/distro: amzn2 636 test.kops.k8s.io/extra_flags: --discovery-store=s3://k8s-kops-prow/discovery 637 test.kops.k8s.io/k8s_version: stable 638 test.kops.k8s.io/kops_channel: alpha 639 test.kops.k8s.io/kops_version: latest 640 test.kops.k8s.io/networking: cilium 641 testgrid-dashboards: google-aws, kops-distro-amzn2, kops-distros, kops-k8s-stable, kops-latest, sig-cluster-lifecycle-kops 642 testgrid-days-of-results: '90' 643 testgrid-tab-name: kops-aws-distro-amazonlinux2 644 645 # {"cloud": "aws", "distro": "al2023", "extra_flags": "--discovery-store=s3://k8s-kops-prow/discovery", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "cilium"} 646 - name: e2e-kops-aws-distro-al2023 647 cron: '17 1-23/8 * * *' 648 labels: 649 preset-service-account: "true" 650 preset-aws-ssh: "true" 651 preset-aws-credential: "true" 652 cluster: k8s-infra-kops-prow-build 653 decorate: true 654 decoration_config: 655 timeout: 90m 656 extra_refs: 657 - org: kubernetes 658 repo: kops 659 base_ref: master 660 workdir: true 661 path_alias: k8s.io/kops 662 spec: 663 containers: 664 - command: 665 - runner.sh 666 args: 667 - bash 668 - -c 669 - | 670 make test-e2e-install 671 kubetest2 kops \ 672 -v 2 \ 673 --up --down \ 674 --cloud-provider=aws \ 675 --create-args="--image='137112412989/al2023-ami-2023.4.20240429.0-kernel-6.1-x86_64' --channel=alpha --networking=cilium --discovery-store=s3://k8s-kops-prow/discovery" \ 676 --kops-version-marker=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt \ 677 --kubernetes-version=https://dl.k8s.io/release/stable.txt \ 678 --test=kops \ 679 -- \ 680 --test-args="-test.timeout=60m" \ 681 --test-package-marker=stable.txt \ 682 --parallel=25 683 env: 684 - name: KUBE_SSH_KEY_PATH 685 value: /etc/aws-ssh/aws-ssh-private 686 - name: KUBE_SSH_USER 687 value: ec2-user 688 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 689 imagePullPolicy: Always 690 resources: 691 limits: 692 cpu: "4" 693 memory: 6Gi 694 requests: 695 cpu: "4" 696 memory: 6Gi 697 annotations: 698 test.kops.k8s.io/cloud: aws 699 test.kops.k8s.io/distro: al2023 700 test.kops.k8s.io/extra_flags: --discovery-store=s3://k8s-kops-prow/discovery 701 test.kops.k8s.io/k8s_version: stable 702 test.kops.k8s.io/kops_channel: alpha 703 test.kops.k8s.io/kops_version: latest 704 test.kops.k8s.io/networking: cilium 705 testgrid-dashboards: google-aws, kops-distro-al2023, kops-distros, kops-k8s-stable, kops-latest, sig-cluster-lifecycle-kops 706 testgrid-days-of-results: '90' 707 testgrid-tab-name: kops-aws-distro-al2023 708 709 # {"cloud": "aws", "distro": "rhel8", "extra_flags": "--discovery-store=s3://k8s-kops-prow/discovery", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "cilium"} 710 - name: e2e-kops-aws-distro-rhel8 711 cron: '36 3-23/8 * * *' 712 labels: 713 preset-service-account: "true" 714 preset-aws-ssh: "true" 715 preset-aws-credential: "true" 716 cluster: k8s-infra-kops-prow-build 717 decorate: true 718 decoration_config: 719 timeout: 90m 720 extra_refs: 721 - org: kubernetes 722 repo: kops 723 base_ref: master 724 workdir: true 725 path_alias: k8s.io/kops 726 spec: 727 containers: 728 - command: 729 - runner.sh 730 args: 731 - bash 732 - -c 733 - | 734 make test-e2e-install 735 kubetest2 kops \ 736 -v 2 \ 737 --up --down \ 738 --cloud-provider=aws \ 739 --create-args="--image='309956199498/RHEL-8.9.0_HVM-20240327-x86_64-4-Hourly2-GP3' --channel=alpha --networking=cilium --discovery-store=s3://k8s-kops-prow/discovery" \ 740 --kops-version-marker=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt \ 741 --kubernetes-version=https://dl.k8s.io/release/stable.txt \ 742 --test=kops \ 743 -- \ 744 --test-args="-test.timeout=60m" \ 745 --test-package-marker=stable.txt \ 746 --parallel=25 747 env: 748 - name: KUBE_SSH_KEY_PATH 749 value: /etc/aws-ssh/aws-ssh-private 750 - name: KUBE_SSH_USER 751 value: ec2-user 752 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 753 imagePullPolicy: Always 754 resources: 755 limits: 756 cpu: "4" 757 memory: 6Gi 758 requests: 759 cpu: "4" 760 memory: 6Gi 761 annotations: 762 test.kops.k8s.io/cloud: aws 763 test.kops.k8s.io/distro: rhel8 764 test.kops.k8s.io/extra_flags: --discovery-store=s3://k8s-kops-prow/discovery 765 test.kops.k8s.io/k8s_version: stable 766 test.kops.k8s.io/kops_channel: alpha 767 test.kops.k8s.io/kops_version: latest 768 test.kops.k8s.io/networking: cilium 769 testgrid-dashboards: google-aws, kops-distro-rhel8, kops-distros, kops-k8s-stable, kops-latest, sig-cluster-lifecycle-kops 770 testgrid-days-of-results: '90' 771 testgrid-tab-name: kops-aws-distro-rhel8 772 773 # {"cloud": "aws", "distro": "rhel9", "extra_flags": "--discovery-store=s3://k8s-kops-prow/discovery", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "cilium"} 774 - name: e2e-kops-aws-distro-rhel9 775 cron: '42 5-23/8 * * *' 776 labels: 777 preset-service-account: "true" 778 preset-aws-ssh: "true" 779 preset-aws-credential: "true" 780 cluster: k8s-infra-kops-prow-build 781 decorate: true 782 decoration_config: 783 timeout: 90m 784 extra_refs: 785 - org: kubernetes 786 repo: kops 787 base_ref: master 788 workdir: true 789 path_alias: k8s.io/kops 790 spec: 791 containers: 792 - command: 793 - runner.sh 794 args: 795 - bash 796 - -c 797 - | 798 make test-e2e-install 799 kubetest2 kops \ 800 -v 2 \ 801 --up --down \ 802 --cloud-provider=aws \ 803 --create-args="--image='309956199498/RHEL-9.4.0_HVM-20240423-x86_64-62-Hourly2-GP3' --channel=alpha --networking=cilium --discovery-store=s3://k8s-kops-prow/discovery" \ 804 --kops-version-marker=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt \ 805 --kubernetes-version=https://dl.k8s.io/release/stable.txt \ 806 --test=kops \ 807 -- \ 808 --test-args="-test.timeout=60m" \ 809 --test-package-marker=stable.txt \ 810 --parallel=25 811 env: 812 - name: KUBE_SSH_KEY_PATH 813 value: /etc/aws-ssh/aws-ssh-private 814 - name: KUBE_SSH_USER 815 value: ec2-user 816 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 817 imagePullPolicy: Always 818 resources: 819 limits: 820 cpu: "4" 821 memory: 6Gi 822 requests: 823 cpu: "4" 824 memory: 6Gi 825 annotations: 826 test.kops.k8s.io/cloud: aws 827 test.kops.k8s.io/distro: rhel9 828 test.kops.k8s.io/extra_flags: --discovery-store=s3://k8s-kops-prow/discovery 829 test.kops.k8s.io/k8s_version: stable 830 test.kops.k8s.io/kops_channel: alpha 831 test.kops.k8s.io/kops_version: latest 832 test.kops.k8s.io/networking: cilium 833 testgrid-dashboards: google-aws, kops-distro-rhel9, kops-distros, kops-k8s-stable, kops-latest, sig-cluster-lifecycle-kops 834 testgrid-days-of-results: '90' 835 testgrid-tab-name: kops-aws-distro-rhel9 836 837 # {"cloud": "aws", "distro": "rocky8", "extra_flags": "--discovery-store=s3://k8s-kops-prow/discovery", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "cilium"} 838 - name: e2e-kops-aws-distro-rocky8 839 cron: '8 4-23/8 * * *' 840 labels: 841 preset-service-account: "true" 842 preset-aws-ssh: "true" 843 preset-aws-credential: "true" 844 cluster: k8s-infra-kops-prow-build 845 decorate: true 846 decoration_config: 847 timeout: 90m 848 extra_refs: 849 - org: kubernetes 850 repo: kops 851 base_ref: master 852 workdir: true 853 path_alias: k8s.io/kops 854 spec: 855 containers: 856 - command: 857 - runner.sh 858 args: 859 - bash 860 - -c 861 - | 862 make test-e2e-install 863 kubetest2 kops \ 864 -v 2 \ 865 --up --down \ 866 --cloud-provider=aws \ 867 --create-args="--image='792107900819/Rocky-8-ec2-8.6-20220515.0.x86_64' --channel=alpha --networking=cilium --discovery-store=s3://k8s-kops-prow/discovery" \ 868 --kops-version-marker=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt \ 869 --kubernetes-version=https://dl.k8s.io/release/stable.txt \ 870 --test=kops \ 871 -- \ 872 --test-args="-test.timeout=60m" \ 873 --test-package-marker=stable.txt \ 874 --parallel=25 875 env: 876 - name: KUBE_SSH_KEY_PATH 877 value: /etc/aws-ssh/aws-ssh-private 878 - name: KUBE_SSH_USER 879 value: rocky 880 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 881 imagePullPolicy: Always 882 resources: 883 limits: 884 cpu: "4" 885 memory: 6Gi 886 requests: 887 cpu: "4" 888 memory: 6Gi 889 annotations: 890 test.kops.k8s.io/cloud: aws 891 test.kops.k8s.io/distro: rocky8 892 test.kops.k8s.io/extra_flags: --discovery-store=s3://k8s-kops-prow/discovery 893 test.kops.k8s.io/k8s_version: stable 894 test.kops.k8s.io/kops_channel: alpha 895 test.kops.k8s.io/kops_version: latest 896 test.kops.k8s.io/networking: cilium 897 testgrid-dashboards: google-aws, kops-distro-rocky8, kops-distros, kops-k8s-stable, kops-latest, sig-cluster-lifecycle-kops 898 testgrid-days-of-results: '90' 899 testgrid-tab-name: kops-aws-distro-rocky8 900 901 # {"cloud": "aws", "distro": "flatcar", "extra_flags": "--discovery-store=s3://k8s-kops-prow/discovery", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "cilium"} 902 - name: e2e-kops-aws-distro-flatcar 903 cron: '44 4-23/8 * * *' 904 labels: 905 preset-service-account: "true" 906 preset-aws-ssh: "true" 907 preset-aws-credential: "true" 908 cluster: k8s-infra-kops-prow-build 909 decorate: true 910 decoration_config: 911 timeout: 90m 912 extra_refs: 913 - org: kubernetes 914 repo: kops 915 base_ref: master 916 workdir: true 917 path_alias: k8s.io/kops 918 spec: 919 containers: 920 - command: 921 - runner.sh 922 args: 923 - bash 924 - -c 925 - | 926 make test-e2e-install 927 kubetest2 kops \ 928 -v 2 \ 929 --up --down \ 930 --cloud-provider=aws \ 931 --create-args="--image='075585003325/Flatcar-beta-3913.1.0-hvm' --channel=alpha --networking=cilium --discovery-store=s3://k8s-kops-prow/discovery" \ 932 --kops-version-marker=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt \ 933 --kubernetes-version=https://dl.k8s.io/release/stable.txt \ 934 --validation-wait=20m \ 935 --test=kops \ 936 -- \ 937 --test-args="-test.timeout=60m" \ 938 --test-package-marker=stable.txt \ 939 --parallel=25 940 env: 941 - name: KUBE_SSH_KEY_PATH 942 value: /etc/aws-ssh/aws-ssh-private 943 - name: KUBE_SSH_USER 944 value: core 945 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 946 imagePullPolicy: Always 947 resources: 948 limits: 949 cpu: "4" 950 memory: 6Gi 951 requests: 952 cpu: "4" 953 memory: 6Gi 954 annotations: 955 test.kops.k8s.io/cloud: aws 956 test.kops.k8s.io/distro: flatcar 957 test.kops.k8s.io/extra_flags: --discovery-store=s3://k8s-kops-prow/discovery 958 test.kops.k8s.io/k8s_version: stable 959 test.kops.k8s.io/kops_channel: alpha 960 test.kops.k8s.io/kops_version: latest 961 test.kops.k8s.io/networking: cilium 962 testgrid-dashboards: google-aws, kops-distro-flatcar, kops-distros, kops-k8s-stable, kops-latest, sig-cluster-lifecycle-kops 963 testgrid-days-of-results: '90' 964 testgrid-tab-name: kops-aws-distro-flatcar