Merge pull request #9238 from vector-im/travis/buildkite2

Use medium agents for the more resource intensive builds
pull/9275/head
Travis Ralston 2019-03-21 12:11:44 -06:00 committed by GitHub
commit 8e5147976a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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'"