Skip to content

Commit

Permalink
Merge pull request #9238 from vector-im/travis/buildkite2
Browse files Browse the repository at this point in the history
Use medium agents for the more resource intensive builds
  • Loading branch information
turt2live authored Mar 21, 2019
2 parents f777c2c + 8b097bc commit 8e51479
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ steps:
image: "node:10"

- label: ":karma: Tests"
agents:
# We use a medium sized instance instead of the normal small ones because
# webpack loves to gorge itself on resources.
queue: "medium"
command:
# Install chrome
- "echo '--- Installing Chrome'"
Expand Down

0 comments on commit 8e51479

Please sign in to comment.