|
1 | 1 | periodics:
|
2 | 2 |
|
3 |
| -- name: periodic-cluster-api-e2e-workload-upgrade-1-18-1-19-main |
4 |
| - interval: 24h |
5 |
| - decorate: true |
6 |
| - decoration_config: |
7 |
| - gcs_credentials_secret: "" # Use workload identity for uploading artifacts |
8 |
| - labels: |
9 |
| - preset-dind-enabled: "true" |
10 |
| - preset-kind-volume-mounts: "true" |
11 |
| - extra_refs: |
12 |
| - - org: kubernetes-sigs |
13 |
| - repo: cluster-api |
14 |
| - base_ref: main |
15 |
| - path_alias: sigs.k8s.io/cluster-api |
16 |
| - - org: kubernetes |
17 |
| - repo: kubernetes |
18 |
| - base_ref: master |
19 |
| - path_alias: k8s.io/kubernetes |
20 |
| - spec: |
21 |
| - serviceAccountName: prowjob-default-sa |
22 |
| - containers: |
23 |
| - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230207-192d5afee3-1.26 |
24 |
| - args: |
25 |
| - - runner.sh |
26 |
| - - "./scripts/ci-e2e.sh" |
27 |
| - env: |
28 |
| - - name: KUBERNETES_VERSION_UPGRADE_FROM |
29 |
| - value: "stable-1.18" |
30 |
| - - name: KUBERNETES_VERSION_UPGRADE_TO |
31 |
| - value: "stable-1.19" |
32 |
| - - name: ETCD_VERSION_UPGRADE_TO |
33 |
| - value: "3.4.13-0" |
34 |
| - - name: COREDNS_VERSION_UPGRADE_TO |
35 |
| - value: "1.7.0" |
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 |
46 |
| - testgrid-tab-name: capi-e2e-main-1-18-1-19 |
47 |
| - testgrid-alert-email: sig-cluster-lifecycle-cluster-api-alerts@kubernetes.io |
48 |
| - testgrid-num-failures-to-alert: "4" |
49 |
| - |
50 |
| -- name: periodic-cluster-api-e2e-workload-upgrade-1-19-1-20-main |
51 |
| - interval: 24h |
52 |
| - decorate: true |
53 |
| - decoration_config: |
54 |
| - gcs_credentials_secret: "" # Use workload identity for uploading artifacts |
55 |
| - labels: |
56 |
| - preset-dind-enabled: "true" |
57 |
| - preset-kind-volume-mounts: "true" |
58 |
| - extra_refs: |
59 |
| - - org: kubernetes-sigs |
60 |
| - repo: cluster-api |
61 |
| - base_ref: main |
62 |
| - path_alias: sigs.k8s.io/cluster-api |
63 |
| - - org: kubernetes |
64 |
| - repo: kubernetes |
65 |
| - base_ref: master |
66 |
| - path_alias: k8s.io/kubernetes |
67 |
| - spec: |
68 |
| - serviceAccountName: prowjob-default-sa |
69 |
| - containers: |
70 |
| - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230207-192d5afee3-1.26 |
71 |
| - args: |
72 |
| - - runner.sh |
73 |
| - - "./scripts/ci-e2e.sh" |
74 |
| - env: |
75 |
| - - name: KUBERNETES_VERSION_UPGRADE_FROM |
76 |
| - value: "stable-1.19" |
77 |
| - - name: KUBERNETES_VERSION_UPGRADE_TO |
78 |
| - value: "stable-1.20" |
79 |
| - - name: ETCD_VERSION_UPGRADE_TO |
80 |
| - value: "3.4.13-0" |
81 |
| - - name: COREDNS_VERSION_UPGRADE_TO |
82 |
| - value: "1.7.0" |
83 |
| - - name: GINKGO_FOCUS |
84 |
| - value: "\\[K8s-Upgrade\\]" |
85 |
| - # we need privileged mode in order to do docker in docker |
86 |
| - securityContext: |
87 |
| - privileged: true |
88 |
| - resources: |
89 |
| - requests: |
90 |
| - cpu: 7300m |
91 |
| - annotations: |
92 |
| - testgrid-dashboards: sig-cluster-lifecycle-cluster-api |
93 |
| - testgrid-tab-name: capi-e2e-main-1-19-1-20 |
94 |
| - testgrid-alert-email: sig-cluster-lifecycle-cluster-api-alerts@kubernetes.io |
95 |
| - testgrid-num-failures-to-alert: "4" |
96 |
| - |
97 |
| -- name: periodic-cluster-api-e2e-workload-upgrade-1-20-1-21-main |
98 |
| - interval: 24h |
99 |
| - decorate: true |
100 |
| - decoration_config: |
101 |
| - gcs_credentials_secret: "" # Use workload identity for uploading artifacts |
102 |
| - labels: |
103 |
| - preset-dind-enabled: "true" |
104 |
| - preset-kind-volume-mounts: "true" |
105 |
| - extra_refs: |
106 |
| - - org: kubernetes-sigs |
107 |
| - repo: cluster-api |
108 |
| - base_ref: main |
109 |
| - path_alias: sigs.k8s.io/cluster-api |
110 |
| - - org: kubernetes |
111 |
| - repo: kubernetes |
112 |
| - base_ref: master |
113 |
| - path_alias: k8s.io/kubernetes |
114 |
| - spec: |
115 |
| - serviceAccountName: prowjob-default-sa |
116 |
| - containers: |
117 |
| - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230207-192d5afee3-1.26 |
118 |
| - args: |
119 |
| - - runner.sh |
120 |
| - - "./scripts/ci-e2e.sh" |
121 |
| - env: |
122 |
| - - name: KUBERNETES_VERSION_UPGRADE_FROM |
123 |
| - value: "stable-1.20" |
124 |
| - - name: KUBERNETES_VERSION_UPGRADE_TO |
125 |
| - value: "stable-1.21" |
126 |
| - - name: ETCD_VERSION_UPGRADE_TO |
127 |
| - value: "3.4.13-0" |
128 |
| - - name: COREDNS_VERSION_UPGRADE_TO |
129 |
| - value: "v1.8.0" |
130 |
| - - name: GINKGO_FOCUS |
131 |
| - value: "\\[K8s-Upgrade\\]" |
132 |
| - # we need privileged mode in order to do docker in docker |
133 |
| - securityContext: |
134 |
| - privileged: true |
135 |
| - resources: |
136 |
| - requests: |
137 |
| - cpu: 7300m |
138 |
| - annotations: |
139 |
| - testgrid-dashboards: sig-cluster-lifecycle-cluster-api |
140 |
| - testgrid-tab-name: capi-e2e-main-1-20-1-21 |
141 |
| - testgrid-alert-email: sig-cluster-lifecycle-cluster-api-alerts@kubernetes.io |
142 |
| - testgrid-num-failures-to-alert: "4" |
143 |
| - |
144 | 3 | - name: periodic-cluster-api-e2e-workload-upgrade-1-21-1-22-main
|
145 | 4 | interval: 24h
|
146 | 5 | decorate: true
|
|
0 commit comments