mirror of https://github.com/vector-im/riot-web
Merge pull request #2911 from matrix-org/bwindels/e2emediumagent
use medium agent for e2e testspull/21833/head
commit
7e78149f06
|
@ -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'"
|
||||||
|
|
Loading…
Reference in New Issue