Use long-lived runners for TestFlight waits
This commit is contained in:
parent
99499b78f9
commit
feb64febc4
5 changed files with 23 additions and 11 deletions
|
|
@ -2,7 +2,7 @@ listen: "127.0.0.1:8090"
|
|||
|
||||
dispatcher:
|
||||
url: "http://127.0.0.1:8080"
|
||||
timeout: "2h"
|
||||
timeout: "3h"
|
||||
|
||||
instances:
|
||||
- name: burrow
|
||||
|
|
@ -30,6 +30,10 @@ instances:
|
|||
min_idle: 0
|
||||
ttl: "30m"
|
||||
machine_type: "8x16"
|
||||
- labels: ["namespace-profile-linux-testflight"]
|
||||
min_idle: 0
|
||||
ttl: "150m"
|
||||
machine_type: "8x16"
|
||||
- labels: ["namespace-profile-macos-large"]
|
||||
min_idle: 0
|
||||
ttl: "60m"
|
||||
|
|
@ -38,6 +42,10 @@ instances:
|
|||
min_idle: 0
|
||||
ttl: "90m"
|
||||
machine_type: "12x28"
|
||||
- labels: ["namespace-profile-macos-large-testflight"]
|
||||
min_idle: 0
|
||||
ttl: "150m"
|
||||
machine_type: "12x28"
|
||||
- labels: ["namespace-profile-windows-large"]
|
||||
min_idle: 0
|
||||
ttl: "45m"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue