From 6e8e62e6192ced9df854b25e774d3c0cfde8ae6a Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 11 Apr 2019 16:16:29 +0200 Subject: [PATCH] use medium agent for e2e tests --- .buildkite/pipeline.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 7cb859234e..60964de469 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -9,6 +9,10 @@ steps: image: "node:10" - label: ":chains: End-to-End Tests" + agents: + # We use a medium sized instance instead of the normal small ones because + # e2e tests otherwise take +-8min + queue: "medium" command: # TODO: Remove hacky chmod for BuildKite - "echo '--- Setup'"