Skip to content

Commit

Permalink
Failover build02 to build09 (#54360)
Browse files Browse the repository at this point in the history
* Failover build02 to build09

* update the release-controller configs
  • Loading branch information
deepsm007 authored Jul 15, 2024
1 parent 64ee6b2 commit 3c512be
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ spec:
- /usr/bin/release-controller
- --release-namespace=ocp
- --publish-namespace=origin
- --cluster-group=build01,build02,build03,build05
- --cluster-group=build01,build03,build05,build09
- --cluster-group=vsphere
- --prow-config=/etc/config/config.yaml
- --supplemental-prow-config-dir=/etc/config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ spec:
- command:
- /usr/bin/release-controller
- --release-namespace=ocp-priv
- --cluster-group=build01,build02,build03,build05
- --cluster-group=build01,build03,build05,build09
- --cluster-group=vsphere
- --prow-config=/etc/config/config.yaml
- --supplemental-prow-config-dir=/etc/config
Expand Down
4 changes: 3 additions & 1 deletion core-services/prow/02_config/_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,9 @@ push_gateway:
serve_metrics: false
scheduler:
enabled: true
failover: {}
failover:
mappings:
build02: build09
sinker:
max_pod_age: 6h0m0s
max_prowjob_age: 24h0m0s
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def _add_osd_rc_deployment(gendoc):

# Creating Cluster Groups for the AMD64 jobs...
if context.arch == 'x86_64':
extra_rc_args.append('--cluster-group=build01,build02,build03,build05')
extra_rc_args.append('--cluster-group=build01,build03,build05,build09')
extra_rc_args.append('--cluster-group=vsphere')

gendoc.append({
Expand Down

0 comments on commit 3c512be

Please sign in to comment.