use medium agent for e2e tests
parent
86a6037a12
commit
6e8e62e619
|
@ -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