use medium agent for e2e tests

This commit is contained in:
Bruno Windels 2019-04-11 16:16:29 +02:00
parent 86a6037a12
commit 6e8e62e619

View file

@ -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'"