@@ -103,7 +103,7 @@ periodics:
103
103
cpu : 100m
104
104
memory : 512Mi
105
105
106
- - name : ci-k8sio-autobump-prow-build-clusters
106
+ - name : ci-k8sio-autobump-prow
107
107
cron : " 15 14-20/5 * * 1-5" # Run at :15 every hour between 9:15 and 6:15 PM PST Mon-Fri
108
108
cluster : k8s-infra-prow-build-trusted
109
109
decorate : true
@@ -116,7 +116,7 @@ periodics:
116
116
testgrid-dashboards : sig-k8s-infra-k8sio
117
117
testgrid-alert-email :
[email protected]
118
118
testgrid-num-failures-to-alert : ' 3'
119
- description : runs autobumper to create/update a PR that updates prow build cluster component images
119
+ description : runs autobumper to create/update a PR that updates prow.k8s.io
120
120
rerun_auth_config :
121
121
github_team_slugs :
122
122
# proxy for sig-k8s-infra-oncall
@@ -127,7 +127,7 @@ periodics:
127
127
slug : test-infra-admins
128
128
spec :
129
129
containers :
130
- - image : us-docker.pkg.dev/k8s-infra-prow/images/generic-autobumper:v20240802-66b115076
130
+ - image : us-docker.pkg.dev/k8s-infra-prow/images/generic-autobumper:v20250606-e2a3dbcc9
131
131
command :
132
132
- generic-autobumper
133
133
args :
@@ -141,21 +141,20 @@ periodics:
141
141
secret :
142
142
secretName : k8s-infra-ci-robot-github-token
143
143
144
- - name : ci-k8sio-autobump-prow-build-clusters-for-autodeploy
145
- # This is arbitrarily 3h earlier than test-infra-oncall's prow autobump job
146
- cron : " 30 14-19/5 * * 1-5" # Run at 7:30 and 12:30 PST Mon-Fri
144
+ - name : ci-test-infra-autobump-prow
145
+ cron : " 15 14-20/5 * * 1-5" # Run at :15 every hour between 9:15 and 6:15 PM PST Mon-Fri
147
146
cluster : k8s-infra-prow-build-trusted
148
147
decorate : true
149
148
max_concurrency : 1
150
149
extra_refs :
151
150
- org : kubernetes
152
- repo : k8s.io
153
- base_ref : main
151
+ repo : test-infra
152
+ base_ref : master
154
153
annotations :
155
154
testgrid-dashboards : sig-k8s-infra-k8sio
156
155
testgrid-alert-email :
[email protected]
157
- testgrid-num-failures-to-alert : ' 1 '
158
- description : runs autobumper to create/update a PR that updates prow build cluster component images
156
+ testgrid-num-failures-to-alert : ' 3 '
157
+ description : runs autobumper to create/update a PR that updates prow components in k/test-infra
159
158
rerun_auth_config :
160
159
github_team_slugs :
161
160
# proxy for sig-k8s-infra-oncall
@@ -166,13 +165,12 @@ periodics:
166
165
slug : test-infra-admins
167
166
spec :
168
167
containers :
169
- - image : us-docker.pkg.dev/k8s-infra-prow/images/generic-autobumper:v20240802-66b115076
168
+ - image : us-docker.pkg.dev/k8s-infra-prow/images/generic-autobumper:v20250606-e2a3dbcc9
170
169
command :
171
170
- generic-autobumper
172
171
args :
173
- - --config=hack/ autobump-config.yaml
172
+ - --config=config/prow/autobump-config/prow-component- autobump-config.yaml
174
173
- --labels-override=skip-review
175
- - --skip-if-no-oncall
176
174
volumeMounts :
177
175
- name : github
178
176
mountPath : /etc/github-token
0 commit comments