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

use medium agent for e2e tests
pull/21833/head
Bruno Windels 2019-04-12 09:26:19 +00:00 committed by GitHub
commit 7e78149f06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ steps:
image: "node:10" image: "node:10"
- label: ":chains: End-to-End Tests" - 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: command:
# TODO: Remove hacky chmod for BuildKite # TODO: Remove hacky chmod for BuildKite
- "echo '--- Setup'" - "echo '--- Setup'"