Skip to content

Commit b096e1f

Browse files
authored
Merge pull request #35640 from furkatgofurov7/capio-v024
Setup release-0.24 branch jobs for CAPI Operator
2 parents 5159123 + e86047c commit b096e1f

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
periodics:
2-
- name: periodic-cluster-api-operator-test-release-0-23
2+
- name: periodic-cluster-api-operator-test-release-0-24
33
cluster: eks-prow-build-cluster
44
interval: 24h
55
decorate: true
@@ -8,7 +8,7 @@ periodics:
88
extra_refs:
99
- org: kubernetes-sigs
1010
repo: cluster-api-operator
11-
base_ref: release-0.23
11+
base_ref: release-0.24
1212
path_alias: sigs.k8s.io/cluster-api-operator
1313
spec:
1414
containers:
@@ -24,10 +24,10 @@ periodics:
2424
memory: "2Gi"
2525
annotations:
2626
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-operator
27-
testgrid-tab-name: capi-operator-test-release-0-23
27+
testgrid-tab-name: capi-operator-test-release-0-24
2828
testgrid-alert-email: [email protected]
2929
testgrid-num-failures-to-alert: "2"
30-
- name: periodic-cluster-api-operator-e2e-release-0-23
30+
- name: periodic-cluster-api-operator-e2e-release-0-24
3131
cluster: eks-prow-build-cluster
3232
interval: 24h
3333
decorate: true
@@ -39,7 +39,7 @@ periodics:
3939
extra_refs:
4040
- org: kubernetes-sigs
4141
repo: cluster-api-operator
42-
base_ref: release-0.23
42+
base_ref: release-0.24
4343
path_alias: sigs.k8s.io/cluster-api-operator
4444
spec:
4545
containers:
@@ -59,6 +59,6 @@ periodics:
5959
memory: "2Gi"
6060
annotations:
6161
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-operator
62-
testgrid-tab-name: capi-operator-e2e-release-0-23
62+
testgrid-tab-name: capi-operator-e2e-release-0-24
6363
testgrid-alert-email: [email protected]
6464
testgrid-num-failures-to-alert: "2"
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
presubmits:
22
kubernetes-sigs/cluster-api-operator:
3-
- name: pull-cluster-api-operator-build-release-0-23
3+
- name: pull-cluster-api-operator-build-release-0-24
44
cluster: eks-prow-build-cluster
55
decorate: true
66
path_alias: sigs.k8s.io/cluster-api-operator
@@ -9,7 +9,7 @@ presubmits:
99
preset-service-account: "true"
1010
branches:
1111
# The script this job runs is not in all branches.
12-
- ^release-0.23$
12+
- ^release-0.24$
1313
spec:
1414
containers:
1515
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20241021-1164926229-1.27
@@ -25,8 +25,8 @@ presubmits:
2525
memory: "2Gi"
2626
annotations:
2727
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-operator
28-
testgrid-tab-name: capi-operator-pr-build-release-0-23
29-
- name: pull-cluster-api-operator-make-release-0-23
28+
testgrid-tab-name: capi-operator-pr-build-release-0-24
29+
- name: pull-cluster-api-operator-make-release-0-24
3030
cluster: eks-prow-build-cluster
3131
decorate: true
3232
path_alias: sigs.k8s.io/cluster-api-operator
@@ -36,7 +36,7 @@ presubmits:
3636
preset-dind-enabled: "true"
3737
branches:
3838
# The script this job runs is not in all branches.
39-
- ^release-0.23$
39+
- ^release-0.24$
4040
spec:
4141
containers:
4242
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20241021-1164926229-1.27
@@ -55,8 +55,8 @@ presubmits:
5555
memory: "8Gi"
5656
annotations:
5757
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-operator
58-
testgrid-tab-name: capi-operator-pr-make-release-0-23
59-
- name: pull-cluster-api-operator-apidiff-release-0-23
58+
testgrid-tab-name: capi-operator-pr-make-release-0-24
59+
- name: pull-cluster-api-operator-apidiff-release-0-24
6060
cluster: eks-prow-build-cluster
6161
decorate: true
6262
path_alias: sigs.k8s.io/cluster-api-operator
@@ -65,7 +65,7 @@ presubmits:
6565
preset-service-account: "true"
6666
branches:
6767
# The script this job runs is not in all branches.
68-
- ^release-0.23$
68+
- ^release-0.24$
6969
run_if_changed: '^((api|cmd|config|controllers|hack|internal|scripts|test|util|webhook)/|go\.mod|go\.sum|Dockerfile|Makefile)'
7070
spec:
7171
containers:
@@ -82,8 +82,8 @@ presubmits:
8282
memory: "2Gi"
8383
annotations:
8484
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-operator
85-
testgrid-tab-name: capi-operator-pr-apidiff-release-0-23
86-
- name: pull-cluster-api-operator-verify-release-0-23
85+
testgrid-tab-name: capi-operator-pr-apidiff-release-0-24
86+
- name: pull-cluster-api-operator-verify-release-0-24
8787
cluster: eks-prow-build-cluster
8888
decorate: true
8989
path_alias: sigs.k8s.io/cluster-api-operator
@@ -92,7 +92,7 @@ presubmits:
9292
preset-service-account: "true"
9393
branches:
9494
# The script this job runs is not in all branches.
95-
- ^release-0.23$
95+
- ^release-0.24$
9696
spec:
9797
containers:
9898
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20241021-1164926229-1.27
@@ -108,16 +108,16 @@ presubmits:
108108
memory: "2Gi"
109109
annotations:
110110
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-operator
111-
testgrid-tab-name: capi-operator-pr-verify-release-0-23
112-
- name: pull-cluster-api-operator-test-release-0-23
111+
testgrid-tab-name: capi-operator-pr-verify-release-0-24
112+
- name: pull-cluster-api-operator-test-release-0-24
113113
cluster: eks-prow-build-cluster
114114
decorate: true
115115
path_alias: sigs.k8s.io/cluster-api-operator
116116
labels:
117117
preset-service-account: "true"
118118
branches:
119119
# The script this job runs is not in all branches.
120-
- ^release-0.23$
120+
- ^release-0.24$
121121
run_if_changed: '^((api|cmd|config|controllers|hack|internal|scripts|test|util|webhook)/|go\.mod|go\.sum|Dockerfile|Makefile)'
122122
spec:
123123
containers:
@@ -134,8 +134,8 @@ presubmits:
134134
memory: "2Gi"
135135
annotations:
136136
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-operator
137-
testgrid-tab-name: capi-operator-pr-test-release-0-23
138-
- name: pull-cluster-api-operator-e2e-release-0-23
137+
testgrid-tab-name: capi-operator-pr-test-release-0-24
138+
- name: pull-cluster-api-operator-e2e-release-0-24
139139
cluster: eks-prow-build-cluster
140140
path_alias: "sigs.k8s.io/cluster-api-operator"
141141
optional: false
@@ -146,7 +146,7 @@ presubmits:
146146
preset-dind-enabled: "true"
147147
preset-kind-volume-mounts: "true"
148148
branches:
149-
- ^release-0.23$
149+
- ^release-0.24$
150150
spec:
151151
containers:
152152
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20241021-1164926229-1.27
@@ -166,4 +166,4 @@ presubmits:
166166
memory: "8Gi"
167167
annotations:
168168
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-operator
169-
testgrid-tab-name: capi-operator-pr-e2e-release-0-23
169+
testgrid-tab-name: capi-operator-pr-e2e-release-0-24

0 commit comments

Comments
 (0)