From 8b097bcd8c08bb0f0deee82f1b1204ba72f2a16b Mon Sep 17 00:00:00 2001
From: Travis Ralston <travpc@gmail.com>
Date: Thu, 21 Mar 2019 11:00:06 -0600
Subject: [PATCH] Use medium agents for the more resource intensive builds

---
 .buildkite/pipeline.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml
index 20ec0ab9..8b658be0 100644
--- a/.buildkite/pipeline.yaml
+++ b/.buildkite/pipeline.yaml
@@ -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'"