Use medium agents for the more resource intensive builds
This commit is contained in:
@@ -20,6 +20,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'"
|
||||||
@@ -43,6 +47,10 @@ steps:
|
|||||||
propagate-environment: true
|
propagate-environment: true
|
||||||
|
|
||||||
- label: "🔧 Riot Tests"
|
- 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:
|
command:
|
||||||
# Install chrome
|
# Install chrome
|
||||||
- "echo '--- Installing Chrome'"
|
- "echo '--- Installing Chrome'"
|
||||||
|
|||||||
Reference in New Issue
Block a user