Use medium agents for the more resource intensive builds
This commit is contained in:
parent
f777c2c9bc
commit
8b097bcd8c
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue