Skip to content

Commit

Permalink
Bump packet quota to 60
Browse files Browse the repository at this point in the history
  • Loading branch information
stbenjam committed Mar 12, 2021
1 parent 7ce7aac commit d661e65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -400,8 +400,8 @@ resources:
- ovirt-19
state: free
type: ovirt-quota-slice
- max-count: 40
min-count: 40
- max-count: 60
min-count: 60
state: free
type: packet-quota-slice
- names:
Expand Down
2 changes: 1 addition & 1 deletion core-services/prow/02_config/generate-boskos.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'openstack-ppc64le-quota-slice': {},
'ovirt-quota-slice': {},
'packet-quota-slice': {
'default': 40,
'default': 60,
},
'kubevirt-quota-slice':{},
'vsphere-quota-slice':{},
Expand Down

0 comments on commit d661e65

Please sign in to comment.