k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/kubernetes/kops/kops-periodics-versions.yaml (about) 1 # Test jobs generated by build_jobs.py (do not manually edit) 2 # 6 jobs, total of 336 runs per week 3 periodics: 4 5 # {"cloud": "aws", "distro": "u2204", "extra_flags": "--discovery-store=s3://k8s-kops-prow/discovery", "k8s_version": "ci", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"} 6 - name: e2e-kops-aws-k8s-latest 7 cron: '35 1-23/3 * * *' 8 labels: 9 preset-service-account: "true" 10 preset-aws-ssh: "true" 11 preset-aws-credential: "true" 12 cluster: default 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='099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20240501' --channel=alpha --networking=calico --discovery-store=s3://k8s-kops-prow/discovery" \ 36 --kops-version-marker=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt \ 37 --publish-version-marker=gs://kops-ci/bin/latest-ci-green.txt \ 38 --kubernetes-version=https://storage.googleapis.com/k8s-release-dev/ci/latest.txt \ 39 --test=kops \ 40 -- \ 41 --test-args="-test.timeout=60m" \ 42 --test-package-url=https://storage.googleapis.com/k8s-release-dev \ 43 --test-package-dir=ci \ 44 --test-package-marker=latest.txt \ 45 --parallel=25 46 env: 47 - name: KUBE_SSH_KEY_PATH 48 value: /etc/aws-ssh/aws-ssh-private 49 - name: KUBE_SSH_USER 50 value: ubuntu 51 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 52 imagePullPolicy: Always 53 resources: 54 limits: 55 cpu: "4" 56 memory: 6Gi 57 requests: 58 cpu: "4" 59 memory: 6Gi 60 annotations: 61 test.kops.k8s.io/cloud: aws 62 test.kops.k8s.io/distro: u2204 63 test.kops.k8s.io/extra_flags: --discovery-store=s3://k8s-kops-prow/discovery 64 test.kops.k8s.io/k8s_version: ci 65 test.kops.k8s.io/kops_channel: alpha 66 test.kops.k8s.io/kops_version: latest 67 test.kops.k8s.io/networking: calico 68 testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-ci, kops-latest, kops-versions, sig-cluster-lifecycle-kops 69 testgrid-days-of-results: '35' 70 testgrid-tab-name: kops-aws-k8s-latest 71 72 # {"cloud": "aws", "distro": "u2204", "extra_flags": "--discovery-store=s3://k8s-kops-prow/discovery", "k8s_version": "1.29", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"} 73 - name: e2e-kops-aws-k8s-1-29 74 cron: '11 1-23/3 * * *' 75 labels: 76 preset-service-account: "true" 77 preset-aws-ssh: "true" 78 preset-aws-credential: "true" 79 cluster: k8s-infra-kops-prow-build 80 decorate: true 81 decoration_config: 82 timeout: 90m 83 extra_refs: 84 - org: kubernetes 85 repo: kops 86 base_ref: master 87 workdir: true 88 path_alias: k8s.io/kops 89 spec: 90 containers: 91 - command: 92 - runner.sh 93 args: 94 - bash 95 - -c 96 - | 97 make test-e2e-install 98 kubetest2 kops \ 99 -v 2 \ 100 --up --down \ 101 --cloud-provider=aws \ 102 --create-args="--image='099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20240501' --channel=alpha --networking=calico --discovery-store=s3://k8s-kops-prow/discovery" \ 103 --kops-version-marker=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt \ 104 --kubernetes-version=https://dl.k8s.io/release/stable-1.29.txt \ 105 --test=kops \ 106 -- \ 107 --test-args="-test.timeout=60m" \ 108 --test-package-marker=stable-1.29.txt \ 109 --parallel=25 110 env: 111 - name: KUBE_SSH_KEY_PATH 112 value: /etc/aws-ssh/aws-ssh-private 113 - name: KUBE_SSH_USER 114 value: ubuntu 115 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 116 imagePullPolicy: Always 117 resources: 118 limits: 119 cpu: "4" 120 memory: 6Gi 121 requests: 122 cpu: "4" 123 memory: 6Gi 124 annotations: 125 test.kops.k8s.io/cloud: aws 126 test.kops.k8s.io/distro: u2204 127 test.kops.k8s.io/extra_flags: --discovery-store=s3://k8s-kops-prow/discovery 128 test.kops.k8s.io/k8s_version: '1.29' 129 test.kops.k8s.io/kops_channel: alpha 130 test.kops.k8s.io/kops_version: latest 131 test.kops.k8s.io/networking: calico 132 testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-1.29, kops-latest, kops-versions, sig-cluster-lifecycle-kops 133 testgrid-days-of-results: '35' 134 testgrid-tab-name: kops-aws-k8s-1-29 135 136 # {"cloud": "aws", "distro": "u2204", "extra_flags": "--discovery-store=s3://k8s-kops-prow/discovery", "k8s_version": "1.28", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"} 137 - name: e2e-kops-aws-k8s-1-28 138 cron: '17 2-23/3 * * *' 139 labels: 140 preset-service-account: "true" 141 preset-aws-ssh: "true" 142 preset-aws-credential: "true" 143 cluster: k8s-infra-kops-prow-build 144 decorate: true 145 decoration_config: 146 timeout: 90m 147 extra_refs: 148 - org: kubernetes 149 repo: kops 150 base_ref: master 151 workdir: true 152 path_alias: k8s.io/kops 153 spec: 154 containers: 155 - command: 156 - runner.sh 157 args: 158 - bash 159 - -c 160 - | 161 make test-e2e-install 162 kubetest2 kops \ 163 -v 2 \ 164 --up --down \ 165 --cloud-provider=aws \ 166 --create-args="--image='099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20240501' --channel=alpha --networking=calico --discovery-store=s3://k8s-kops-prow/discovery" \ 167 --kops-version-marker=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt \ 168 --kubernetes-version=https://dl.k8s.io/release/stable-1.28.txt \ 169 --test=kops \ 170 -- \ 171 --test-args="-test.timeout=60m" \ 172 --test-package-marker=stable-1.28.txt \ 173 --parallel=25 174 env: 175 - name: KUBE_SSH_KEY_PATH 176 value: /etc/aws-ssh/aws-ssh-private 177 - name: KUBE_SSH_USER 178 value: ubuntu 179 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 180 imagePullPolicy: Always 181 resources: 182 limits: 183 cpu: "4" 184 memory: 6Gi 185 requests: 186 cpu: "4" 187 memory: 6Gi 188 annotations: 189 test.kops.k8s.io/cloud: aws 190 test.kops.k8s.io/distro: u2204 191 test.kops.k8s.io/extra_flags: --discovery-store=s3://k8s-kops-prow/discovery 192 test.kops.k8s.io/k8s_version: '1.28' 193 test.kops.k8s.io/kops_channel: alpha 194 test.kops.k8s.io/kops_version: latest 195 test.kops.k8s.io/networking: calico 196 testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-1.28, kops-latest, kops-versions, sig-cluster-lifecycle-kops 197 testgrid-days-of-results: '35' 198 testgrid-tab-name: kops-aws-k8s-1-28 199 200 # {"cloud": "aws", "distro": "u2204", "extra_flags": "--discovery-store=s3://k8s-kops-prow/discovery", "k8s_version": "1.27", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"} 201 - name: e2e-kops-aws-k8s-1-27 202 cron: '32 1-23/3 * * *' 203 labels: 204 preset-service-account: "true" 205 preset-aws-ssh: "true" 206 preset-aws-credential: "true" 207 cluster: k8s-infra-kops-prow-build 208 decorate: true 209 decoration_config: 210 timeout: 90m 211 extra_refs: 212 - org: kubernetes 213 repo: kops 214 base_ref: master 215 workdir: true 216 path_alias: k8s.io/kops 217 spec: 218 containers: 219 - command: 220 - runner.sh 221 args: 222 - bash 223 - -c 224 - | 225 make test-e2e-install 226 kubetest2 kops \ 227 -v 2 \ 228 --up --down \ 229 --cloud-provider=aws \ 230 --create-args="--image='099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20240501' --channel=alpha --networking=calico --discovery-store=s3://k8s-kops-prow/discovery" \ 231 --kops-version-marker=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt \ 232 --kubernetes-version=https://dl.k8s.io/release/stable-1.27.txt \ 233 --test=kops \ 234 -- \ 235 --test-args="-test.timeout=60m" \ 236 --test-package-marker=stable-1.27.txt \ 237 --parallel=25 238 env: 239 - name: KUBE_SSH_KEY_PATH 240 value: /etc/aws-ssh/aws-ssh-private 241 - name: KUBE_SSH_USER 242 value: ubuntu 243 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 244 imagePullPolicy: Always 245 resources: 246 limits: 247 cpu: "4" 248 memory: 6Gi 249 requests: 250 cpu: "4" 251 memory: 6Gi 252 annotations: 253 test.kops.k8s.io/cloud: aws 254 test.kops.k8s.io/distro: u2204 255 test.kops.k8s.io/extra_flags: --discovery-store=s3://k8s-kops-prow/discovery 256 test.kops.k8s.io/k8s_version: '1.27' 257 test.kops.k8s.io/kops_channel: alpha 258 test.kops.k8s.io/kops_version: latest 259 test.kops.k8s.io/networking: calico 260 testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-1.27, kops-latest, kops-versions, sig-cluster-lifecycle-kops 261 testgrid-days-of-results: '35' 262 testgrid-tab-name: kops-aws-k8s-1-27 263 264 # {"cloud": "aws", "distro": "u2204", "extra_flags": "--discovery-store=s3://k8s-kops-prow/discovery", "k8s_version": "1.26", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"} 265 - name: e2e-kops-aws-k8s-1-26 266 cron: '6 1-23/3 * * *' 267 labels: 268 preset-service-account: "true" 269 preset-aws-ssh: "true" 270 preset-aws-credential: "true" 271 cluster: k8s-infra-kops-prow-build 272 decorate: true 273 decoration_config: 274 timeout: 90m 275 extra_refs: 276 - org: kubernetes 277 repo: kops 278 base_ref: master 279 workdir: true 280 path_alias: k8s.io/kops 281 spec: 282 containers: 283 - command: 284 - runner.sh 285 args: 286 - bash 287 - -c 288 - | 289 make test-e2e-install 290 kubetest2 kops \ 291 -v 2 \ 292 --up --down \ 293 --cloud-provider=aws \ 294 --create-args="--image='099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20240501' --channel=alpha --networking=calico --discovery-store=s3://k8s-kops-prow/discovery" \ 295 --kops-version-marker=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt \ 296 --kubernetes-version=https://dl.k8s.io/release/stable-1.26.txt \ 297 --test=kops \ 298 -- \ 299 --test-args="-test.timeout=60m" \ 300 --test-package-marker=stable-1.26.txt \ 301 --parallel=25 302 env: 303 - name: KUBE_SSH_KEY_PATH 304 value: /etc/aws-ssh/aws-ssh-private 305 - name: KUBE_SSH_USER 306 value: ubuntu 307 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 308 imagePullPolicy: Always 309 resources: 310 limits: 311 cpu: "4" 312 memory: 6Gi 313 requests: 314 cpu: "4" 315 memory: 6Gi 316 annotations: 317 test.kops.k8s.io/cloud: aws 318 test.kops.k8s.io/distro: u2204 319 test.kops.k8s.io/extra_flags: --discovery-store=s3://k8s-kops-prow/discovery 320 test.kops.k8s.io/k8s_version: '1.26' 321 test.kops.k8s.io/kops_channel: alpha 322 test.kops.k8s.io/kops_version: latest 323 test.kops.k8s.io/networking: calico 324 testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-1.26, kops-latest, kops-versions, sig-cluster-lifecycle-kops 325 testgrid-days-of-results: '35' 326 testgrid-tab-name: kops-aws-k8s-1-26 327 328 # {"cloud": "aws", "distro": "u2204", "extra_flags": "--discovery-store=s3://k8s-kops-prow/discovery", "k8s_version": "1.25", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"} 329 - name: e2e-kops-aws-k8s-1-25 330 cron: '44 1-23/3 * * *' 331 labels: 332 preset-service-account: "true" 333 preset-aws-ssh: "true" 334 preset-aws-credential: "true" 335 cluster: k8s-infra-kops-prow-build 336 decorate: true 337 decoration_config: 338 timeout: 90m 339 extra_refs: 340 - org: kubernetes 341 repo: kops 342 base_ref: master 343 workdir: true 344 path_alias: k8s.io/kops 345 spec: 346 containers: 347 - command: 348 - runner.sh 349 args: 350 - bash 351 - -c 352 - | 353 make test-e2e-install 354 kubetest2 kops \ 355 -v 2 \ 356 --up --down \ 357 --cloud-provider=aws \ 358 --create-args="--image='099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20240501' --channel=alpha --networking=calico --discovery-store=s3://k8s-kops-prow/discovery" \ 359 --kops-version-marker=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt \ 360 --kubernetes-version=https://dl.k8s.io/release/stable-1.25.txt \ 361 --test=kops \ 362 -- \ 363 --test-args="-test.timeout=60m" \ 364 --test-package-marker=stable-1.25.txt \ 365 --parallel=25 366 env: 367 - name: KUBE_SSH_KEY_PATH 368 value: /etc/aws-ssh/aws-ssh-private 369 - name: KUBE_SSH_USER 370 value: ubuntu 371 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 372 imagePullPolicy: Always 373 resources: 374 limits: 375 cpu: "4" 376 memory: 6Gi 377 requests: 378 cpu: "4" 379 memory: 6Gi 380 annotations: 381 test.kops.k8s.io/cloud: aws 382 test.kops.k8s.io/distro: u2204 383 test.kops.k8s.io/extra_flags: --discovery-store=s3://k8s-kops-prow/discovery 384 test.kops.k8s.io/k8s_version: '1.25' 385 test.kops.k8s.io/kops_channel: alpha 386 test.kops.k8s.io/kops_version: latest 387 test.kops.k8s.io/networking: calico 388 testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-1.25, kops-latest, kops-versions, sig-cluster-lifecycle-kops 389 testgrid-days-of-results: '35' 390 testgrid-tab-name: kops-aws-k8s-1-25