Merge pull request #2813 from matrix-org/travis/buildkite2

Use medium agents for the more resource intensive builds
This commit is contained in:
Travis Ralston 2019-03-21 12:11:42 -06:00 committed by GitHub
commit 44987955ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,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'"
@ -43,6 +47,10 @@ steps:
propagate-environment: true
- label: "🔧 Riot 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'"