Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Commit 2ed0fa8

Browse files
BryanJY-Wongjamiebrynes7
authored andcommitted
UTY-2657: set max agents (#283)
* set max instances to 12 for windwos, linux and mac * Update premerge.steps.yaml * release-qa
1 parent 602caf5 commit 2ed0fa8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.buildkite/premerge.steps.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ windows: &windows
2020
- "machine_type=quad"
2121
- "experiment_normalised_upload_paths=true"
2222
- "health_check_enabled=false"
23+
- "maximum_instances=12"
2324
timeout_in_minutes: 60 # TODO(ENG-548): reduce timeout once agent-cold-start is optimised.
2425
retry:
2526
automatic:
@@ -57,6 +58,7 @@ linux: &linux
5758
# - "permission_set=builder"
5859
# - "platform=macos"
5960
# - "queue=${DARWIN_BUILDER_QUEUE:-v4-1582049359-33db24b626f71fa8}"
61+
# - "maximum_instances=12"
6062
# timeout_in_minutes: 60 # TODO(ENG-548): reduce timeout once agent-cold-start is optimised.
6163
# retry:
6264
# automatic:

.buildkite/release-qa.steps.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ windows: &windows
2020
- "machine_type=quad"
2121
- "experiment_normalised_upload_paths=true"
2222
- "health_check_enabled=false"
23+
- "maximum_instances=12"
2324
timeout_in_minutes: 60 # TODO(ENG-548): reduce timeout once agent-cold-start is optimised.
2425
retry:
2526
automatic:

0 commit comments

Comments
 (0)