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

Commit

Permalink
Enabling buildkite scaler v2 (#204)
Browse files Browse the repository at this point in the history
* adding scaler v2

* adding larger machine size

* remove quotes
  • Loading branch information
jessicafalk authored Jun 21, 2019
1 parent ff17a56 commit 1da5392
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildkite/premerge.steps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ common: &common
- "permission_set=builder"
- "platform=windows"
- "queue=v3-1558109315-a75758857a3cdfbe-------z"
- "scaler_version=2"
- "minimum_instances=1"
- "agent_count=1"
- "machine_type=quad"
timeout_in_minutes: 60 # TODO(ENG-548): reduce timeout once agent-cold-start is optimised.
retry:
automatic:
Expand Down
4 changes: 4 additions & 0 deletions .buildkite/release-qa.steps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ common: &common
- "permission_set=builder"
- "platform=windows"
- "queue=v3-1558109315-a75758857a3cdfbe-------z"
- "scaler_version=2"
- "minimum_instances=1"
- "agent_count=1"
- "machine_type=quad"
timeout_in_minutes: 60 # TODO(ENG-548): reduce timeout once agent-cold-start is optimised.
retry:
automatic:
Expand Down

0 comments on commit 1da5392

Please sign in to comment.