Skip to content

Commit 08ce536

Browse files
authored
Merge pull request #35476 from chrischdi/pr-capa-add-prowjob-gen
capa: add prowjob-gen config and templates and add release-2.9 jobs
2 parents 81aad54 + f87cf0c commit 08ce536

11 files changed

+1721
-67
lines changed

config/jobs/kubernetes-sigs/cluster-api-provider-aws/cluster-api-provider-aws-periodics.yaml renamed to config/jobs/kubernetes-sigs/cluster-api-provider-aws/cluster-api-provider-aws-periodics-main.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Code generated by cluster-api's prowjob-gen. DO NOT EDIT.
12
periodics:
23
- name: periodic-cluster-api-provider-aws-e2e
34
cluster: eks-prow-build-cluster
@@ -22,7 +23,7 @@ periodics:
2223
path_alias: "sigs.k8s.io/cluster-api-provider-aws"
2324
spec:
2425
containers:
25-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250714-70266d743a-1.30
26+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250904-c89b045f57-1.33
2627
command:
2728
- "runner.sh"
2829
- "./scripts/ci-e2e.sh"
@@ -71,7 +72,7 @@ periodics:
7172
path_alias: "sigs.k8s.io/cluster-api-provider-aws"
7273
spec:
7374
containers:
74-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250714-70266d743a-1.30
75+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250904-c89b045f57-1.33
7576
command:
7677
- "runner.sh"
7778
- "./scripts/ci-e2e.sh"
@@ -119,7 +120,7 @@ periodics:
119120
path_alias: "sigs.k8s.io/cluster-api-provider-aws"
120121
spec:
121122
containers:
122-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250714-70266d743a-1.30
123+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250904-c89b045f57-1.33
123124
command:
124125
- "runner.sh"
125126
- "./scripts/ci-e2e-eks.sh"
@@ -165,7 +166,7 @@ periodics:
165166
path_alias: "sigs.k8s.io/cluster-api-provider-aws"
166167
spec:
167168
containers:
168-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250714-70266d743a-1.30
169+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250904-c89b045f57-1.33
169170
command:
170171
- "runner.sh"
171172
- "./scripts/ci-conformance.sh"
@@ -223,7 +224,7 @@ periodics:
223224
path_alias: k8s.io/kubernetes
224225
spec:
225226
containers:
226-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250714-70266d743a-1.30
227+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250904-c89b045f57-1.33
227228
env:
228229
- name: BOSKOS_HOST
229230
value: "boskos.test-pods.svc.cluster.local"
@@ -274,7 +275,7 @@ periodics:
274275
path_alias: k8s.io/test-infra
275276
spec:
276277
containers:
277-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250714-70266d743a-1.30
278+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250904-c89b045f57-1.33
278279
command:
279280
- runner.sh
280281
- bash

config/jobs/kubernetes-sigs/cluster-api-provider-aws/cluster-api-provider-aws-periodics-release-2.7.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1+
# Code generated by cluster-api's prowjob-gen. DO NOT EDIT.
12
periodics:
23
- name: periodic-cluster-api-provider-aws-e2e-release-2-7
34
cluster: eks-prow-build-cluster
45
decorate: true
56
decoration_config:
67
timeout: 5h
8+
rerun_auth_config:
9+
github_team_slugs:
10+
- org: kubernetes-sigs
11+
slug: cluster-api-provider-aws-maintainers
712
interval: 12h
813
labels:
914
preset-dind-enabled: "true"
@@ -49,6 +54,10 @@ periodics:
4954
decorate: true
5055
decoration_config:
5156
timeout: 5h
57+
rerun_auth_config:
58+
github_team_slugs:
59+
- org: kubernetes-sigs
60+
slug: cluster-api-provider-aws-maintainers
5261
interval: 12h
5362
labels:
5463
preset-dind-enabled: "true"
@@ -93,6 +102,10 @@ periodics:
93102
decorate: true
94103
decoration_config:
95104
timeout: 5h
105+
rerun_auth_config:
106+
github_team_slugs:
107+
- org: kubernetes-sigs
108+
slug: cluster-api-provider-aws-maintainers
96109
interval: 12h
97110
labels:
98111
preset-dind-enabled: "true"
@@ -135,6 +148,10 @@ periodics:
135148
decorate: true
136149
decoration_config:
137150
timeout: 5h
151+
rerun_auth_config:
152+
github_team_slugs:
153+
- org: kubernetes-sigs
154+
slug: cluster-api-provider-aws-maintainers
138155
interval: 12h
139156
labels:
140157
preset-dind-enabled: "true"
@@ -187,6 +204,10 @@ periodics:
187204
decorate: true
188205
decoration_config:
189206
timeout: 5h
207+
rerun_auth_config:
208+
github_team_slugs:
209+
- org: kubernetes-sigs
210+
slug: cluster-api-provider-aws-maintainers
190211
interval: 12h
191212
extra_refs:
192213
- org: kubernetes-sigs

config/jobs/kubernetes-sigs/cluster-api-provider-aws/cluster-api-provider-aws-periodics-release-2.8.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1+
# Code generated by cluster-api's prowjob-gen. DO NOT EDIT.
12
periodics:
23
- name: periodic-cluster-api-provider-aws-e2e-release-2-8
34
cluster: eks-prow-build-cluster
45
decorate: true
56
decoration_config:
67
timeout: 5h
8+
rerun_auth_config:
9+
github_team_slugs:
10+
- org: kubernetes-sigs
11+
slug: cluster-api-provider-aws-maintainers
712
interval: 12h
813
labels:
914
preset-dind-enabled: "true"
@@ -49,6 +54,10 @@ periodics:
4954
decorate: true
5055
decoration_config:
5156
timeout: 5h
57+
rerun_auth_config:
58+
github_team_slugs:
59+
- org: kubernetes-sigs
60+
slug: cluster-api-provider-aws-maintainers
5261
interval: 12h
5362
labels:
5463
preset-dind-enabled: "true"
@@ -93,6 +102,10 @@ periodics:
93102
decorate: true
94103
decoration_config:
95104
timeout: 5h
105+
rerun_auth_config:
106+
github_team_slugs:
107+
- org: kubernetes-sigs
108+
slug: cluster-api-provider-aws-maintainers
96109
interval: 12h
97110
labels:
98111
preset-dind-enabled: "true"
@@ -135,6 +148,10 @@ periodics:
135148
decorate: true
136149
decoration_config:
137150
timeout: 5h
151+
rerun_auth_config:
152+
github_team_slugs:
153+
- org: kubernetes-sigs
154+
slug: cluster-api-provider-aws-maintainers
138155
interval: 12h
139156
labels:
140157
preset-dind-enabled: "true"
@@ -187,6 +204,10 @@ periodics:
187204
decorate: true
188205
decoration_config:
189206
timeout: 5h
207+
rerun_auth_config:
208+
github_team_slugs:
209+
- org: kubernetes-sigs
210+
slug: cluster-api-provider-aws-maintainers
190211
interval: 12h
191212
extra_refs:
192213
- org: kubernetes-sigs

0 commit comments

Comments
 (0)