k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/kubernetes-sigs/cluster-api-provider-azure/cluster-api-provider-azure-periodics-main-upgrades.yaml (about)

     1  periodics:
     2  
     3  - name: periodic-cluster-api-provider-azure-e2e-workload-upgrade-1-25-1-26-main
     4    interval: 24h
     5    decorate: true
     6    labels:
     7      preset-dind-enabled: "true"
     8      preset-kind-volume-mounts: "true"
     9      preset-azure-cred-only: "true"
    10      preset-azure-anonymous-pull: "true"
    11      preset-azure-capz-sa-cred: "true"
    12    extra_refs:
    13    - org: kubernetes-sigs
    14      repo: cluster-api-provider-azure
    15      base_ref: main
    16      path_alias: sigs.k8s.io/cluster-api-provider-azure
    17    - org: kubernetes
    18      repo: kubernetes
    19      base_ref: master
    20      path_alias: k8s.io/kubernetes
    21    spec:
    22      containers:
    23      - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.27
    24        args:
    25          - runner.sh
    26          - "./scripts/ci-e2e.sh"
    27        env:
    28          - name: KUBERNETES_VERSION_UPGRADE_FROM
    29            value: "stable-1.25"
    30          - name: KUBERNETES_VERSION_UPGRADE_TO
    31            value: "stable-1.26"
    32          - name: ETCD_VERSION_UPGRADE_TO
    33            value: "3.5.6-0"
    34          - name: COREDNS_VERSION_UPGRADE_TO
    35            value: "v1.9.3"
    36          - name: GINKGO_FOCUS
    37            value: "\\[K8s-Upgrade\\]"
    38        # we need privileged mode in order to do docker in docker
    39        securityContext:
    40          privileged: true
    41        resources:
    42          requests:
    43            cpu: 7300m
    44    annotations:
    45      testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-azure
    46      testgrid-tab-name: capi-periodic-upgrade-main-1-25-1-26
    47  
    48  - name: periodic-cluster-api-provider-azure-e2e-workload-upgrade-1-26-1-27-main
    49    interval: 24h
    50    decorate: true
    51    labels:
    52      preset-dind-enabled: "true"
    53      preset-kind-volume-mounts: "true"
    54      preset-azure-cred-only: "true"
    55      preset-azure-anonymous-pull: "true"
    56      preset-azure-capz-sa-cred: "true"
    57    extra_refs:
    58    - org: kubernetes-sigs
    59      repo: cluster-api-provider-azure
    60      base_ref: main
    61      path_alias: sigs.k8s.io/cluster-api-provider-azure
    62    - org: kubernetes
    63      repo: kubernetes
    64      base_ref: master
    65      path_alias: k8s.io/kubernetes
    66    spec:
    67      containers:
    68      - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.27
    69        args:
    70          - runner.sh
    71          - "./scripts/ci-e2e.sh"
    72        env:
    73          - name: KUBERNETES_VERSION_UPGRADE_FROM
    74            value: "stable-1.26"
    75          - name: KUBERNETES_VERSION_UPGRADE_TO
    76            value: "stable-1.27"
    77          - name: ETCD_VERSION_UPGRADE_TO
    78            value: "3.5.6-0"
    79          - name: COREDNS_VERSION_UPGRADE_TO
    80            value: "v1.9.3"
    81          - name: GINKGO_FOCUS
    82            value: "\\[K8s-Upgrade\\]"
    83        # we need privileged mode in order to do docker in docker
    84        securityContext:
    85          privileged: true
    86        resources:
    87          requests:
    88            cpu: 7300m
    89    annotations:
    90      testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-azure
    91      testgrid-tab-name: capi-periodic-upgrade-main-1-26-1-27
    92  
    93  - name: periodic-cluster-api-provider-azure-e2e-workload-upgrade-1-27-1-28-main
    94    interval: 24h
    95    decorate: true
    96    labels:
    97      preset-dind-enabled: "true"
    98      preset-kind-volume-mounts: "true"
    99      preset-azure-cred-only: "true"
   100      preset-azure-anonymous-pull: "true"
   101      preset-azure-capz-sa-cred: "true"
   102    extra_refs:
   103    - org: kubernetes-sigs
   104      repo: cluster-api-provider-azure
   105      base_ref: main
   106      path_alias: sigs.k8s.io/cluster-api-provider-azure
   107    - org: kubernetes
   108      repo: kubernetes
   109      base_ref: master
   110      path_alias: k8s.io/kubernetes
   111    spec:
   112      containers:
   113      - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.27
   114        args:
   115          - runner.sh
   116          - "./scripts/ci-e2e.sh"
   117        env:
   118          - name: KUBERNETES_VERSION_UPGRADE_FROM
   119            value: "stable-1.27"
   120          - name: KUBERNETES_VERSION_UPGRADE_TO
   121            value: "stable-1.28"
   122          - name: ETCD_VERSION_UPGRADE_TO
   123            value: "3.5.9-0"
   124          - name: COREDNS_VERSION_UPGRADE_TO
   125            value: "v1.10.1"
   126          - name: GINKGO_FOCUS
   127            value: "\\[K8s-Upgrade\\]"
   128        # we need privileged mode in order to do docker in docker
   129        securityContext:
   130          privileged: true
   131        resources:
   132          requests:
   133            cpu: 7300m
   134    annotations:
   135      testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-azure
   136      testgrid-tab-name: capi-periodic-upgrade-main-1-27-1-28