Skip to content

Commit

Permalink
Prow: increase max Azure CI clusters to 20
Browse files Browse the repository at this point in the history
We now have 1000vCPUs, so let's bump cluster size back up to
accommodate Azure CI jobs.

Signed-off-by: Yu Qi Zhang <jerzhang@redhat.com>
  • Loading branch information
yuqi-zhang committed Sep 18, 2019
1 parent d8fd4b5 commit 594930f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core-services/prow/02_config/_boskos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ resources:
max-count: 120
- type: azure4-quota-slice
state: free
min-count: 5
max-count: 5
min-count: 20
max-count: 20
- type: gcp-quota-slice
state: free
min-count: 1000
Expand Down

0 comments on commit 594930f

Please sign in to comment.