k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/kubernetes/kops/kops-periodics-upgrades.yaml (about)

     1  # Test jobs generated by build_jobs.py (do not manually edit)
     2  # 44 jobs, total of 784 runs per week
     3  periodics:
     4  
     5  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
     6  - name: e2e-kops-aws-upgrade-k126-ko126-to-k127-ko127
     7    cluster: default
     8    cron: '6 10-23/24 * * *'
     9    labels:
    10      preset-service-account: "true"
    11      preset-aws-ssh: "true"
    12      preset-aws-credential: "true"
    13      preset-dind-enabled: "true"
    14    max_concurrency: 1
    15    decorate: true
    16    decoration_config:
    17      timeout: 150m
    18    extra_refs:
    19    - org: kubernetes
    20      repo: kops
    21      base_ref: master
    22      workdir: true
    23      path_alias: k8s.io/kops
    24    spec:
    25      containers:
    26      - command:
    27        - runner.sh
    28        args:
    29        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
    30        env:
    31        - name: KOPS_VERSION_A
    32          value: "v1.26.6"
    33        - name: K8S_VERSION_A
    34          value: "v1.26.11"
    35        - name: KOPS_VERSION_B
    36          value: "1.27"
    37        - name: K8S_VERSION_B
    38          value: "v1.27.8"
    39        - name: CLOUD_PROVIDER
    40          value: "aws"
    41        - name: CLUSTER_NAME
    42          value: "e2e-9ba274829e-feea8.tests-kops-aws.k8s.io"
    43        - name: KUBE_SSH_USER
    44          value: "ubuntu"
    45        - name: KOPS_STATE_STORE
    46          value: "s3://k8s-kops-prow"
    47        - name: KOPS_IRSA
    48          value: "true"
    49        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
    50        imagePullPolicy: Always
    51        resources:
    52          limits:
    53            cpu: "4"
    54            memory: 6Gi
    55          requests:
    56            cpu: "4"
    57            memory: 6Gi
    58        securityContext:
    59          privileged: true
    60    annotations:
    61      test.kops.k8s.io/cloud: aws
    62      test.kops.k8s.io/distro: u2204
    63      test.kops.k8s.io/k8s_version: stable
    64      test.kops.k8s.io/kops_channel: alpha
    65      test.kops.k8s.io/kops_version: latest
    66      test.kops.k8s.io/networking: calico
    67      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades, sig-cluster-lifecycle-kops
    68      testgrid-days-of-results: '90'
    69      testgrid-tab-name: kops-aws-upgrade-k126-ko126-to-k127-ko127
    70  
    71  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
    72  - name: e2e-kops-aws-upgrade-k126-ko126-to-k127-ko127-many-addons
    73    cluster: default
    74    cron: '5 13-23/24 * * *'
    75    labels:
    76      preset-service-account: "true"
    77      preset-aws-ssh: "true"
    78      preset-aws-credential: "true"
    79      preset-dind-enabled: "true"
    80    max_concurrency: 1
    81    decorate: true
    82    decoration_config:
    83      timeout: 150m
    84    extra_refs:
    85    - org: kubernetes
    86      repo: kops
    87      base_ref: master
    88      workdir: true
    89      path_alias: k8s.io/kops
    90    spec:
    91      containers:
    92      - command:
    93        - runner.sh
    94        args:
    95        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
    96        env:
    97        - name: KOPS_VERSION_A
    98          value: "v1.26.6"
    99        - name: K8S_VERSION_A
   100          value: "v1.26.11"
   101        - name: KOPS_VERSION_B
   102          value: "1.27"
   103        - name: K8S_VERSION_B
   104          value: "v1.27.8"
   105        - name: KOPS_SKIP_E2E
   106          value: "1"
   107        - name: KOPS_TEMPLATE
   108          value: "tests/e2e/templates/many-addons.yaml.tmpl"
   109        - name: KOPS_CONTROL_PLANE_SIZE
   110          value: "3"
   111        - name: CLOUD_PROVIDER
   112          value: "aws"
   113        - name: CLUSTER_NAME
   114          value: "e2e-ebe0e4cc67-046aa.tests-kops-aws.k8s.io"
   115        - name: KUBE_SSH_USER
   116          value: "ubuntu"
   117        - name: KOPS_STATE_STORE
   118          value: "s3://k8s-kops-prow"
   119        - name: KOPS_IRSA
   120          value: "true"
   121        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
   122        imagePullPolicy: Always
   123        resources:
   124          limits:
   125            cpu: "4"
   126            memory: 6Gi
   127          requests:
   128            cpu: "4"
   129            memory: 6Gi
   130        securityContext:
   131          privileged: true
   132    annotations:
   133      test.kops.k8s.io/cloud: aws
   134      test.kops.k8s.io/distro: u2204
   135      test.kops.k8s.io/k8s_version: stable
   136      test.kops.k8s.io/kops_channel: alpha
   137      test.kops.k8s.io/kops_version: latest
   138      test.kops.k8s.io/networking: calico
   139      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades-many-addons, sig-cluster-lifecycle-kops
   140      testgrid-days-of-results: '90'
   141      testgrid-tab-name: kops-aws-upgrade-k126-ko126-to-k127-ko127-many-addons
   142  
   143  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
   144  - name: e2e-kops-aws-upgrade-k127-ko127-to-k127-ko127
   145    cluster: k8s-infra-kops-prow-build
   146    cron: '40 4-23/24 * * *'
   147    labels:
   148      preset-service-account: "true"
   149      preset-aws-ssh: "true"
   150      preset-dind-enabled: "true"
   151    max_concurrency: 1
   152    decorate: true
   153    decoration_config:
   154      timeout: 150m
   155    extra_refs:
   156    - org: kubernetes
   157      repo: kops
   158      base_ref: master
   159      workdir: true
   160      path_alias: k8s.io/kops
   161    spec:
   162      serviceAccountName: prowjob-default-sa
   163      containers:
   164      - command:
   165        - runner.sh
   166        args:
   167        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
   168        env:
   169        - name: KOPS_VERSION_A
   170          value: "v1.27.3"
   171        - name: K8S_VERSION_A
   172          value: "v1.27.7"
   173        - name: KOPS_VERSION_B
   174          value: "1.27"
   175        - name: K8S_VERSION_B
   176          value: "v1.27.8"
   177        - name: KOPS_STATE_STORE
   178          value: "s3://k8s-kops-ci-prow-state-store"
   179        - name: KOPS_DNS_DOMAIN
   180          value: "tests-kops-aws.k8s.io"
   181        - name: DISCOVERY_STORE
   182          value: "s3://k8s-kops-ci-prow"
   183        - name: CLOUD_PROVIDER
   184          value: "aws"
   185        - name: CLUSTER_NAME
   186          value: "e2e-5f6a7c34d6-41951.tests-kops-aws.k8s.io"
   187        - name: KUBE_SSH_USER
   188          value: "ubuntu"
   189        - name: KOPS_IRSA
   190          value: "true"
   191        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
   192        imagePullPolicy: Always
   193        resources:
   194          limits:
   195            cpu: "4"
   196            memory: 6Gi
   197          requests:
   198            cpu: "4"
   199            memory: 6Gi
   200        securityContext:
   201          privileged: true
   202    annotations:
   203      test.kops.k8s.io/cloud: aws
   204      test.kops.k8s.io/distro: u2204
   205      test.kops.k8s.io/k8s_version: stable
   206      test.kops.k8s.io/kops_channel: alpha
   207      test.kops.k8s.io/kops_version: latest
   208      test.kops.k8s.io/networking: calico
   209      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades, sig-cluster-lifecycle-kops
   210      testgrid-days-of-results: '90'
   211      testgrid-tab-name: kops-aws-upgrade-k127-ko127-to-k127-ko127
   212  
   213  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
   214  - name: e2e-kops-aws-upgrade-k127-ko127-to-k127-ko127-many-addons
   215    cluster: k8s-infra-kops-prow-build
   216    cron: '3 23-23/24 * * *'
   217    labels:
   218      preset-service-account: "true"
   219      preset-aws-ssh: "true"
   220      preset-dind-enabled: "true"
   221    max_concurrency: 1
   222    decorate: true
   223    decoration_config:
   224      timeout: 150m
   225    extra_refs:
   226    - org: kubernetes
   227      repo: kops
   228      base_ref: master
   229      workdir: true
   230      path_alias: k8s.io/kops
   231    spec:
   232      serviceAccountName: prowjob-default-sa
   233      containers:
   234      - command:
   235        - runner.sh
   236        args:
   237        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
   238        env:
   239        - name: KOPS_VERSION_A
   240          value: "v1.27.3"
   241        - name: K8S_VERSION_A
   242          value: "v1.27.7"
   243        - name: KOPS_VERSION_B
   244          value: "1.27"
   245        - name: K8S_VERSION_B
   246          value: "v1.27.8"
   247        - name: KOPS_SKIP_E2E
   248          value: "1"
   249        - name: KOPS_TEMPLATE
   250          value: "tests/e2e/templates/many-addons.yaml.tmpl"
   251        - name: KOPS_CONTROL_PLANE_SIZE
   252          value: "3"
   253        - name: KOPS_STATE_STORE
   254          value: "s3://k8s-kops-ci-prow-state-store"
   255        - name: KOPS_DNS_DOMAIN
   256          value: "tests-kops-aws.k8s.io"
   257        - name: DISCOVERY_STORE
   258          value: "s3://k8s-kops-ci-prow"
   259        - name: CLOUD_PROVIDER
   260          value: "aws"
   261        - name: CLUSTER_NAME
   262          value: "e2e-ec26b3174a-cd001.tests-kops-aws.k8s.io"
   263        - name: KUBE_SSH_USER
   264          value: "ubuntu"
   265        - name: KOPS_IRSA
   266          value: "true"
   267        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
   268        imagePullPolicy: Always
   269        resources:
   270          limits:
   271            cpu: "4"
   272            memory: 6Gi
   273          requests:
   274            cpu: "4"
   275            memory: 6Gi
   276        securityContext:
   277          privileged: true
   278    annotations:
   279      test.kops.k8s.io/cloud: aws
   280      test.kops.k8s.io/distro: u2204
   281      test.kops.k8s.io/k8s_version: stable
   282      test.kops.k8s.io/kops_channel: alpha
   283      test.kops.k8s.io/kops_version: latest
   284      test.kops.k8s.io/networking: calico
   285      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades-many-addons, sig-cluster-lifecycle-kops
   286      testgrid-days-of-results: '90'
   287      testgrid-tab-name: kops-aws-upgrade-k127-ko127-to-k127-ko127-many-addons
   288  
   289  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
   290  - name: e2e-kops-aws-upgrade-k126-ko126-to-k127-ko128
   291    cluster: default
   292    cron: '11 19-23/24 * * *'
   293    labels:
   294      preset-service-account: "true"
   295      preset-aws-ssh: "true"
   296      preset-aws-credential: "true"
   297      preset-dind-enabled: "true"
   298    max_concurrency: 1
   299    decorate: true
   300    decoration_config:
   301      timeout: 150m
   302    extra_refs:
   303    - org: kubernetes
   304      repo: kops
   305      base_ref: master
   306      workdir: true
   307      path_alias: k8s.io/kops
   308    spec:
   309      containers:
   310      - command:
   311        - runner.sh
   312        args:
   313        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
   314        env:
   315        - name: KOPS_VERSION_A
   316          value: "v1.26.6"
   317        - name: K8S_VERSION_A
   318          value: "v1.26.11"
   319        - name: KOPS_VERSION_B
   320          value: "1.28"
   321        - name: K8S_VERSION_B
   322          value: "v1.27.8"
   323        - name: CLOUD_PROVIDER
   324          value: "aws"
   325        - name: CLUSTER_NAME
   326          value: "e2e-13b41b15e5-ff6f5.tests-kops-aws.k8s.io"
   327        - name: KUBE_SSH_USER
   328          value: "ubuntu"
   329        - name: KOPS_STATE_STORE
   330          value: "s3://k8s-kops-prow"
   331        - name: KOPS_IRSA
   332          value: "true"
   333        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
   334        imagePullPolicy: Always
   335        resources:
   336          limits:
   337            cpu: "4"
   338            memory: 6Gi
   339          requests:
   340            cpu: "4"
   341            memory: 6Gi
   342        securityContext:
   343          privileged: true
   344    annotations:
   345      test.kops.k8s.io/cloud: aws
   346      test.kops.k8s.io/distro: u2204
   347      test.kops.k8s.io/k8s_version: stable
   348      test.kops.k8s.io/kops_channel: alpha
   349      test.kops.k8s.io/kops_version: latest
   350      test.kops.k8s.io/networking: calico
   351      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades, sig-cluster-lifecycle-kops
   352      testgrid-days-of-results: '90'
   353      testgrid-tab-name: kops-aws-upgrade-k126-ko126-to-k127-ko128
   354  
   355  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
   356  - name: e2e-kops-aws-upgrade-k126-ko126-to-k127-ko128-many-addons
   357    cluster: default
   358    cron: '52 8-23/24 * * *'
   359    labels:
   360      preset-service-account: "true"
   361      preset-aws-ssh: "true"
   362      preset-aws-credential: "true"
   363      preset-dind-enabled: "true"
   364    max_concurrency: 1
   365    decorate: true
   366    decoration_config:
   367      timeout: 150m
   368    extra_refs:
   369    - org: kubernetes
   370      repo: kops
   371      base_ref: master
   372      workdir: true
   373      path_alias: k8s.io/kops
   374    spec:
   375      containers:
   376      - command:
   377        - runner.sh
   378        args:
   379        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
   380        env:
   381        - name: KOPS_VERSION_A
   382          value: "v1.26.6"
   383        - name: K8S_VERSION_A
   384          value: "v1.26.11"
   385        - name: KOPS_VERSION_B
   386          value: "1.28"
   387        - name: K8S_VERSION_B
   388          value: "v1.27.8"
   389        - name: KOPS_SKIP_E2E
   390          value: "1"
   391        - name: KOPS_TEMPLATE
   392          value: "tests/e2e/templates/many-addons.yaml.tmpl"
   393        - name: KOPS_CONTROL_PLANE_SIZE
   394          value: "3"
   395        - name: CLOUD_PROVIDER
   396          value: "aws"
   397        - name: CLUSTER_NAME
   398          value: "e2e-6734e67200-e477d.tests-kops-aws.k8s.io"
   399        - name: KUBE_SSH_USER
   400          value: "ubuntu"
   401        - name: KOPS_STATE_STORE
   402          value: "s3://k8s-kops-prow"
   403        - name: KOPS_IRSA
   404          value: "true"
   405        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
   406        imagePullPolicy: Always
   407        resources:
   408          limits:
   409            cpu: "4"
   410            memory: 6Gi
   411          requests:
   412            cpu: "4"
   413            memory: 6Gi
   414        securityContext:
   415          privileged: true
   416    annotations:
   417      test.kops.k8s.io/cloud: aws
   418      test.kops.k8s.io/distro: u2204
   419      test.kops.k8s.io/k8s_version: stable
   420      test.kops.k8s.io/kops_channel: alpha
   421      test.kops.k8s.io/kops_version: latest
   422      test.kops.k8s.io/networking: calico
   423      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades-many-addons, sig-cluster-lifecycle-kops
   424      testgrid-days-of-results: '90'
   425      testgrid-tab-name: kops-aws-upgrade-k126-ko126-to-k127-ko128-many-addons
   426  
   427  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
   428  - name: e2e-kops-aws-upgrade-k127-ko127-to-k128-ko128
   429    cluster: k8s-infra-kops-prow-build
   430    cron: '40 4-23/24 * * *'
   431    labels:
   432      preset-service-account: "true"
   433      preset-aws-ssh: "true"
   434      preset-dind-enabled: "true"
   435    max_concurrency: 1
   436    decorate: true
   437    decoration_config:
   438      timeout: 150m
   439    extra_refs:
   440    - org: kubernetes
   441      repo: kops
   442      base_ref: master
   443      workdir: true
   444      path_alias: k8s.io/kops
   445    spec:
   446      serviceAccountName: prowjob-default-sa
   447      containers:
   448      - command:
   449        - runner.sh
   450        args:
   451        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
   452        env:
   453        - name: KOPS_VERSION_A
   454          value: "v1.27.3"
   455        - name: K8S_VERSION_A
   456          value: "v1.27.8"
   457        - name: KOPS_VERSION_B
   458          value: "1.28"
   459        - name: K8S_VERSION_B
   460          value: "v1.28.4"
   461        - name: KOPS_STATE_STORE
   462          value: "s3://k8s-kops-ci-prow-state-store"
   463        - name: KOPS_DNS_DOMAIN
   464          value: "tests-kops-aws.k8s.io"
   465        - name: DISCOVERY_STORE
   466          value: "s3://k8s-kops-ci-prow"
   467        - name: CLOUD_PROVIDER
   468          value: "aws"
   469        - name: CLUSTER_NAME
   470          value: "e2e-5cce897dd9-6fae0.tests-kops-aws.k8s.io"
   471        - name: KUBE_SSH_USER
   472          value: "ubuntu"
   473        - name: KOPS_IRSA
   474          value: "true"
   475        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
   476        imagePullPolicy: Always
   477        resources:
   478          limits:
   479            cpu: "4"
   480            memory: 6Gi
   481          requests:
   482            cpu: "4"
   483            memory: 6Gi
   484        securityContext:
   485          privileged: true
   486    annotations:
   487      test.kops.k8s.io/cloud: aws
   488      test.kops.k8s.io/distro: u2204
   489      test.kops.k8s.io/k8s_version: stable
   490      test.kops.k8s.io/kops_channel: alpha
   491      test.kops.k8s.io/kops_version: latest
   492      test.kops.k8s.io/networking: calico
   493      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades, sig-cluster-lifecycle-kops
   494      testgrid-days-of-results: '90'
   495      testgrid-tab-name: kops-aws-upgrade-k127-ko127-to-k128-ko128
   496  
   497  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
   498  - name: e2e-kops-aws-upgrade-k127-ko127-to-k128-ko128-many-addons
   499    cluster: k8s-infra-kops-prow-build
   500    cron: '24 12-23/24 * * *'
   501    labels:
   502      preset-service-account: "true"
   503      preset-aws-ssh: "true"
   504      preset-dind-enabled: "true"
   505    max_concurrency: 1
   506    decorate: true
   507    decoration_config:
   508      timeout: 150m
   509    extra_refs:
   510    - org: kubernetes
   511      repo: kops
   512      base_ref: master
   513      workdir: true
   514      path_alias: k8s.io/kops
   515    spec:
   516      serviceAccountName: prowjob-default-sa
   517      containers:
   518      - command:
   519        - runner.sh
   520        args:
   521        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
   522        env:
   523        - name: KOPS_VERSION_A
   524          value: "v1.27.3"
   525        - name: K8S_VERSION_A
   526          value: "v1.27.8"
   527        - name: KOPS_VERSION_B
   528          value: "1.28"
   529        - name: K8S_VERSION_B
   530          value: "v1.28.4"
   531        - name: KOPS_SKIP_E2E
   532          value: "1"
   533        - name: KOPS_TEMPLATE
   534          value: "tests/e2e/templates/many-addons.yaml.tmpl"
   535        - name: KOPS_CONTROL_PLANE_SIZE
   536          value: "3"
   537        - name: KOPS_STATE_STORE
   538          value: "s3://k8s-kops-ci-prow-state-store"
   539        - name: KOPS_DNS_DOMAIN
   540          value: "tests-kops-aws.k8s.io"
   541        - name: DISCOVERY_STORE
   542          value: "s3://k8s-kops-ci-prow"
   543        - name: CLOUD_PROVIDER
   544          value: "aws"
   545        - name: CLUSTER_NAME
   546          value: "e2e-eb7d632f12-192d9.tests-kops-aws.k8s.io"
   547        - name: KUBE_SSH_USER
   548          value: "ubuntu"
   549        - name: KOPS_IRSA
   550          value: "true"
   551        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
   552        imagePullPolicy: Always
   553        resources:
   554          limits:
   555            cpu: "4"
   556            memory: 6Gi
   557          requests:
   558            cpu: "4"
   559            memory: 6Gi
   560        securityContext:
   561          privileged: true
   562    annotations:
   563      test.kops.k8s.io/cloud: aws
   564      test.kops.k8s.io/distro: u2204
   565      test.kops.k8s.io/k8s_version: stable
   566      test.kops.k8s.io/kops_channel: alpha
   567      test.kops.k8s.io/kops_version: latest
   568      test.kops.k8s.io/networking: calico
   569      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades-many-addons, sig-cluster-lifecycle-kops
   570      testgrid-days-of-results: '90'
   571      testgrid-tab-name: kops-aws-upgrade-k127-ko127-to-k128-ko128-many-addons
   572  
   573  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
   574  - name: e2e-kops-aws-upgrade-k128-ko128-to-k128-ko128
   575    cluster: k8s-infra-kops-prow-build
   576    cron: '23 23-23/24 * * *'
   577    labels:
   578      preset-service-account: "true"
   579      preset-aws-ssh: "true"
   580      preset-dind-enabled: "true"
   581    max_concurrency: 1
   582    decorate: true
   583    decoration_config:
   584      timeout: 150m
   585    extra_refs:
   586    - org: kubernetes
   587      repo: kops
   588      base_ref: master
   589      workdir: true
   590      path_alias: k8s.io/kops
   591    spec:
   592      serviceAccountName: prowjob-default-sa
   593      containers:
   594      - command:
   595        - runner.sh
   596        args:
   597        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
   598        env:
   599        - name: KOPS_VERSION_A
   600          value: "v1.28.4"
   601        - name: K8S_VERSION_A
   602          value: "v1.28.3"
   603        - name: KOPS_VERSION_B
   604          value: "1.28"
   605        - name: K8S_VERSION_B
   606          value: "v1.28.4"
   607        - name: KOPS_STATE_STORE
   608          value: "s3://k8s-kops-ci-prow-state-store"
   609        - name: KOPS_DNS_DOMAIN
   610          value: "tests-kops-aws.k8s.io"
   611        - name: DISCOVERY_STORE
   612          value: "s3://k8s-kops-ci-prow"
   613        - name: CLOUD_PROVIDER
   614          value: "aws"
   615        - name: CLUSTER_NAME
   616          value: "e2e-42bfef03b8-389b1.tests-kops-aws.k8s.io"
   617        - name: KUBE_SSH_USER
   618          value: "ubuntu"
   619        - name: KOPS_IRSA
   620          value: "true"
   621        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
   622        imagePullPolicy: Always
   623        resources:
   624          limits:
   625            cpu: "4"
   626            memory: 6Gi
   627          requests:
   628            cpu: "4"
   629            memory: 6Gi
   630        securityContext:
   631          privileged: true
   632    annotations:
   633      test.kops.k8s.io/cloud: aws
   634      test.kops.k8s.io/distro: u2204
   635      test.kops.k8s.io/k8s_version: stable
   636      test.kops.k8s.io/kops_channel: alpha
   637      test.kops.k8s.io/kops_version: latest
   638      test.kops.k8s.io/networking: calico
   639      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades, sig-cluster-lifecycle-kops
   640      testgrid-days-of-results: '90'
   641      testgrid-tab-name: kops-aws-upgrade-k128-ko128-to-k128-ko128
   642  
   643  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
   644  - name: e2e-kops-aws-upgrade-k128-ko128-to-k128-ko128-many-addons
   645    cluster: k8s-infra-kops-prow-build
   646    cron: '48 16-23/24 * * *'
   647    labels:
   648      preset-service-account: "true"
   649      preset-aws-ssh: "true"
   650      preset-dind-enabled: "true"
   651    max_concurrency: 1
   652    decorate: true
   653    decoration_config:
   654      timeout: 150m
   655    extra_refs:
   656    - org: kubernetes
   657      repo: kops
   658      base_ref: master
   659      workdir: true
   660      path_alias: k8s.io/kops
   661    spec:
   662      serviceAccountName: prowjob-default-sa
   663      containers:
   664      - command:
   665        - runner.sh
   666        args:
   667        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
   668        env:
   669        - name: KOPS_VERSION_A
   670          value: "v1.28.4"
   671        - name: K8S_VERSION_A
   672          value: "v1.28.3"
   673        - name: KOPS_VERSION_B
   674          value: "1.28"
   675        - name: K8S_VERSION_B
   676          value: "v1.28.4"
   677        - name: KOPS_SKIP_E2E
   678          value: "1"
   679        - name: KOPS_TEMPLATE
   680          value: "tests/e2e/templates/many-addons.yaml.tmpl"
   681        - name: KOPS_CONTROL_PLANE_SIZE
   682          value: "3"
   683        - name: KOPS_STATE_STORE
   684          value: "s3://k8s-kops-ci-prow-state-store"
   685        - name: KOPS_DNS_DOMAIN
   686          value: "tests-kops-aws.k8s.io"
   687        - name: DISCOVERY_STORE
   688          value: "s3://k8s-kops-ci-prow"
   689        - name: CLOUD_PROVIDER
   690          value: "aws"
   691        - name: CLUSTER_NAME
   692          value: "e2e-cb6ec85b38-a11dd.tests-kops-aws.k8s.io"
   693        - name: KUBE_SSH_USER
   694          value: "ubuntu"
   695        - name: KOPS_IRSA
   696          value: "true"
   697        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
   698        imagePullPolicy: Always
   699        resources:
   700          limits:
   701            cpu: "4"
   702            memory: 6Gi
   703          requests:
   704            cpu: "4"
   705            memory: 6Gi
   706        securityContext:
   707          privileged: true
   708    annotations:
   709      test.kops.k8s.io/cloud: aws
   710      test.kops.k8s.io/distro: u2204
   711      test.kops.k8s.io/k8s_version: stable
   712      test.kops.k8s.io/kops_channel: alpha
   713      test.kops.k8s.io/kops_version: latest
   714      test.kops.k8s.io/networking: calico
   715      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades-many-addons, sig-cluster-lifecycle-kops
   716      testgrid-days-of-results: '90'
   717      testgrid-tab-name: kops-aws-upgrade-k128-ko128-to-k128-ko128-many-addons
   718  
   719  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
   720  - name: e2e-kops-aws-upgrade-k126-ko126-to-k127-kolatest
   721    cluster: default
   722    cron: '32 5-23/8 * * *'
   723    labels:
   724      preset-service-account: "true"
   725      preset-aws-ssh: "true"
   726      preset-aws-credential: "true"
   727      preset-dind-enabled: "true"
   728    max_concurrency: 1
   729    decorate: true
   730    decoration_config:
   731      timeout: 150m
   732    extra_refs:
   733    - org: kubernetes
   734      repo: kops
   735      base_ref: master
   736      workdir: true
   737      path_alias: k8s.io/kops
   738    spec:
   739      containers:
   740      - command:
   741        - runner.sh
   742        args:
   743        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
   744        env:
   745        - name: KOPS_VERSION_A
   746          value: "v1.26.6"
   747        - name: K8S_VERSION_A
   748          value: "v1.26.0"
   749        - name: KOPS_VERSION_B
   750          value: "latest"
   751        - name: K8S_VERSION_B
   752          value: "v1.27.0"
   753        - name: CLOUD_PROVIDER
   754          value: "aws"
   755        - name: CLUSTER_NAME
   756          value: "e2e-a107ec63ea-42cbe.tests-kops-aws.k8s.io"
   757        - name: KUBE_SSH_USER
   758          value: "ubuntu"
   759        - name: KOPS_STATE_STORE
   760          value: "s3://k8s-kops-prow"
   761        - name: KOPS_IRSA
   762          value: "true"
   763        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
   764        imagePullPolicy: Always
   765        resources:
   766          limits:
   767            cpu: "4"
   768            memory: 6Gi
   769          requests:
   770            cpu: "4"
   771            memory: 6Gi
   772        securityContext:
   773          privileged: true
   774    annotations:
   775      test.kops.k8s.io/cloud: aws
   776      test.kops.k8s.io/distro: u2204
   777      test.kops.k8s.io/k8s_version: stable
   778      test.kops.k8s.io/kops_channel: alpha
   779      test.kops.k8s.io/kops_version: latest
   780      test.kops.k8s.io/networking: calico
   781      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades, sig-cluster-lifecycle-kops
   782      testgrid-days-of-results: '90'
   783      testgrid-tab-name: kops-aws-upgrade-k126-ko126-to-k127-kolatest
   784  
   785  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
   786  - name: e2e-kops-aws-upgrade-k126-ko126-to-k127-kolatest-many-addons
   787    cluster: default
   788    cron: '10 2-23/8 * * *'
   789    labels:
   790      preset-service-account: "true"
   791      preset-aws-ssh: "true"
   792      preset-aws-credential: "true"
   793      preset-dind-enabled: "true"
   794    max_concurrency: 1
   795    decorate: true
   796    decoration_config:
   797      timeout: 150m
   798    extra_refs:
   799    - org: kubernetes
   800      repo: kops
   801      base_ref: master
   802      workdir: true
   803      path_alias: k8s.io/kops
   804    spec:
   805      containers:
   806      - command:
   807        - runner.sh
   808        args:
   809        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
   810        env:
   811        - name: KOPS_VERSION_A
   812          value: "v1.26.6"
   813        - name: K8S_VERSION_A
   814          value: "v1.26.0"
   815        - name: KOPS_VERSION_B
   816          value: "latest"
   817        - name: K8S_VERSION_B
   818          value: "v1.27.0"
   819        - name: KOPS_SKIP_E2E
   820          value: "1"
   821        - name: KOPS_TEMPLATE
   822          value: "tests/e2e/templates/many-addons.yaml.tmpl"
   823        - name: KOPS_CONTROL_PLANE_SIZE
   824          value: "3"
   825        - name: CLOUD_PROVIDER
   826          value: "aws"
   827        - name: CLUSTER_NAME
   828          value: "e2e-cb261a338c-88b03.tests-kops-aws.k8s.io"
   829        - name: KUBE_SSH_USER
   830          value: "ubuntu"
   831        - name: KOPS_STATE_STORE
   832          value: "s3://k8s-kops-prow"
   833        - name: KOPS_IRSA
   834          value: "true"
   835        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
   836        imagePullPolicy: Always
   837        resources:
   838          limits:
   839            cpu: "4"
   840            memory: 6Gi
   841          requests:
   842            cpu: "4"
   843            memory: 6Gi
   844        securityContext:
   845          privileged: true
   846    annotations:
   847      test.kops.k8s.io/cloud: aws
   848      test.kops.k8s.io/distro: u2204
   849      test.kops.k8s.io/k8s_version: stable
   850      test.kops.k8s.io/kops_channel: alpha
   851      test.kops.k8s.io/kops_version: latest
   852      test.kops.k8s.io/networking: calico
   853      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades-many-addons, sig-cluster-lifecycle-kops
   854      testgrid-days-of-results: '90'
   855      testgrid-tab-name: kops-aws-upgrade-k126-ko126-to-k127-kolatest-many-addons
   856  
   857  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
   858  - name: e2e-kops-aws-upgrade-k124-ko127-to-k125-kolatest
   859    cluster: default
   860    cron: '43 6-23/8 * * *'
   861    labels:
   862      preset-service-account: "true"
   863      preset-aws-ssh: "true"
   864      preset-aws-credential: "true"
   865      preset-dind-enabled: "true"
   866    max_concurrency: 1
   867    decorate: true
   868    decoration_config:
   869      timeout: 150m
   870    extra_refs:
   871    - org: kubernetes
   872      repo: kops
   873      base_ref: master
   874      workdir: true
   875      path_alias: k8s.io/kops
   876    spec:
   877      containers:
   878      - command:
   879        - runner.sh
   880        args:
   881        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
   882        env:
   883        - name: KOPS_VERSION_A
   884          value: "v1.27.3"
   885        - name: K8S_VERSION_A
   886          value: "v1.24.0"
   887        - name: KOPS_VERSION_B
   888          value: "latest"
   889        - name: K8S_VERSION_B
   890          value: "v1.25.0"
   891        - name: CLOUD_PROVIDER
   892          value: "aws"
   893        - name: CLUSTER_NAME
   894          value: "e2e-47fcbdd84b-0374e.tests-kops-aws.k8s.io"
   895        - name: KUBE_SSH_USER
   896          value: "ubuntu"
   897        - name: KOPS_STATE_STORE
   898          value: "s3://k8s-kops-prow"
   899        - name: KOPS_IRSA
   900          value: "true"
   901        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
   902        imagePullPolicy: Always
   903        resources:
   904          limits:
   905            cpu: "4"
   906            memory: 6Gi
   907          requests:
   908            cpu: "4"
   909            memory: 6Gi
   910        securityContext:
   911          privileged: true
   912    annotations:
   913      test.kops.k8s.io/cloud: aws
   914      test.kops.k8s.io/distro: u2204
   915      test.kops.k8s.io/k8s_version: stable
   916      test.kops.k8s.io/kops_channel: alpha
   917      test.kops.k8s.io/kops_version: latest
   918      test.kops.k8s.io/networking: calico
   919      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades, sig-cluster-lifecycle-kops
   920      testgrid-days-of-results: '90'
   921      testgrid-tab-name: kops-aws-upgrade-k124-ko127-to-k125-kolatest
   922  
   923  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
   924  - name: e2e-kops-aws-upgrade-k124-ko127-to-k125-kolatest-many-addons
   925    cluster: default
   926    cron: '1 1-23/8 * * *'
   927    labels:
   928      preset-service-account: "true"
   929      preset-aws-ssh: "true"
   930      preset-aws-credential: "true"
   931      preset-dind-enabled: "true"
   932    max_concurrency: 1
   933    decorate: true
   934    decoration_config:
   935      timeout: 150m
   936    extra_refs:
   937    - org: kubernetes
   938      repo: kops
   939      base_ref: master
   940      workdir: true
   941      path_alias: k8s.io/kops
   942    spec:
   943      containers:
   944      - command:
   945        - runner.sh
   946        args:
   947        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
   948        env:
   949        - name: KOPS_VERSION_A
   950          value: "v1.27.3"
   951        - name: K8S_VERSION_A
   952          value: "v1.24.0"
   953        - name: KOPS_VERSION_B
   954          value: "latest"
   955        - name: K8S_VERSION_B
   956          value: "v1.25.0"
   957        - name: KOPS_SKIP_E2E
   958          value: "1"
   959        - name: KOPS_TEMPLATE
   960          value: "tests/e2e/templates/many-addons.yaml.tmpl"
   961        - name: KOPS_CONTROL_PLANE_SIZE
   962          value: "3"
   963        - name: CLOUD_PROVIDER
   964          value: "aws"
   965        - name: CLUSTER_NAME
   966          value: "e2e-f377e4ced7-0f515.tests-kops-aws.k8s.io"
   967        - name: KUBE_SSH_USER
   968          value: "ubuntu"
   969        - name: KOPS_STATE_STORE
   970          value: "s3://k8s-kops-prow"
   971        - name: KOPS_IRSA
   972          value: "true"
   973        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
   974        imagePullPolicy: Always
   975        resources:
   976          limits:
   977            cpu: "4"
   978            memory: 6Gi
   979          requests:
   980            cpu: "4"
   981            memory: 6Gi
   982        securityContext:
   983          privileged: true
   984    annotations:
   985      test.kops.k8s.io/cloud: aws
   986      test.kops.k8s.io/distro: u2204
   987      test.kops.k8s.io/k8s_version: stable
   988      test.kops.k8s.io/kops_channel: alpha
   989      test.kops.k8s.io/kops_version: latest
   990      test.kops.k8s.io/networking: calico
   991      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades-many-addons, sig-cluster-lifecycle-kops
   992      testgrid-days-of-results: '90'
   993      testgrid-tab-name: kops-aws-upgrade-k124-ko127-to-k125-kolatest-many-addons
   994  
   995  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
   996  - name: e2e-kops-aws-upgrade-k125-ko127-to-k126-kolatest
   997    cluster: default
   998    cron: '19 2-23/8 * * *'
   999    labels:
  1000      preset-service-account: "true"
  1001      preset-aws-ssh: "true"
  1002      preset-aws-credential: "true"
  1003      preset-dind-enabled: "true"
  1004    max_concurrency: 1
  1005    decorate: true
  1006    decoration_config:
  1007      timeout: 150m
  1008    extra_refs:
  1009    - org: kubernetes
  1010      repo: kops
  1011      base_ref: master
  1012      workdir: true
  1013      path_alias: k8s.io/kops
  1014    spec:
  1015      containers:
  1016      - command:
  1017        - runner.sh
  1018        args:
  1019        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
  1020        env:
  1021        - name: KOPS_VERSION_A
  1022          value: "v1.27.3"
  1023        - name: K8S_VERSION_A
  1024          value: "v1.25.0"
  1025        - name: KOPS_VERSION_B
  1026          value: "latest"
  1027        - name: K8S_VERSION_B
  1028          value: "v1.26.0"
  1029        - name: CLOUD_PROVIDER
  1030          value: "aws"
  1031        - name: CLUSTER_NAME
  1032          value: "e2e-c46fe1ee39-eabd1.tests-kops-aws.k8s.io"
  1033        - name: KUBE_SSH_USER
  1034          value: "ubuntu"
  1035        - name: KOPS_STATE_STORE
  1036          value: "s3://k8s-kops-prow"
  1037        - name: KOPS_IRSA
  1038          value: "true"
  1039        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
  1040        imagePullPolicy: Always
  1041        resources:
  1042          limits:
  1043            cpu: "4"
  1044            memory: 6Gi
  1045          requests:
  1046            cpu: "4"
  1047            memory: 6Gi
  1048        securityContext:
  1049          privileged: true
  1050    annotations:
  1051      test.kops.k8s.io/cloud: aws
  1052      test.kops.k8s.io/distro: u2204
  1053      test.kops.k8s.io/k8s_version: stable
  1054      test.kops.k8s.io/kops_channel: alpha
  1055      test.kops.k8s.io/kops_version: latest
  1056      test.kops.k8s.io/networking: calico
  1057      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades, sig-cluster-lifecycle-kops
  1058      testgrid-days-of-results: '90'
  1059      testgrid-tab-name: kops-aws-upgrade-k125-ko127-to-k126-kolatest
  1060  
  1061  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
  1062  - name: e2e-kops-aws-upgrade-k125-ko127-to-k126-kolatest-many-addons
  1063    cluster: default
  1064    cron: '8 4-23/8 * * *'
  1065    labels:
  1066      preset-service-account: "true"
  1067      preset-aws-ssh: "true"
  1068      preset-aws-credential: "true"
  1069      preset-dind-enabled: "true"
  1070    max_concurrency: 1
  1071    decorate: true
  1072    decoration_config:
  1073      timeout: 150m
  1074    extra_refs:
  1075    - org: kubernetes
  1076      repo: kops
  1077      base_ref: master
  1078      workdir: true
  1079      path_alias: k8s.io/kops
  1080    spec:
  1081      containers:
  1082      - command:
  1083        - runner.sh
  1084        args:
  1085        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
  1086        env:
  1087        - name: KOPS_VERSION_A
  1088          value: "v1.27.3"
  1089        - name: K8S_VERSION_A
  1090          value: "v1.25.0"
  1091        - name: KOPS_VERSION_B
  1092          value: "latest"
  1093        - name: K8S_VERSION_B
  1094          value: "v1.26.0"
  1095        - name: KOPS_SKIP_E2E
  1096          value: "1"
  1097        - name: KOPS_TEMPLATE
  1098          value: "tests/e2e/templates/many-addons.yaml.tmpl"
  1099        - name: KOPS_CONTROL_PLANE_SIZE
  1100          value: "3"
  1101        - name: CLOUD_PROVIDER
  1102          value: "aws"
  1103        - name: CLUSTER_NAME
  1104          value: "e2e-0c89ac61ed-69907.tests-kops-aws.k8s.io"
  1105        - name: KUBE_SSH_USER
  1106          value: "ubuntu"
  1107        - name: KOPS_STATE_STORE
  1108          value: "s3://k8s-kops-prow"
  1109        - name: KOPS_IRSA
  1110          value: "true"
  1111        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
  1112        imagePullPolicy: Always
  1113        resources:
  1114          limits:
  1115            cpu: "4"
  1116            memory: 6Gi
  1117          requests:
  1118            cpu: "4"
  1119            memory: 6Gi
  1120        securityContext:
  1121          privileged: true
  1122    annotations:
  1123      test.kops.k8s.io/cloud: aws
  1124      test.kops.k8s.io/distro: u2204
  1125      test.kops.k8s.io/k8s_version: stable
  1126      test.kops.k8s.io/kops_channel: alpha
  1127      test.kops.k8s.io/kops_version: latest
  1128      test.kops.k8s.io/networking: calico
  1129      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades-many-addons, sig-cluster-lifecycle-kops
  1130      testgrid-days-of-results: '90'
  1131      testgrid-tab-name: kops-aws-upgrade-k125-ko127-to-k126-kolatest-many-addons
  1132  
  1133  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
  1134  - name: e2e-kops-aws-upgrade-k126-ko127-to-k127-kolatest
  1135    cluster: default
  1136    cron: '37 4-23/8 * * *'
  1137    labels:
  1138      preset-service-account: "true"
  1139      preset-aws-ssh: "true"
  1140      preset-aws-credential: "true"
  1141      preset-dind-enabled: "true"
  1142    max_concurrency: 1
  1143    decorate: true
  1144    decoration_config:
  1145      timeout: 150m
  1146    extra_refs:
  1147    - org: kubernetes
  1148      repo: kops
  1149      base_ref: master
  1150      workdir: true
  1151      path_alias: k8s.io/kops
  1152    spec:
  1153      containers:
  1154      - command:
  1155        - runner.sh
  1156        args:
  1157        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
  1158        env:
  1159        - name: KOPS_VERSION_A
  1160          value: "v1.27.3"
  1161        - name: K8S_VERSION_A
  1162          value: "v1.26.0"
  1163        - name: KOPS_VERSION_B
  1164          value: "latest"
  1165        - name: K8S_VERSION_B
  1166          value: "v1.27.0"
  1167        - name: CLOUD_PROVIDER
  1168          value: "aws"
  1169        - name: CLUSTER_NAME
  1170          value: "e2e-96cbebf7ac-5a314.tests-kops-aws.k8s.io"
  1171        - name: KUBE_SSH_USER
  1172          value: "ubuntu"
  1173        - name: KOPS_STATE_STORE
  1174          value: "s3://k8s-kops-prow"
  1175        - name: KOPS_IRSA
  1176          value: "true"
  1177        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
  1178        imagePullPolicy: Always
  1179        resources:
  1180          limits:
  1181            cpu: "4"
  1182            memory: 6Gi
  1183          requests:
  1184            cpu: "4"
  1185            memory: 6Gi
  1186        securityContext:
  1187          privileged: true
  1188    annotations:
  1189      test.kops.k8s.io/cloud: aws
  1190      test.kops.k8s.io/distro: u2204
  1191      test.kops.k8s.io/k8s_version: stable
  1192      test.kops.k8s.io/kops_channel: alpha
  1193      test.kops.k8s.io/kops_version: latest
  1194      test.kops.k8s.io/networking: calico
  1195      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades, sig-cluster-lifecycle-kops
  1196      testgrid-days-of-results: '90'
  1197      testgrid-tab-name: kops-aws-upgrade-k126-ko127-to-k127-kolatest
  1198  
  1199  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
  1200  - name: e2e-kops-aws-upgrade-k126-ko127-to-k127-kolatest-many-addons
  1201    cluster: default
  1202    cron: '6 2-23/8 * * *'
  1203    labels:
  1204      preset-service-account: "true"
  1205      preset-aws-ssh: "true"
  1206      preset-aws-credential: "true"
  1207      preset-dind-enabled: "true"
  1208    max_concurrency: 1
  1209    decorate: true
  1210    decoration_config:
  1211      timeout: 150m
  1212    extra_refs:
  1213    - org: kubernetes
  1214      repo: kops
  1215      base_ref: master
  1216      workdir: true
  1217      path_alias: k8s.io/kops
  1218    spec:
  1219      containers:
  1220      - command:
  1221        - runner.sh
  1222        args:
  1223        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
  1224        env:
  1225        - name: KOPS_VERSION_A
  1226          value: "v1.27.3"
  1227        - name: K8S_VERSION_A
  1228          value: "v1.26.0"
  1229        - name: KOPS_VERSION_B
  1230          value: "latest"
  1231        - name: K8S_VERSION_B
  1232          value: "v1.27.0"
  1233        - name: KOPS_SKIP_E2E
  1234          value: "1"
  1235        - name: KOPS_TEMPLATE
  1236          value: "tests/e2e/templates/many-addons.yaml.tmpl"
  1237        - name: KOPS_CONTROL_PLANE_SIZE
  1238          value: "3"
  1239        - name: CLOUD_PROVIDER
  1240          value: "aws"
  1241        - name: CLUSTER_NAME
  1242          value: "e2e-5b97447976-b7284.tests-kops-aws.k8s.io"
  1243        - name: KUBE_SSH_USER
  1244          value: "ubuntu"
  1245        - name: KOPS_STATE_STORE
  1246          value: "s3://k8s-kops-prow"
  1247        - name: KOPS_IRSA
  1248          value: "true"
  1249        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
  1250        imagePullPolicy: Always
  1251        resources:
  1252          limits:
  1253            cpu: "4"
  1254            memory: 6Gi
  1255          requests:
  1256            cpu: "4"
  1257            memory: 6Gi
  1258        securityContext:
  1259          privileged: true
  1260    annotations:
  1261      test.kops.k8s.io/cloud: aws
  1262      test.kops.k8s.io/distro: u2204
  1263      test.kops.k8s.io/k8s_version: stable
  1264      test.kops.k8s.io/kops_channel: alpha
  1265      test.kops.k8s.io/kops_version: latest
  1266      test.kops.k8s.io/networking: calico
  1267      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades-many-addons, sig-cluster-lifecycle-kops
  1268      testgrid-days-of-results: '90'
  1269      testgrid-tab-name: kops-aws-upgrade-k126-ko127-to-k127-kolatest-many-addons
  1270  
  1271  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
  1272  - name: e2e-kops-aws-upgrade-k127-ko127-to-k128-kolatest
  1273    cluster: k8s-infra-kops-prow-build
  1274    cron: '55 6-23/8 * * *'
  1275    labels:
  1276      preset-service-account: "true"
  1277      preset-aws-ssh: "true"
  1278      preset-dind-enabled: "true"
  1279    max_concurrency: 1
  1280    decorate: true
  1281    decoration_config:
  1282      timeout: 150m
  1283    extra_refs:
  1284    - org: kubernetes
  1285      repo: kops
  1286      base_ref: master
  1287      workdir: true
  1288      path_alias: k8s.io/kops
  1289    spec:
  1290      serviceAccountName: prowjob-default-sa
  1291      containers:
  1292      - command:
  1293        - runner.sh
  1294        args:
  1295        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
  1296        env:
  1297        - name: KOPS_VERSION_A
  1298          value: "v1.27.3"
  1299        - name: K8S_VERSION_A
  1300          value: "v1.27.0"
  1301        - name: KOPS_VERSION_B
  1302          value: "latest"
  1303        - name: K8S_VERSION_B
  1304          value: "v1.28.0"
  1305        - name: KOPS_STATE_STORE
  1306          value: "s3://k8s-kops-ci-prow-state-store"
  1307        - name: KOPS_DNS_DOMAIN
  1308          value: "tests-kops-aws.k8s.io"
  1309        - name: DISCOVERY_STORE
  1310          value: "s3://k8s-kops-ci-prow"
  1311        - name: CLOUD_PROVIDER
  1312          value: "aws"
  1313        - name: CLUSTER_NAME
  1314          value: "e2e-1731c72aa2-b68de.tests-kops-aws.k8s.io"
  1315        - name: KUBE_SSH_USER
  1316          value: "ubuntu"
  1317        - name: KOPS_IRSA
  1318          value: "true"
  1319        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
  1320        imagePullPolicy: Always
  1321        resources:
  1322          limits:
  1323            cpu: "4"
  1324            memory: 6Gi
  1325          requests:
  1326            cpu: "4"
  1327            memory: 6Gi
  1328        securityContext:
  1329          privileged: true
  1330    annotations:
  1331      test.kops.k8s.io/cloud: aws
  1332      test.kops.k8s.io/distro: u2204
  1333      test.kops.k8s.io/k8s_version: stable
  1334      test.kops.k8s.io/kops_channel: alpha
  1335      test.kops.k8s.io/kops_version: latest
  1336      test.kops.k8s.io/networking: calico
  1337      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades, sig-cluster-lifecycle-kops
  1338      testgrid-days-of-results: '90'
  1339      testgrid-tab-name: kops-aws-upgrade-k127-ko127-to-k128-kolatest
  1340  
  1341  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
  1342  - name: e2e-kops-aws-upgrade-k127-ko127-to-k128-kolatest-many-addons
  1343    cluster: k8s-infra-kops-prow-build
  1344    cron: '31 7-23/8 * * *'
  1345    labels:
  1346      preset-service-account: "true"
  1347      preset-aws-ssh: "true"
  1348      preset-dind-enabled: "true"
  1349    max_concurrency: 1
  1350    decorate: true
  1351    decoration_config:
  1352      timeout: 150m
  1353    extra_refs:
  1354    - org: kubernetes
  1355      repo: kops
  1356      base_ref: master
  1357      workdir: true
  1358      path_alias: k8s.io/kops
  1359    spec:
  1360      serviceAccountName: prowjob-default-sa
  1361      containers:
  1362      - command:
  1363        - runner.sh
  1364        args:
  1365        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
  1366        env:
  1367        - name: KOPS_VERSION_A
  1368          value: "v1.27.3"
  1369        - name: K8S_VERSION_A
  1370          value: "v1.27.0"
  1371        - name: KOPS_VERSION_B
  1372          value: "latest"
  1373        - name: K8S_VERSION_B
  1374          value: "v1.28.0"
  1375        - name: KOPS_SKIP_E2E
  1376          value: "1"
  1377        - name: KOPS_TEMPLATE
  1378          value: "tests/e2e/templates/many-addons.yaml.tmpl"
  1379        - name: KOPS_CONTROL_PLANE_SIZE
  1380          value: "3"
  1381        - name: KOPS_STATE_STORE
  1382          value: "s3://k8s-kops-ci-prow-state-store"
  1383        - name: KOPS_DNS_DOMAIN
  1384          value: "tests-kops-aws.k8s.io"
  1385        - name: DISCOVERY_STORE
  1386          value: "s3://k8s-kops-ci-prow"
  1387        - name: CLOUD_PROVIDER
  1388          value: "aws"
  1389        - name: CLUSTER_NAME
  1390          value: "e2e-3e38f4058a-0e0be.tests-kops-aws.k8s.io"
  1391        - name: KUBE_SSH_USER
  1392          value: "ubuntu"
  1393        - name: KOPS_IRSA
  1394          value: "true"
  1395        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
  1396        imagePullPolicy: Always
  1397        resources:
  1398          limits:
  1399            cpu: "4"
  1400            memory: 6Gi
  1401          requests:
  1402            cpu: "4"
  1403            memory: 6Gi
  1404        securityContext:
  1405          privileged: true
  1406    annotations:
  1407      test.kops.k8s.io/cloud: aws
  1408      test.kops.k8s.io/distro: u2204
  1409      test.kops.k8s.io/k8s_version: stable
  1410      test.kops.k8s.io/kops_channel: alpha
  1411      test.kops.k8s.io/kops_version: latest
  1412      test.kops.k8s.io/networking: calico
  1413      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades-many-addons, sig-cluster-lifecycle-kops
  1414      testgrid-days-of-results: '90'
  1415      testgrid-tab-name: kops-aws-upgrade-k127-ko127-to-k128-kolatest-many-addons
  1416  
  1417  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
  1418  - name: e2e-kops-aws-upgrade-k124-ko128-to-k125-kolatest
  1419    cluster: default
  1420    cron: '51 6-23/8 * * *'
  1421    labels:
  1422      preset-service-account: "true"
  1423      preset-aws-ssh: "true"
  1424      preset-aws-credential: "true"
  1425      preset-dind-enabled: "true"
  1426    max_concurrency: 1
  1427    decorate: true
  1428    decoration_config:
  1429      timeout: 150m
  1430    extra_refs:
  1431    - org: kubernetes
  1432      repo: kops
  1433      base_ref: master
  1434      workdir: true
  1435      path_alias: k8s.io/kops
  1436    spec:
  1437      containers:
  1438      - command:
  1439        - runner.sh
  1440        args:
  1441        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
  1442        env:
  1443        - name: KOPS_VERSION_A
  1444          value: "v1.28.4"
  1445        - name: K8S_VERSION_A
  1446          value: "v1.24.0"
  1447        - name: KOPS_VERSION_B
  1448          value: "latest"
  1449        - name: K8S_VERSION_B
  1450          value: "v1.25.0"
  1451        - name: CLOUD_PROVIDER
  1452          value: "aws"
  1453        - name: CLUSTER_NAME
  1454          value: "e2e-91780086ad-c0835.tests-kops-aws.k8s.io"
  1455        - name: KUBE_SSH_USER
  1456          value: "ubuntu"
  1457        - name: KOPS_STATE_STORE
  1458          value: "s3://k8s-kops-prow"
  1459        - name: KOPS_IRSA
  1460          value: "true"
  1461        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
  1462        imagePullPolicy: Always
  1463        resources:
  1464          limits:
  1465            cpu: "4"
  1466            memory: 6Gi
  1467          requests:
  1468            cpu: "4"
  1469            memory: 6Gi
  1470        securityContext:
  1471          privileged: true
  1472    annotations:
  1473      test.kops.k8s.io/cloud: aws
  1474      test.kops.k8s.io/distro: u2204
  1475      test.kops.k8s.io/k8s_version: stable
  1476      test.kops.k8s.io/kops_channel: alpha
  1477      test.kops.k8s.io/kops_version: latest
  1478      test.kops.k8s.io/networking: calico
  1479      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades, sig-cluster-lifecycle-kops
  1480      testgrid-days-of-results: '90'
  1481      testgrid-tab-name: kops-aws-upgrade-k124-ko128-to-k125-kolatest
  1482  
  1483  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
  1484  - name: e2e-kops-aws-upgrade-k124-ko128-to-k125-kolatest-many-addons
  1485    cluster: default
  1486    cron: '40 0-23/8 * * *'
  1487    labels:
  1488      preset-service-account: "true"
  1489      preset-aws-ssh: "true"
  1490      preset-aws-credential: "true"
  1491      preset-dind-enabled: "true"
  1492    max_concurrency: 1
  1493    decorate: true
  1494    decoration_config:
  1495      timeout: 150m
  1496    extra_refs:
  1497    - org: kubernetes
  1498      repo: kops
  1499      base_ref: master
  1500      workdir: true
  1501      path_alias: k8s.io/kops
  1502    spec:
  1503      containers:
  1504      - command:
  1505        - runner.sh
  1506        args:
  1507        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
  1508        env:
  1509        - name: KOPS_VERSION_A
  1510          value: "v1.28.4"
  1511        - name: K8S_VERSION_A
  1512          value: "v1.24.0"
  1513        - name: KOPS_VERSION_B
  1514          value: "latest"
  1515        - name: K8S_VERSION_B
  1516          value: "v1.25.0"
  1517        - name: KOPS_SKIP_E2E
  1518          value: "1"
  1519        - name: KOPS_TEMPLATE
  1520          value: "tests/e2e/templates/many-addons.yaml.tmpl"
  1521        - name: KOPS_CONTROL_PLANE_SIZE
  1522          value: "3"
  1523        - name: CLOUD_PROVIDER
  1524          value: "aws"
  1525        - name: CLUSTER_NAME
  1526          value: "e2e-6d3bfe8337-84e86.tests-kops-aws.k8s.io"
  1527        - name: KUBE_SSH_USER
  1528          value: "ubuntu"
  1529        - name: KOPS_STATE_STORE
  1530          value: "s3://k8s-kops-prow"
  1531        - name: KOPS_IRSA
  1532          value: "true"
  1533        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
  1534        imagePullPolicy: Always
  1535        resources:
  1536          limits:
  1537            cpu: "4"
  1538            memory: 6Gi
  1539          requests:
  1540            cpu: "4"
  1541            memory: 6Gi
  1542        securityContext:
  1543          privileged: true
  1544    annotations:
  1545      test.kops.k8s.io/cloud: aws
  1546      test.kops.k8s.io/distro: u2204
  1547      test.kops.k8s.io/k8s_version: stable
  1548      test.kops.k8s.io/kops_channel: alpha
  1549      test.kops.k8s.io/kops_version: latest
  1550      test.kops.k8s.io/networking: calico
  1551      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades-many-addons, sig-cluster-lifecycle-kops
  1552      testgrid-days-of-results: '90'
  1553      testgrid-tab-name: kops-aws-upgrade-k124-ko128-to-k125-kolatest-many-addons
  1554  
  1555  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
  1556  - name: e2e-kops-aws-upgrade-k125-ko128-to-k126-kolatest
  1557    cluster: default
  1558    cron: '47 2-23/8 * * *'
  1559    labels:
  1560      preset-service-account: "true"
  1561      preset-aws-ssh: "true"
  1562      preset-aws-credential: "true"
  1563      preset-dind-enabled: "true"
  1564    max_concurrency: 1
  1565    decorate: true
  1566    decoration_config:
  1567      timeout: 150m
  1568    extra_refs:
  1569    - org: kubernetes
  1570      repo: kops
  1571      base_ref: master
  1572      workdir: true
  1573      path_alias: k8s.io/kops
  1574    spec:
  1575      containers:
  1576      - command:
  1577        - runner.sh
  1578        args:
  1579        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
  1580        env:
  1581        - name: KOPS_VERSION_A
  1582          value: "v1.28.4"
  1583        - name: K8S_VERSION_A
  1584          value: "v1.25.0"
  1585        - name: KOPS_VERSION_B
  1586          value: "latest"
  1587        - name: K8S_VERSION_B
  1588          value: "v1.26.0"
  1589        - name: CLOUD_PROVIDER
  1590          value: "aws"
  1591        - name: CLUSTER_NAME
  1592          value: "e2e-1e995c134b-6d07a.tests-kops-aws.k8s.io"
  1593        - name: KUBE_SSH_USER
  1594          value: "ubuntu"
  1595        - name: KOPS_STATE_STORE
  1596          value: "s3://k8s-kops-prow"
  1597        - name: KOPS_IRSA
  1598          value: "true"
  1599        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
  1600        imagePullPolicy: Always
  1601        resources:
  1602          limits:
  1603            cpu: "4"
  1604            memory: 6Gi
  1605          requests:
  1606            cpu: "4"
  1607            memory: 6Gi
  1608        securityContext:
  1609          privileged: true
  1610    annotations:
  1611      test.kops.k8s.io/cloud: aws
  1612      test.kops.k8s.io/distro: u2204
  1613      test.kops.k8s.io/k8s_version: stable
  1614      test.kops.k8s.io/kops_channel: alpha
  1615      test.kops.k8s.io/kops_version: latest
  1616      test.kops.k8s.io/networking: calico
  1617      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades, sig-cluster-lifecycle-kops
  1618      testgrid-days-of-results: '90'
  1619      testgrid-tab-name: kops-aws-upgrade-k125-ko128-to-k126-kolatest
  1620  
  1621  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
  1622  - name: e2e-kops-aws-upgrade-k125-ko128-to-k126-kolatest-many-addons
  1623    cluster: default
  1624    cron: '37 5-23/8 * * *'
  1625    labels:
  1626      preset-service-account: "true"
  1627      preset-aws-ssh: "true"
  1628      preset-aws-credential: "true"
  1629      preset-dind-enabled: "true"
  1630    max_concurrency: 1
  1631    decorate: true
  1632    decoration_config:
  1633      timeout: 150m
  1634    extra_refs:
  1635    - org: kubernetes
  1636      repo: kops
  1637      base_ref: master
  1638      workdir: true
  1639      path_alias: k8s.io/kops
  1640    spec:
  1641      containers:
  1642      - command:
  1643        - runner.sh
  1644        args:
  1645        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
  1646        env:
  1647        - name: KOPS_VERSION_A
  1648          value: "v1.28.4"
  1649        - name: K8S_VERSION_A
  1650          value: "v1.25.0"
  1651        - name: KOPS_VERSION_B
  1652          value: "latest"
  1653        - name: K8S_VERSION_B
  1654          value: "v1.26.0"
  1655        - name: KOPS_SKIP_E2E
  1656          value: "1"
  1657        - name: KOPS_TEMPLATE
  1658          value: "tests/e2e/templates/many-addons.yaml.tmpl"
  1659        - name: KOPS_CONTROL_PLANE_SIZE
  1660          value: "3"
  1661        - name: CLOUD_PROVIDER
  1662          value: "aws"
  1663        - name: CLUSTER_NAME
  1664          value: "e2e-78a1b4a809-b1e59.tests-kops-aws.k8s.io"
  1665        - name: KUBE_SSH_USER
  1666          value: "ubuntu"
  1667        - name: KOPS_STATE_STORE
  1668          value: "s3://k8s-kops-prow"
  1669        - name: KOPS_IRSA
  1670          value: "true"
  1671        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
  1672        imagePullPolicy: Always
  1673        resources:
  1674          limits:
  1675            cpu: "4"
  1676            memory: 6Gi
  1677          requests:
  1678            cpu: "4"
  1679            memory: 6Gi
  1680        securityContext:
  1681          privileged: true
  1682    annotations:
  1683      test.kops.k8s.io/cloud: aws
  1684      test.kops.k8s.io/distro: u2204
  1685      test.kops.k8s.io/k8s_version: stable
  1686      test.kops.k8s.io/kops_channel: alpha
  1687      test.kops.k8s.io/kops_version: latest
  1688      test.kops.k8s.io/networking: calico
  1689      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades-many-addons, sig-cluster-lifecycle-kops
  1690      testgrid-days-of-results: '90'
  1691      testgrid-tab-name: kops-aws-upgrade-k125-ko128-to-k126-kolatest-many-addons
  1692  
  1693  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
  1694  - name: e2e-kops-aws-upgrade-k126-ko128-to-k127-kolatest
  1695    cluster: default
  1696    cron: '5 4-23/8 * * *'
  1697    labels:
  1698      preset-service-account: "true"
  1699      preset-aws-ssh: "true"
  1700      preset-aws-credential: "true"
  1701      preset-dind-enabled: "true"
  1702    max_concurrency: 1
  1703    decorate: true
  1704    decoration_config:
  1705      timeout: 150m
  1706    extra_refs:
  1707    - org: kubernetes
  1708      repo: kops
  1709      base_ref: master
  1710      workdir: true
  1711      path_alias: k8s.io/kops
  1712    spec:
  1713      containers:
  1714      - command:
  1715        - runner.sh
  1716        args:
  1717        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
  1718        env:
  1719        - name: KOPS_VERSION_A
  1720          value: "v1.28.4"
  1721        - name: K8S_VERSION_A
  1722          value: "v1.26.0"
  1723        - name: KOPS_VERSION_B
  1724          value: "latest"
  1725        - name: K8S_VERSION_B
  1726          value: "v1.27.0"
  1727        - name: CLOUD_PROVIDER
  1728          value: "aws"
  1729        - name: CLUSTER_NAME
  1730          value: "e2e-cbcff57532-10a01.tests-kops-aws.k8s.io"
  1731        - name: KUBE_SSH_USER
  1732          value: "ubuntu"
  1733        - name: KOPS_STATE_STORE
  1734          value: "s3://k8s-kops-prow"
  1735        - name: KOPS_IRSA
  1736          value: "true"
  1737        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
  1738        imagePullPolicy: Always
  1739        resources:
  1740          limits:
  1741            cpu: "4"
  1742            memory: 6Gi
  1743          requests:
  1744            cpu: "4"
  1745            memory: 6Gi
  1746        securityContext:
  1747          privileged: true
  1748    annotations:
  1749      test.kops.k8s.io/cloud: aws
  1750      test.kops.k8s.io/distro: u2204
  1751      test.kops.k8s.io/k8s_version: stable
  1752      test.kops.k8s.io/kops_channel: alpha
  1753      test.kops.k8s.io/kops_version: latest
  1754      test.kops.k8s.io/networking: calico
  1755      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades, sig-cluster-lifecycle-kops
  1756      testgrid-days-of-results: '90'
  1757      testgrid-tab-name: kops-aws-upgrade-k126-ko128-to-k127-kolatest
  1758  
  1759  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
  1760  - name: e2e-kops-aws-upgrade-k126-ko128-to-k127-kolatest-many-addons
  1761    cluster: default
  1762    cron: '23 3-23/8 * * *'
  1763    labels:
  1764      preset-service-account: "true"
  1765      preset-aws-ssh: "true"
  1766      preset-aws-credential: "true"
  1767      preset-dind-enabled: "true"
  1768    max_concurrency: 1
  1769    decorate: true
  1770    decoration_config:
  1771      timeout: 150m
  1772    extra_refs:
  1773    - org: kubernetes
  1774      repo: kops
  1775      base_ref: master
  1776      workdir: true
  1777      path_alias: k8s.io/kops
  1778    spec:
  1779      containers:
  1780      - command:
  1781        - runner.sh
  1782        args:
  1783        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
  1784        env:
  1785        - name: KOPS_VERSION_A
  1786          value: "v1.28.4"
  1787        - name: K8S_VERSION_A
  1788          value: "v1.26.0"
  1789        - name: KOPS_VERSION_B
  1790          value: "latest"
  1791        - name: K8S_VERSION_B
  1792          value: "v1.27.0"
  1793        - name: KOPS_SKIP_E2E
  1794          value: "1"
  1795        - name: KOPS_TEMPLATE
  1796          value: "tests/e2e/templates/many-addons.yaml.tmpl"
  1797        - name: KOPS_CONTROL_PLANE_SIZE
  1798          value: "3"
  1799        - name: CLOUD_PROVIDER
  1800          value: "aws"
  1801        - name: CLUSTER_NAME
  1802          value: "e2e-e9a54c1e99-7ace6.tests-kops-aws.k8s.io"
  1803        - name: KUBE_SSH_USER
  1804          value: "ubuntu"
  1805        - name: KOPS_STATE_STORE
  1806          value: "s3://k8s-kops-prow"
  1807        - name: KOPS_IRSA
  1808          value: "true"
  1809        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
  1810        imagePullPolicy: Always
  1811        resources:
  1812          limits:
  1813            cpu: "4"
  1814            memory: 6Gi
  1815          requests:
  1816            cpu: "4"
  1817            memory: 6Gi
  1818        securityContext:
  1819          privileged: true
  1820    annotations:
  1821      test.kops.k8s.io/cloud: aws
  1822      test.kops.k8s.io/distro: u2204
  1823      test.kops.k8s.io/k8s_version: stable
  1824      test.kops.k8s.io/kops_channel: alpha
  1825      test.kops.k8s.io/kops_version: latest
  1826      test.kops.k8s.io/networking: calico
  1827      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades-many-addons, sig-cluster-lifecycle-kops
  1828      testgrid-days-of-results: '90'
  1829      testgrid-tab-name: kops-aws-upgrade-k126-ko128-to-k127-kolatest-many-addons
  1830  
  1831  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
  1832  - name: e2e-kops-aws-upgrade-k127-ko128-to-k128-kolatest
  1833    cluster: k8s-infra-kops-prow-build
  1834    cron: '55 6-23/8 * * *'
  1835    labels:
  1836      preset-service-account: "true"
  1837      preset-aws-ssh: "true"
  1838      preset-dind-enabled: "true"
  1839    max_concurrency: 1
  1840    decorate: true
  1841    decoration_config:
  1842      timeout: 150m
  1843    extra_refs:
  1844    - org: kubernetes
  1845      repo: kops
  1846      base_ref: master
  1847      workdir: true
  1848      path_alias: k8s.io/kops
  1849    spec:
  1850      serviceAccountName: prowjob-default-sa
  1851      containers:
  1852      - command:
  1853        - runner.sh
  1854        args:
  1855        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
  1856        env:
  1857        - name: KOPS_VERSION_A
  1858          value: "v1.28.4"
  1859        - name: K8S_VERSION_A
  1860          value: "v1.27.0"
  1861        - name: KOPS_VERSION_B
  1862          value: "latest"
  1863        - name: K8S_VERSION_B
  1864          value: "v1.28.0"
  1865        - name: KOPS_STATE_STORE
  1866          value: "s3://k8s-kops-ci-prow-state-store"
  1867        - name: KOPS_DNS_DOMAIN
  1868          value: "tests-kops-aws.k8s.io"
  1869        - name: DISCOVERY_STORE
  1870          value: "s3://k8s-kops-ci-prow"
  1871        - name: CLOUD_PROVIDER
  1872          value: "aws"
  1873        - name: CLUSTER_NAME
  1874          value: "e2e-e27d55cd2a-41048.tests-kops-aws.k8s.io"
  1875        - name: KUBE_SSH_USER
  1876          value: "ubuntu"
  1877        - name: KOPS_IRSA
  1878          value: "true"
  1879        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
  1880        imagePullPolicy: Always
  1881        resources:
  1882          limits:
  1883            cpu: "4"
  1884            memory: 6Gi
  1885          requests:
  1886            cpu: "4"
  1887            memory: 6Gi
  1888        securityContext:
  1889          privileged: true
  1890    annotations:
  1891      test.kops.k8s.io/cloud: aws
  1892      test.kops.k8s.io/distro: u2204
  1893      test.kops.k8s.io/k8s_version: stable
  1894      test.kops.k8s.io/kops_channel: alpha
  1895      test.kops.k8s.io/kops_version: latest
  1896      test.kops.k8s.io/networking: calico
  1897      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades, sig-cluster-lifecycle-kops
  1898      testgrid-days-of-results: '90'
  1899      testgrid-tab-name: kops-aws-upgrade-k127-ko128-to-k128-kolatest
  1900  
  1901  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
  1902  - name: e2e-kops-aws-upgrade-k127-ko128-to-k128-kolatest-many-addons
  1903    cluster: k8s-infra-kops-prow-build
  1904    cron: '42 6-23/8 * * *'
  1905    labels:
  1906      preset-service-account: "true"
  1907      preset-aws-ssh: "true"
  1908      preset-dind-enabled: "true"
  1909    max_concurrency: 1
  1910    decorate: true
  1911    decoration_config:
  1912      timeout: 150m
  1913    extra_refs:
  1914    - org: kubernetes
  1915      repo: kops
  1916      base_ref: master
  1917      workdir: true
  1918      path_alias: k8s.io/kops
  1919    spec:
  1920      serviceAccountName: prowjob-default-sa
  1921      containers:
  1922      - command:
  1923        - runner.sh
  1924        args:
  1925        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
  1926        env:
  1927        - name: KOPS_VERSION_A
  1928          value: "v1.28.4"
  1929        - name: K8S_VERSION_A
  1930          value: "v1.27.0"
  1931        - name: KOPS_VERSION_B
  1932          value: "latest"
  1933        - name: K8S_VERSION_B
  1934          value: "v1.28.0"
  1935        - name: KOPS_SKIP_E2E
  1936          value: "1"
  1937        - name: KOPS_TEMPLATE
  1938          value: "tests/e2e/templates/many-addons.yaml.tmpl"
  1939        - name: KOPS_CONTROL_PLANE_SIZE
  1940          value: "3"
  1941        - name: KOPS_STATE_STORE
  1942          value: "s3://k8s-kops-ci-prow-state-store"
  1943        - name: KOPS_DNS_DOMAIN
  1944          value: "tests-kops-aws.k8s.io"
  1945        - name: DISCOVERY_STORE
  1946          value: "s3://k8s-kops-ci-prow"
  1947        - name: CLOUD_PROVIDER
  1948          value: "aws"
  1949        - name: CLUSTER_NAME
  1950          value: "e2e-3788fcc203-58f41.tests-kops-aws.k8s.io"
  1951        - name: KUBE_SSH_USER
  1952          value: "ubuntu"
  1953        - name: KOPS_IRSA
  1954          value: "true"
  1955        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
  1956        imagePullPolicy: Always
  1957        resources:
  1958          limits:
  1959            cpu: "4"
  1960            memory: 6Gi
  1961          requests:
  1962            cpu: "4"
  1963            memory: 6Gi
  1964        securityContext:
  1965          privileged: true
  1966    annotations:
  1967      test.kops.k8s.io/cloud: aws
  1968      test.kops.k8s.io/distro: u2204
  1969      test.kops.k8s.io/k8s_version: stable
  1970      test.kops.k8s.io/kops_channel: alpha
  1971      test.kops.k8s.io/kops_version: latest
  1972      test.kops.k8s.io/networking: calico
  1973      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades-many-addons, sig-cluster-lifecycle-kops
  1974      testgrid-days-of-results: '90'
  1975      testgrid-tab-name: kops-aws-upgrade-k127-ko128-to-k128-kolatest-many-addons
  1976  
  1977  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
  1978  - name: e2e-kops-aws-upgrade-k128-kolatest-to-klatest-kolatest
  1979    cluster: k8s-infra-kops-prow-build
  1980    cron: '46 4-23/8 * * *'
  1981    labels:
  1982      preset-service-account: "true"
  1983      preset-aws-ssh: "true"
  1984      preset-dind-enabled: "true"
  1985    max_concurrency: 1
  1986    decorate: true
  1987    decoration_config:
  1988      timeout: 150m
  1989    extra_refs:
  1990    - org: kubernetes
  1991      repo: kops
  1992      base_ref: master
  1993      workdir: true
  1994      path_alias: k8s.io/kops
  1995    spec:
  1996      serviceAccountName: prowjob-default-sa
  1997      containers:
  1998      - command:
  1999        - runner.sh
  2000        args:
  2001        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
  2002        env:
  2003        - name: KOPS_VERSION_A
  2004          value: "latest"
  2005        - name: K8S_VERSION_A
  2006          value: "v1.28.0"
  2007        - name: KOPS_VERSION_B
  2008          value: "latest"
  2009        - name: K8S_VERSION_B
  2010          value: "latest"
  2011        - name: KOPS_STATE_STORE
  2012          value: "s3://k8s-kops-ci-prow-state-store"
  2013        - name: KOPS_DNS_DOMAIN
  2014          value: "tests-kops-aws.k8s.io"
  2015        - name: DISCOVERY_STORE
  2016          value: "s3://k8s-kops-ci-prow"
  2017        - name: CLOUD_PROVIDER
  2018          value: "aws"
  2019        - name: CLUSTER_NAME
  2020          value: "e2e-e2cdb5dc79-ded41.tests-kops-aws.k8s.io"
  2021        - name: KUBE_SSH_USER
  2022          value: "ubuntu"
  2023        - name: KOPS_IRSA
  2024          value: "true"
  2025        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
  2026        imagePullPolicy: Always
  2027        resources:
  2028          limits:
  2029            cpu: "4"
  2030            memory: 6Gi
  2031          requests:
  2032            cpu: "4"
  2033            memory: 6Gi
  2034        securityContext:
  2035          privileged: true
  2036    annotations:
  2037      test.kops.k8s.io/cloud: aws
  2038      test.kops.k8s.io/distro: u2204
  2039      test.kops.k8s.io/k8s_version: stable
  2040      test.kops.k8s.io/kops_channel: alpha
  2041      test.kops.k8s.io/kops_version: latest
  2042      test.kops.k8s.io/networking: calico
  2043      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades, sig-cluster-lifecycle-kops
  2044      testgrid-days-of-results: '90'
  2045      testgrid-tab-name: kops-aws-upgrade-k128-kolatest-to-klatest-kolatest
  2046  
  2047  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
  2048  - name: e2e-kops-aws-upgrade-k128-kolatest-to-klatest-kolatest-many-addons
  2049    cluster: k8s-infra-kops-prow-build
  2050    cron: '0 7-23/8 * * *'
  2051    labels:
  2052      preset-service-account: "true"
  2053      preset-aws-ssh: "true"
  2054      preset-dind-enabled: "true"
  2055    max_concurrency: 1
  2056    decorate: true
  2057    decoration_config:
  2058      timeout: 150m
  2059    extra_refs:
  2060    - org: kubernetes
  2061      repo: kops
  2062      base_ref: master
  2063      workdir: true
  2064      path_alias: k8s.io/kops
  2065    spec:
  2066      serviceAccountName: prowjob-default-sa
  2067      containers:
  2068      - command:
  2069        - runner.sh
  2070        args:
  2071        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
  2072        env:
  2073        - name: KOPS_VERSION_A
  2074          value: "latest"
  2075        - name: K8S_VERSION_A
  2076          value: "v1.28.0"
  2077        - name: KOPS_VERSION_B
  2078          value: "latest"
  2079        - name: K8S_VERSION_B
  2080          value: "latest"
  2081        - name: KOPS_SKIP_E2E
  2082          value: "1"
  2083        - name: KOPS_TEMPLATE
  2084          value: "tests/e2e/templates/many-addons.yaml.tmpl"
  2085        - name: KOPS_CONTROL_PLANE_SIZE
  2086          value: "3"
  2087        - name: KOPS_STATE_STORE
  2088          value: "s3://k8s-kops-ci-prow-state-store"
  2089        - name: KOPS_DNS_DOMAIN
  2090          value: "tests-kops-aws.k8s.io"
  2091        - name: DISCOVERY_STORE
  2092          value: "s3://k8s-kops-ci-prow"
  2093        - name: CLOUD_PROVIDER
  2094          value: "aws"
  2095        - name: CLUSTER_NAME
  2096          value: "e2e-1fb091dcd3-b22a5.tests-kops-aws.k8s.io"
  2097        - name: KUBE_SSH_USER
  2098          value: "ubuntu"
  2099        - name: KOPS_IRSA
  2100          value: "true"
  2101        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
  2102        imagePullPolicy: Always
  2103        resources:
  2104          limits:
  2105            cpu: "4"
  2106            memory: 6Gi
  2107          requests:
  2108            cpu: "4"
  2109            memory: 6Gi
  2110        securityContext:
  2111          privileged: true
  2112    annotations:
  2113      test.kops.k8s.io/cloud: aws
  2114      test.kops.k8s.io/distro: u2204
  2115      test.kops.k8s.io/k8s_version: stable
  2116      test.kops.k8s.io/kops_channel: alpha
  2117      test.kops.k8s.io/kops_version: latest
  2118      test.kops.k8s.io/networking: calico
  2119      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades-many-addons, sig-cluster-lifecycle-kops
  2120      testgrid-days-of-results: '90'
  2121      testgrid-tab-name: kops-aws-upgrade-k128-kolatest-to-klatest-kolatest-many-addons
  2122  
  2123  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
  2124  - name: e2e-kops-aws-upgrade-k127-kolatest-to-k128-kolatest
  2125    cluster: k8s-infra-kops-prow-build
  2126    cron: '11 5-23/8 * * *'
  2127    labels:
  2128      preset-service-account: "true"
  2129      preset-aws-ssh: "true"
  2130      preset-dind-enabled: "true"
  2131    max_concurrency: 1
  2132    decorate: true
  2133    decoration_config:
  2134      timeout: 150m
  2135    extra_refs:
  2136    - org: kubernetes
  2137      repo: kops
  2138      base_ref: master
  2139      workdir: true
  2140      path_alias: k8s.io/kops
  2141    spec:
  2142      serviceAccountName: prowjob-default-sa
  2143      containers:
  2144      - command:
  2145        - runner.sh
  2146        args:
  2147        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
  2148        env:
  2149        - name: KOPS_VERSION_A
  2150          value: "latest"
  2151        - name: K8S_VERSION_A
  2152          value: "v1.27.0"
  2153        - name: KOPS_VERSION_B
  2154          value: "latest"
  2155        - name: K8S_VERSION_B
  2156          value: "v1.28.0"
  2157        - name: KOPS_STATE_STORE
  2158          value: "s3://k8s-kops-ci-prow-state-store"
  2159        - name: KOPS_DNS_DOMAIN
  2160          value: "tests-kops-aws.k8s.io"
  2161        - name: DISCOVERY_STORE
  2162          value: "s3://k8s-kops-ci-prow"
  2163        - name: CLOUD_PROVIDER
  2164          value: "aws"
  2165        - name: CLUSTER_NAME
  2166          value: "e2e-91022f0f89-36174.tests-kops-aws.k8s.io"
  2167        - name: KUBE_SSH_USER
  2168          value: "ubuntu"
  2169        - name: KOPS_IRSA
  2170          value: "true"
  2171        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
  2172        imagePullPolicy: Always
  2173        resources:
  2174          limits:
  2175            cpu: "4"
  2176            memory: 6Gi
  2177          requests:
  2178            cpu: "4"
  2179            memory: 6Gi
  2180        securityContext:
  2181          privileged: true
  2182    annotations:
  2183      test.kops.k8s.io/cloud: aws
  2184      test.kops.k8s.io/distro: u2204
  2185      test.kops.k8s.io/k8s_version: stable
  2186      test.kops.k8s.io/kops_channel: alpha
  2187      test.kops.k8s.io/kops_version: latest
  2188      test.kops.k8s.io/networking: calico
  2189      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades, sig-cluster-lifecycle-kops
  2190      testgrid-days-of-results: '90'
  2191      testgrid-tab-name: kops-aws-upgrade-k127-kolatest-to-k128-kolatest
  2192  
  2193  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
  2194  - name: e2e-kops-aws-upgrade-k127-kolatest-to-k128-kolatest-many-addons
  2195    cluster: k8s-infra-kops-prow-build
  2196    cron: '22 2-23/8 * * *'
  2197    labels:
  2198      preset-service-account: "true"
  2199      preset-aws-ssh: "true"
  2200      preset-dind-enabled: "true"
  2201    max_concurrency: 1
  2202    decorate: true
  2203    decoration_config:
  2204      timeout: 150m
  2205    extra_refs:
  2206    - org: kubernetes
  2207      repo: kops
  2208      base_ref: master
  2209      workdir: true
  2210      path_alias: k8s.io/kops
  2211    spec:
  2212      serviceAccountName: prowjob-default-sa
  2213      containers:
  2214      - command:
  2215        - runner.sh
  2216        args:
  2217        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
  2218        env:
  2219        - name: KOPS_VERSION_A
  2220          value: "latest"
  2221        - name: K8S_VERSION_A
  2222          value: "v1.27.0"
  2223        - name: KOPS_VERSION_B
  2224          value: "latest"
  2225        - name: K8S_VERSION_B
  2226          value: "v1.28.0"
  2227        - name: KOPS_SKIP_E2E
  2228          value: "1"
  2229        - name: KOPS_TEMPLATE
  2230          value: "tests/e2e/templates/many-addons.yaml.tmpl"
  2231        - name: KOPS_CONTROL_PLANE_SIZE
  2232          value: "3"
  2233        - name: KOPS_STATE_STORE
  2234          value: "s3://k8s-kops-ci-prow-state-store"
  2235        - name: KOPS_DNS_DOMAIN
  2236          value: "tests-kops-aws.k8s.io"
  2237        - name: DISCOVERY_STORE
  2238          value: "s3://k8s-kops-ci-prow"
  2239        - name: CLOUD_PROVIDER
  2240          value: "aws"
  2241        - name: CLUSTER_NAME
  2242          value: "e2e-138aaeffda-13c0c.tests-kops-aws.k8s.io"
  2243        - name: KUBE_SSH_USER
  2244          value: "ubuntu"
  2245        - name: KOPS_IRSA
  2246          value: "true"
  2247        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
  2248        imagePullPolicy: Always
  2249        resources:
  2250          limits:
  2251            cpu: "4"
  2252            memory: 6Gi
  2253          requests:
  2254            cpu: "4"
  2255            memory: 6Gi
  2256        securityContext:
  2257          privileged: true
  2258    annotations:
  2259      test.kops.k8s.io/cloud: aws
  2260      test.kops.k8s.io/distro: u2204
  2261      test.kops.k8s.io/k8s_version: stable
  2262      test.kops.k8s.io/kops_channel: alpha
  2263      test.kops.k8s.io/kops_version: latest
  2264      test.kops.k8s.io/networking: calico
  2265      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades-many-addons, sig-cluster-lifecycle-kops
  2266      testgrid-days-of-results: '90'
  2267      testgrid-tab-name: kops-aws-upgrade-k127-kolatest-to-k128-kolatest-many-addons
  2268  
  2269  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
  2270  - name: e2e-kops-aws-upgrade-k126-kolatest-to-k127-kolatest
  2271    cluster: default
  2272    cron: '15 1-23/8 * * *'
  2273    labels:
  2274      preset-service-account: "true"
  2275      preset-aws-ssh: "true"
  2276      preset-aws-credential: "true"
  2277      preset-dind-enabled: "true"
  2278    max_concurrency: 1
  2279    decorate: true
  2280    decoration_config:
  2281      timeout: 150m
  2282    extra_refs:
  2283    - org: kubernetes
  2284      repo: kops
  2285      base_ref: master
  2286      workdir: true
  2287      path_alias: k8s.io/kops
  2288    spec:
  2289      containers:
  2290      - command:
  2291        - runner.sh
  2292        args:
  2293        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
  2294        env:
  2295        - name: KOPS_VERSION_A
  2296          value: "latest"
  2297        - name: K8S_VERSION_A
  2298          value: "v1.26.0"
  2299        - name: KOPS_VERSION_B
  2300          value: "latest"
  2301        - name: K8S_VERSION_B
  2302          value: "v1.27.0"
  2303        - name: CLOUD_PROVIDER
  2304          value: "aws"
  2305        - name: CLUSTER_NAME
  2306          value: "e2e-7e266adbcb-d6122.tests-kops-aws.k8s.io"
  2307        - name: KUBE_SSH_USER
  2308          value: "ubuntu"
  2309        - name: KOPS_STATE_STORE
  2310          value: "s3://k8s-kops-prow"
  2311        - name: KOPS_IRSA
  2312          value: "true"
  2313        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
  2314        imagePullPolicy: Always
  2315        resources:
  2316          limits:
  2317            cpu: "4"
  2318            memory: 6Gi
  2319          requests:
  2320            cpu: "4"
  2321            memory: 6Gi
  2322        securityContext:
  2323          privileged: true
  2324    annotations:
  2325      test.kops.k8s.io/cloud: aws
  2326      test.kops.k8s.io/distro: u2204
  2327      test.kops.k8s.io/k8s_version: stable
  2328      test.kops.k8s.io/kops_channel: alpha
  2329      test.kops.k8s.io/kops_version: latest
  2330      test.kops.k8s.io/networking: calico
  2331      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades, sig-cluster-lifecycle-kops
  2332      testgrid-days-of-results: '90'
  2333      testgrid-tab-name: kops-aws-upgrade-k126-kolatest-to-k127-kolatest
  2334  
  2335  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
  2336  - name: e2e-kops-aws-upgrade-k126-kolatest-to-k127-kolatest-many-addons
  2337    cluster: default
  2338    cron: '19 3-23/8 * * *'
  2339    labels:
  2340      preset-service-account: "true"
  2341      preset-aws-ssh: "true"
  2342      preset-aws-credential: "true"
  2343      preset-dind-enabled: "true"
  2344    max_concurrency: 1
  2345    decorate: true
  2346    decoration_config:
  2347      timeout: 150m
  2348    extra_refs:
  2349    - org: kubernetes
  2350      repo: kops
  2351      base_ref: master
  2352      workdir: true
  2353      path_alias: k8s.io/kops
  2354    spec:
  2355      containers:
  2356      - command:
  2357        - runner.sh
  2358        args:
  2359        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
  2360        env:
  2361        - name: KOPS_VERSION_A
  2362          value: "latest"
  2363        - name: K8S_VERSION_A
  2364          value: "v1.26.0"
  2365        - name: KOPS_VERSION_B
  2366          value: "latest"
  2367        - name: K8S_VERSION_B
  2368          value: "v1.27.0"
  2369        - name: KOPS_SKIP_E2E
  2370          value: "1"
  2371        - name: KOPS_TEMPLATE
  2372          value: "tests/e2e/templates/many-addons.yaml.tmpl"
  2373        - name: KOPS_CONTROL_PLANE_SIZE
  2374          value: "3"
  2375        - name: CLOUD_PROVIDER
  2376          value: "aws"
  2377        - name: CLUSTER_NAME
  2378          value: "e2e-7e676cb7b6-b3cbf.tests-kops-aws.k8s.io"
  2379        - name: KUBE_SSH_USER
  2380          value: "ubuntu"
  2381        - name: KOPS_STATE_STORE
  2382          value: "s3://k8s-kops-prow"
  2383        - name: KOPS_IRSA
  2384          value: "true"
  2385        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
  2386        imagePullPolicy: Always
  2387        resources:
  2388          limits:
  2389            cpu: "4"
  2390            memory: 6Gi
  2391          requests:
  2392            cpu: "4"
  2393            memory: 6Gi
  2394        securityContext:
  2395          privileged: true
  2396    annotations:
  2397      test.kops.k8s.io/cloud: aws
  2398      test.kops.k8s.io/distro: u2204
  2399      test.kops.k8s.io/k8s_version: stable
  2400      test.kops.k8s.io/kops_channel: alpha
  2401      test.kops.k8s.io/kops_version: latest
  2402      test.kops.k8s.io/networking: calico
  2403      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades-many-addons, sig-cluster-lifecycle-kops
  2404      testgrid-days-of-results: '90'
  2405      testgrid-tab-name: kops-aws-upgrade-k126-kolatest-to-k127-kolatest-many-addons
  2406  
  2407  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
  2408  - name: e2e-kops-aws-upgrade-k125-kolatest-to-k126-kolatest
  2409    cluster: default
  2410    cron: '38 4-23/8 * * *'
  2411    labels:
  2412      preset-service-account: "true"
  2413      preset-aws-ssh: "true"
  2414      preset-aws-credential: "true"
  2415      preset-dind-enabled: "true"
  2416    max_concurrency: 1
  2417    decorate: true
  2418    decoration_config:
  2419      timeout: 150m
  2420    extra_refs:
  2421    - org: kubernetes
  2422      repo: kops
  2423      base_ref: master
  2424      workdir: true
  2425      path_alias: k8s.io/kops
  2426    spec:
  2427      containers:
  2428      - command:
  2429        - runner.sh
  2430        args:
  2431        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
  2432        env:
  2433        - name: KOPS_VERSION_A
  2434          value: "latest"
  2435        - name: K8S_VERSION_A
  2436          value: "v1.25.0"
  2437        - name: KOPS_VERSION_B
  2438          value: "latest"
  2439        - name: K8S_VERSION_B
  2440          value: "v1.26.0"
  2441        - name: CLOUD_PROVIDER
  2442          value: "aws"
  2443        - name: CLUSTER_NAME
  2444          value: "e2e-867a23fec4-ae36a.tests-kops-aws.k8s.io"
  2445        - name: KUBE_SSH_USER
  2446          value: "ubuntu"
  2447        - name: KOPS_STATE_STORE
  2448          value: "s3://k8s-kops-prow"
  2449        - name: KOPS_IRSA
  2450          value: "true"
  2451        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
  2452        imagePullPolicy: Always
  2453        resources:
  2454          limits:
  2455            cpu: "4"
  2456            memory: 6Gi
  2457          requests:
  2458            cpu: "4"
  2459            memory: 6Gi
  2460        securityContext:
  2461          privileged: true
  2462    annotations:
  2463      test.kops.k8s.io/cloud: aws
  2464      test.kops.k8s.io/distro: u2204
  2465      test.kops.k8s.io/k8s_version: stable
  2466      test.kops.k8s.io/kops_channel: alpha
  2467      test.kops.k8s.io/kops_version: latest
  2468      test.kops.k8s.io/networking: calico
  2469      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades, sig-cluster-lifecycle-kops
  2470      testgrid-days-of-results: '90'
  2471      testgrid-tab-name: kops-aws-upgrade-k125-kolatest-to-k126-kolatest
  2472  
  2473  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
  2474  - name: e2e-kops-aws-upgrade-k125-kolatest-to-k126-kolatest-many-addons
  2475    cluster: default
  2476    cron: '52 0-23/8 * * *'
  2477    labels:
  2478      preset-service-account: "true"
  2479      preset-aws-ssh: "true"
  2480      preset-aws-credential: "true"
  2481      preset-dind-enabled: "true"
  2482    max_concurrency: 1
  2483    decorate: true
  2484    decoration_config:
  2485      timeout: 150m
  2486    extra_refs:
  2487    - org: kubernetes
  2488      repo: kops
  2489      base_ref: master
  2490      workdir: true
  2491      path_alias: k8s.io/kops
  2492    spec:
  2493      containers:
  2494      - command:
  2495        - runner.sh
  2496        args:
  2497        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
  2498        env:
  2499        - name: KOPS_VERSION_A
  2500          value: "latest"
  2501        - name: K8S_VERSION_A
  2502          value: "v1.25.0"
  2503        - name: KOPS_VERSION_B
  2504          value: "latest"
  2505        - name: K8S_VERSION_B
  2506          value: "v1.26.0"
  2507        - name: KOPS_SKIP_E2E
  2508          value: "1"
  2509        - name: KOPS_TEMPLATE
  2510          value: "tests/e2e/templates/many-addons.yaml.tmpl"
  2511        - name: KOPS_CONTROL_PLANE_SIZE
  2512          value: "3"
  2513        - name: CLOUD_PROVIDER
  2514          value: "aws"
  2515        - name: CLUSTER_NAME
  2516          value: "e2e-777e381679-439d4.tests-kops-aws.k8s.io"
  2517        - name: KUBE_SSH_USER
  2518          value: "ubuntu"
  2519        - name: KOPS_STATE_STORE
  2520          value: "s3://k8s-kops-prow"
  2521        - name: KOPS_IRSA
  2522          value: "true"
  2523        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
  2524        imagePullPolicy: Always
  2525        resources:
  2526          limits:
  2527            cpu: "4"
  2528            memory: 6Gi
  2529          requests:
  2530            cpu: "4"
  2531            memory: 6Gi
  2532        securityContext:
  2533          privileged: true
  2534    annotations:
  2535      test.kops.k8s.io/cloud: aws
  2536      test.kops.k8s.io/distro: u2204
  2537      test.kops.k8s.io/k8s_version: stable
  2538      test.kops.k8s.io/kops_channel: alpha
  2539      test.kops.k8s.io/kops_version: latest
  2540      test.kops.k8s.io/networking: calico
  2541      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades-many-addons, sig-cluster-lifecycle-kops
  2542      testgrid-days-of-results: '90'
  2543      testgrid-tab-name: kops-aws-upgrade-k125-kolatest-to-k126-kolatest-many-addons
  2544  
  2545  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
  2546  - name: e2e-kops-aws-upgrade-k124-kolatest-to-k125-kolatest
  2547    cluster: default
  2548    cron: '40 6-23/8 * * *'
  2549    labels:
  2550      preset-service-account: "true"
  2551      preset-aws-ssh: "true"
  2552      preset-aws-credential: "true"
  2553      preset-dind-enabled: "true"
  2554    max_concurrency: 1
  2555    decorate: true
  2556    decoration_config:
  2557      timeout: 150m
  2558    extra_refs:
  2559    - org: kubernetes
  2560      repo: kops
  2561      base_ref: master
  2562      workdir: true
  2563      path_alias: k8s.io/kops
  2564    spec:
  2565      containers:
  2566      - command:
  2567        - runner.sh
  2568        args:
  2569        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
  2570        env:
  2571        - name: KOPS_VERSION_A
  2572          value: "latest"
  2573        - name: K8S_VERSION_A
  2574          value: "v1.24.0"
  2575        - name: KOPS_VERSION_B
  2576          value: "latest"
  2577        - name: K8S_VERSION_B
  2578          value: "v1.25.0"
  2579        - name: CLOUD_PROVIDER
  2580          value: "aws"
  2581        - name: CLUSTER_NAME
  2582          value: "e2e-b6570541df-e1aa5.tests-kops-aws.k8s.io"
  2583        - name: KUBE_SSH_USER
  2584          value: "ubuntu"
  2585        - name: KOPS_STATE_STORE
  2586          value: "s3://k8s-kops-prow"
  2587        - name: KOPS_IRSA
  2588          value: "true"
  2589        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
  2590        imagePullPolicy: Always
  2591        resources:
  2592          limits:
  2593            cpu: "4"
  2594            memory: 6Gi
  2595          requests:
  2596            cpu: "4"
  2597            memory: 6Gi
  2598        securityContext:
  2599          privileged: true
  2600    annotations:
  2601      test.kops.k8s.io/cloud: aws
  2602      test.kops.k8s.io/distro: u2204
  2603      test.kops.k8s.io/k8s_version: stable
  2604      test.kops.k8s.io/kops_channel: alpha
  2605      test.kops.k8s.io/kops_version: latest
  2606      test.kops.k8s.io/networking: calico
  2607      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades, sig-cluster-lifecycle-kops
  2608      testgrid-days-of-results: '90'
  2609      testgrid-tab-name: kops-aws-upgrade-k124-kolatest-to-k125-kolatest
  2610  
  2611  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
  2612  - name: e2e-kops-aws-upgrade-k124-kolatest-to-k125-kolatest-many-addons
  2613    cluster: default
  2614    cron: '29 1-23/8 * * *'
  2615    labels:
  2616      preset-service-account: "true"
  2617      preset-aws-ssh: "true"
  2618      preset-aws-credential: "true"
  2619      preset-dind-enabled: "true"
  2620    max_concurrency: 1
  2621    decorate: true
  2622    decoration_config:
  2623      timeout: 150m
  2624    extra_refs:
  2625    - org: kubernetes
  2626      repo: kops
  2627      base_ref: master
  2628      workdir: true
  2629      path_alias: k8s.io/kops
  2630    spec:
  2631      containers:
  2632      - command:
  2633        - runner.sh
  2634        args:
  2635        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
  2636        env:
  2637        - name: KOPS_VERSION_A
  2638          value: "latest"
  2639        - name: K8S_VERSION_A
  2640          value: "v1.24.0"
  2641        - name: KOPS_VERSION_B
  2642          value: "latest"
  2643        - name: K8S_VERSION_B
  2644          value: "v1.25.0"
  2645        - name: KOPS_SKIP_E2E
  2646          value: "1"
  2647        - name: KOPS_TEMPLATE
  2648          value: "tests/e2e/templates/many-addons.yaml.tmpl"
  2649        - name: KOPS_CONTROL_PLANE_SIZE
  2650          value: "3"
  2651        - name: CLOUD_PROVIDER
  2652          value: "aws"
  2653        - name: CLUSTER_NAME
  2654          value: "e2e-34130155e9-15435.tests-kops-aws.k8s.io"
  2655        - name: KUBE_SSH_USER
  2656          value: "ubuntu"
  2657        - name: KOPS_STATE_STORE
  2658          value: "s3://k8s-kops-prow"
  2659        - name: KOPS_IRSA
  2660          value: "true"
  2661        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
  2662        imagePullPolicy: Always
  2663        resources:
  2664          limits:
  2665            cpu: "4"
  2666            memory: 6Gi
  2667          requests:
  2668            cpu: "4"
  2669            memory: 6Gi
  2670        securityContext:
  2671          privileged: true
  2672    annotations:
  2673      test.kops.k8s.io/cloud: aws
  2674      test.kops.k8s.io/distro: u2204
  2675      test.kops.k8s.io/k8s_version: stable
  2676      test.kops.k8s.io/kops_channel: alpha
  2677      test.kops.k8s.io/kops_version: latest
  2678      test.kops.k8s.io/networking: calico
  2679      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades-many-addons, sig-cluster-lifecycle-kops
  2680      testgrid-days-of-results: '90'
  2681      testgrid-tab-name: kops-aws-upgrade-k124-kolatest-to-k125-kolatest-many-addons
  2682  
  2683  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
  2684  - name: e2e-kops-aws-upgrade-kstable-kolatest-to-klatest-kolatest
  2685    cluster: k8s-infra-kops-prow-build
  2686    cron: '59 7-23/8 * * *'
  2687    labels:
  2688      preset-service-account: "true"
  2689      preset-aws-ssh: "true"
  2690      preset-dind-enabled: "true"
  2691    max_concurrency: 1
  2692    decorate: true
  2693    decoration_config:
  2694      timeout: 150m
  2695    extra_refs:
  2696    - org: kubernetes
  2697      repo: kops
  2698      base_ref: master
  2699      workdir: true
  2700      path_alias: k8s.io/kops
  2701    spec:
  2702      serviceAccountName: prowjob-default-sa
  2703      containers:
  2704      - command:
  2705        - runner.sh
  2706        args:
  2707        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
  2708        env:
  2709        - name: KOPS_VERSION_A
  2710          value: "latest"
  2711        - name: K8S_VERSION_A
  2712          value: "stable"
  2713        - name: KOPS_VERSION_B
  2714          value: "latest"
  2715        - name: K8S_VERSION_B
  2716          value: "latest"
  2717        - name: KOPS_STATE_STORE
  2718          value: "s3://k8s-kops-ci-prow-state-store"
  2719        - name: KOPS_DNS_DOMAIN
  2720          value: "tests-kops-aws.k8s.io"
  2721        - name: DISCOVERY_STORE
  2722          value: "s3://k8s-kops-ci-prow"
  2723        - name: CLOUD_PROVIDER
  2724          value: "aws"
  2725        - name: CLUSTER_NAME
  2726          value: "e2e-3a5daf4e9a-96255.tests-kops-aws.k8s.io"
  2727        - name: KUBE_SSH_USER
  2728          value: "ubuntu"
  2729        - name: KOPS_IRSA
  2730          value: "true"
  2731        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
  2732        imagePullPolicy: Always
  2733        resources:
  2734          limits:
  2735            cpu: "4"
  2736            memory: 6Gi
  2737          requests:
  2738            cpu: "4"
  2739            memory: 6Gi
  2740        securityContext:
  2741          privileged: true
  2742    annotations:
  2743      test.kops.k8s.io/cloud: aws
  2744      test.kops.k8s.io/distro: u2204
  2745      test.kops.k8s.io/k8s_version: stable
  2746      test.kops.k8s.io/kops_channel: alpha
  2747      test.kops.k8s.io/kops_version: latest
  2748      test.kops.k8s.io/networking: calico
  2749      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades, sig-cluster-lifecycle-kops
  2750      testgrid-days-of-results: '90'
  2751      testgrid-tab-name: kops-aws-upgrade-kstable-kolatest-to-klatest-kolatest
  2752  
  2753  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
  2754  - name: e2e-kops-aws-upgrade-kstable-kolatest-to-klatest-kolatest-many-addons
  2755    cluster: k8s-infra-kops-prow-build
  2756    cron: '7 2-23/8 * * *'
  2757    labels:
  2758      preset-service-account: "true"
  2759      preset-aws-ssh: "true"
  2760      preset-dind-enabled: "true"
  2761    max_concurrency: 1
  2762    decorate: true
  2763    decoration_config:
  2764      timeout: 150m
  2765    extra_refs:
  2766    - org: kubernetes
  2767      repo: kops
  2768      base_ref: master
  2769      workdir: true
  2770      path_alias: k8s.io/kops
  2771    spec:
  2772      serviceAccountName: prowjob-default-sa
  2773      containers:
  2774      - command:
  2775        - runner.sh
  2776        args:
  2777        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
  2778        env:
  2779        - name: KOPS_VERSION_A
  2780          value: "latest"
  2781        - name: K8S_VERSION_A
  2782          value: "stable"
  2783        - name: KOPS_VERSION_B
  2784          value: "latest"
  2785        - name: K8S_VERSION_B
  2786          value: "latest"
  2787        - name: KOPS_SKIP_E2E
  2788          value: "1"
  2789        - name: KOPS_TEMPLATE
  2790          value: "tests/e2e/templates/many-addons.yaml.tmpl"
  2791        - name: KOPS_CONTROL_PLANE_SIZE
  2792          value: "3"
  2793        - name: KOPS_STATE_STORE
  2794          value: "s3://k8s-kops-ci-prow-state-store"
  2795        - name: KOPS_DNS_DOMAIN
  2796          value: "tests-kops-aws.k8s.io"
  2797        - name: DISCOVERY_STORE
  2798          value: "s3://k8s-kops-ci-prow"
  2799        - name: CLOUD_PROVIDER
  2800          value: "aws"
  2801        - name: CLUSTER_NAME
  2802          value: "e2e-734077b544-64c63.tests-kops-aws.k8s.io"
  2803        - name: KUBE_SSH_USER
  2804          value: "ubuntu"
  2805        - name: KOPS_IRSA
  2806          value: "true"
  2807        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
  2808        imagePullPolicy: Always
  2809        resources:
  2810          limits:
  2811            cpu: "4"
  2812            memory: 6Gi
  2813          requests:
  2814            cpu: "4"
  2815            memory: 6Gi
  2816        securityContext:
  2817          privileged: true
  2818    annotations:
  2819      test.kops.k8s.io/cloud: aws
  2820      test.kops.k8s.io/distro: u2204
  2821      test.kops.k8s.io/k8s_version: stable
  2822      test.kops.k8s.io/kops_channel: alpha
  2823      test.kops.k8s.io/kops_version: latest
  2824      test.kops.k8s.io/networking: calico
  2825      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades-many-addons, sig-cluster-lifecycle-kops
  2826      testgrid-days-of-results: '90'
  2827      testgrid-tab-name: kops-aws-upgrade-kstable-kolatest-to-klatest-kolatest-many-addons
  2828  
  2829  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
  2830  - name: e2e-kops-aws-upgrade-kstable-kolatest-to-kci-kolatest
  2831    cluster: k8s-infra-kops-prow-build
  2832    cron: '52 5-23/8 * * *'
  2833    labels:
  2834      preset-service-account: "true"
  2835      preset-aws-ssh: "true"
  2836      preset-dind-enabled: "true"
  2837    max_concurrency: 1
  2838    decorate: true
  2839    decoration_config:
  2840      timeout: 150m
  2841    extra_refs:
  2842    - org: kubernetes
  2843      repo: kops
  2844      base_ref: master
  2845      workdir: true
  2846      path_alias: k8s.io/kops
  2847    spec:
  2848      serviceAccountName: prowjob-default-sa
  2849      containers:
  2850      - command:
  2851        - runner.sh
  2852        args:
  2853        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
  2854        env:
  2855        - name: KOPS_VERSION_A
  2856          value: "latest"
  2857        - name: K8S_VERSION_A
  2858          value: "stable"
  2859        - name: KOPS_VERSION_B
  2860          value: "latest"
  2861        - name: K8S_VERSION_B
  2862          value: "ci"
  2863        - name: KOPS_STATE_STORE
  2864          value: "s3://k8s-kops-ci-prow-state-store"
  2865        - name: KOPS_DNS_DOMAIN
  2866          value: "tests-kops-aws.k8s.io"
  2867        - name: DISCOVERY_STORE
  2868          value: "s3://k8s-kops-ci-prow"
  2869        - name: CLOUD_PROVIDER
  2870          value: "aws"
  2871        - name: CLUSTER_NAME
  2872          value: "e2e-ed4da97961-6b857.tests-kops-aws.k8s.io"
  2873        - name: KUBE_SSH_USER
  2874          value: "ubuntu"
  2875        - name: KOPS_IRSA
  2876          value: "true"
  2877        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
  2878        imagePullPolicy: Always
  2879        resources:
  2880          limits:
  2881            cpu: "4"
  2882            memory: 6Gi
  2883          requests:
  2884            cpu: "4"
  2885            memory: 6Gi
  2886        securityContext:
  2887          privileged: true
  2888    annotations:
  2889      test.kops.k8s.io/cloud: aws
  2890      test.kops.k8s.io/distro: u2204
  2891      test.kops.k8s.io/k8s_version: stable
  2892      test.kops.k8s.io/kops_channel: alpha
  2893      test.kops.k8s.io/kops_version: latest
  2894      test.kops.k8s.io/networking: calico
  2895      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades, sig-cluster-lifecycle-kops
  2896      testgrid-days-of-results: '90'
  2897      testgrid-tab-name: kops-aws-upgrade-kstable-kolatest-to-kci-kolatest
  2898  
  2899  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
  2900  - name: e2e-kops-aws-upgrade-kstable-kolatest-to-kci-kolatest-many-addons
  2901    cluster: k8s-infra-kops-prow-build
  2902    cron: '20 3-23/8 * * *'
  2903    labels:
  2904      preset-service-account: "true"
  2905      preset-aws-ssh: "true"
  2906      preset-dind-enabled: "true"
  2907    max_concurrency: 1
  2908    decorate: true
  2909    decoration_config:
  2910      timeout: 150m
  2911    extra_refs:
  2912    - org: kubernetes
  2913      repo: kops
  2914      base_ref: master
  2915      workdir: true
  2916      path_alias: k8s.io/kops
  2917    spec:
  2918      serviceAccountName: prowjob-default-sa
  2919      containers:
  2920      - command:
  2921        - runner.sh
  2922        args:
  2923        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
  2924        env:
  2925        - name: KOPS_VERSION_A
  2926          value: "latest"
  2927        - name: K8S_VERSION_A
  2928          value: "stable"
  2929        - name: KOPS_VERSION_B
  2930          value: "latest"
  2931        - name: K8S_VERSION_B
  2932          value: "ci"
  2933        - name: KOPS_SKIP_E2E
  2934          value: "1"
  2935        - name: KOPS_TEMPLATE
  2936          value: "tests/e2e/templates/many-addons.yaml.tmpl"
  2937        - name: KOPS_CONTROL_PLANE_SIZE
  2938          value: "3"
  2939        - name: KOPS_STATE_STORE
  2940          value: "s3://k8s-kops-ci-prow-state-store"
  2941        - name: KOPS_DNS_DOMAIN
  2942          value: "tests-kops-aws.k8s.io"
  2943        - name: DISCOVERY_STORE
  2944          value: "s3://k8s-kops-ci-prow"
  2945        - name: CLOUD_PROVIDER
  2946          value: "aws"
  2947        - name: CLUSTER_NAME
  2948          value: "e2e-9b8b75964a-36844.tests-kops-aws.k8s.io"
  2949        - name: KUBE_SSH_USER
  2950          value: "ubuntu"
  2951        - name: KOPS_IRSA
  2952          value: "true"
  2953        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
  2954        imagePullPolicy: Always
  2955        resources:
  2956          limits:
  2957            cpu: "4"
  2958            memory: 6Gi
  2959          requests:
  2960            cpu: "4"
  2961            memory: 6Gi
  2962        securityContext:
  2963          privileged: true
  2964    annotations:
  2965      test.kops.k8s.io/cloud: aws
  2966      test.kops.k8s.io/distro: u2204
  2967      test.kops.k8s.io/k8s_version: stable
  2968      test.kops.k8s.io/kops_channel: alpha
  2969      test.kops.k8s.io/kops_version: latest
  2970      test.kops.k8s.io/networking: calico
  2971      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades-many-addons, sig-cluster-lifecycle-kops
  2972      testgrid-days-of-results: '90'
  2973      testgrid-tab-name: kops-aws-upgrade-kstable-kolatest-to-kci-kolatest-many-addons
  2974  
  2975  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "calico"}
  2976  - name: e2e-kops-aws-upgrade-bug16276-calico
  2977    cluster: k8s-infra-kops-prow-build
  2978    cron: '16 3-23/8 * * *'
  2979    labels:
  2980      preset-service-account: "true"
  2981      preset-aws-ssh: "true"
  2982      preset-dind-enabled: "true"
  2983    max_concurrency: 1
  2984    decorate: true
  2985    decoration_config:
  2986      timeout: 150m
  2987    extra_refs:
  2988    - org: kubernetes
  2989      repo: kops
  2990      base_ref: master
  2991      workdir: true
  2992      path_alias: k8s.io/kops
  2993    spec:
  2994      serviceAccountName: prowjob-default-sa
  2995      containers:
  2996      - command:
  2997        - runner.sh
  2998        args:
  2999        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
  3000        env:
  3001        - name: KOPS_VERSION_A
  3002          value: "v1.28.4"
  3003        - name: K8S_VERSION_A
  3004          value: "v1.28.0"
  3005        - name: KOPS_VERSION_B
  3006          value: "latest"
  3007        - name: K8S_VERSION_B
  3008          value: "v1.28.0"
  3009        - name: KOPS_STATE_STORE
  3010          value: "s3://k8s-kops-ci-prow-state-store"
  3011        - name: KOPS_DNS_DOMAIN
  3012          value: "tests-kops-aws.k8s.io"
  3013        - name: DISCOVERY_STORE
  3014          value: "s3://k8s-kops-ci-prow"
  3015        - name: CLOUD_PROVIDER
  3016          value: "aws"
  3017        - name: CLUSTER_NAME
  3018          value: "bug16276-calico.k8s.local"
  3019        - name: KUBE_SSH_USER
  3020          value: "ubuntu"
  3021        - name: KOPS_IRSA
  3022          value: "true"
  3023        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
  3024        imagePullPolicy: Always
  3025        resources:
  3026          limits:
  3027            cpu: "4"
  3028            memory: 6Gi
  3029          requests:
  3030            cpu: "4"
  3031            memory: 6Gi
  3032        securityContext:
  3033          privileged: true
  3034    annotations:
  3035      test.kops.k8s.io/cloud: aws
  3036      test.kops.k8s.io/distro: u2204
  3037      test.kops.k8s.io/k8s_version: stable
  3038      test.kops.k8s.io/kops_channel: alpha
  3039      test.kops.k8s.io/kops_version: latest
  3040      test.kops.k8s.io/networking: calico
  3041      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades, sig-cluster-lifecycle-kops
  3042      testgrid-days-of-results: '90'
  3043      testgrid-tab-name: kops-aws-upgrade-bug16276-calico
  3044  
  3045  # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "cilium"}
  3046  - name: e2e-kops-aws-upgrade-bug16276-cilium
  3047    cluster: k8s-infra-kops-prow-build
  3048    cron: '58 1-23/8 * * *'
  3049    labels:
  3050      preset-service-account: "true"
  3051      preset-aws-ssh: "true"
  3052      preset-dind-enabled: "true"
  3053    max_concurrency: 1
  3054    decorate: true
  3055    decoration_config:
  3056      timeout: 150m
  3057    extra_refs:
  3058    - org: kubernetes
  3059      repo: kops
  3060      base_ref: master
  3061      workdir: true
  3062      path_alias: k8s.io/kops
  3063    spec:
  3064      serviceAccountName: prowjob-default-sa
  3065      containers:
  3066      - command:
  3067        - runner.sh
  3068        args:
  3069        - ./tests/e2e/scenarios/upgrade-ab/run-test.sh
  3070        env:
  3071        - name: KOPS_VERSION_A
  3072          value: "v1.28.4"
  3073        - name: K8S_VERSION_A
  3074          value: "v1.28.0"
  3075        - name: KOPS_VERSION_B
  3076          value: "latest"
  3077        - name: K8S_VERSION_B
  3078          value: "v1.28.0"
  3079        - name: KOPS_STATE_STORE
  3080          value: "s3://k8s-kops-ci-prow-state-store"
  3081        - name: KOPS_DNS_DOMAIN
  3082          value: "tests-kops-aws.k8s.io"
  3083        - name: DISCOVERY_STORE
  3084          value: "s3://k8s-kops-ci-prow"
  3085        - name: CLOUD_PROVIDER
  3086          value: "aws"
  3087        - name: CLUSTER_NAME
  3088          value: "bug16276-cilium.k8s.local"
  3089        - name: KUBE_SSH_USER
  3090          value: "ubuntu"
  3091        - name: KOPS_IRSA
  3092          value: "true"
  3093        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
  3094        imagePullPolicy: Always
  3095        resources:
  3096          limits:
  3097            cpu: "4"
  3098            memory: 6Gi
  3099          requests:
  3100            cpu: "4"
  3101            memory: 6Gi
  3102        securityContext:
  3103          privileged: true
  3104    annotations:
  3105      test.kops.k8s.io/cloud: aws
  3106      test.kops.k8s.io/distro: u2204
  3107      test.kops.k8s.io/k8s_version: stable
  3108      test.kops.k8s.io/kops_channel: alpha
  3109      test.kops.k8s.io/kops_version: latest
  3110      test.kops.k8s.io/networking: cilium
  3111      testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-stable, kops-latest, kops-upgrades, sig-cluster-lifecycle-kops
  3112      testgrid-days-of-results: '90'
  3113      testgrid-tab-name: kops-aws-upgrade-bug16276-cilium