Merge pull request #2911 from matrix-org/bwindels/e2emediumagent

use medium agent for e2e tests
This commit is contained in:
Bruno Windels
2019-04-12 09:26:19 +00:00
committed by GitHub

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