From 867739e8bebde2356a3da9cb588b2030a3cd0577 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 10 Oct 2019 11:45:35 +0200 Subject: [PATCH] switch e2e tests to xlarge queue --- .buildkite/pipeline.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index af55fe8cb4..639c7420f0 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -15,9 +15,9 @@ steps: - label: ":chains: End-to-End Tests" agents: - # We use a medium sized instance instead of the normal small ones because + # We use a xlarge sized instance instead of the normal small ones because # e2e tests otherwise take +-8min - queue: "medium" + queue: "xlarge" command: # TODO: Remove hacky chmod for BuildKite - "echo '--- Setup'" @@ -96,7 +96,7 @@ steps: image: "node:10" - wait - + - label: "🐴 Trigger riot-web" trigger: "riot-web" branches: "develop"