Skip to content

Commit

Permalink
[CI] Update docker_keyserver workflow to enable autoscaling
Browse files Browse the repository at this point in the history
Summary: Set `agent` to `autoscaling` to enable autoscaling. Also shut down the last actively managed CI instance on AWS.. so now everything except for the iOS build is "autoscalling."

Test Plan: Buildkite CI

Reviewers: def-au1t, palys-swm, yayabosh, ashoat

Reviewed By: ashoat

Subscribers: ashoat, Adrian

Differential Revision: https://phab.comm.dev/D4410
  • Loading branch information
atulsmadhugiri committed Jun 30, 2022
1 parent c8c2068 commit 7b2de11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/docker_keyserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ steps:
- command:
- 'cd keyserver && touch .env && bash/dc.sh build --no-cache'
agents:
- 'docker=true'
- 'autoscaling=true'

0 comments on commit 7b2de11

Please sign in to comment.