mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
use medium agent for e2e tests
This commit is contained in:
parent
86a6037a12
commit
6e8e62e619
1 changed files with 4 additions and 0 deletions
|
@ -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'"
|
||||
|
|
Loading…
Reference in a new issue