Merge pull request #9238 from vector-im/travis/buildkite2
Use medium agents for the more resource intensive buildspull/9275/head
commit
8e5147976a
|
@ -8,6 +8,10 @@ steps:
|
||||||
image: "node:10"
|
image: "node:10"
|
||||||
|
|
||||||
- label: ":karma: Tests"
|
- 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:
|
command:
|
||||||
# Install chrome
|
# Install chrome
|
||||||
- "echo '--- Installing Chrome'"
|
- "echo '--- Installing Chrome'"
|
||||||
|
|
Loading…
Reference in New Issue