switch e2e tests to xlarge queue
This commit is contained in:
parent
6f9604992b
commit
867739e8be
1 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@ steps:
|
||||||
|
|
||||||
- label: ":chains: End-to-End Tests"
|
- label: ":chains: End-to-End Tests"
|
||||||
agents:
|
agents:
|
||||||
# We use a medium sized instance instead of the normal small ones because
|
# We use a xlarge sized instance instead of the normal small ones because
|
||||||
# e2e tests otherwise take +-8min
|
# e2e tests otherwise take +-8min
|
||||||
queue: "medium"
|
queue: "xlarge"
|
||||||
command:
|
command:
|
||||||
# TODO: Remove hacky chmod for BuildKite
|
# TODO: Remove hacky chmod for BuildKite
|
||||||
- "echo '--- Setup'"
|
- "echo '--- Setup'"
|
||||||
|
@ -96,7 +96,7 @@ steps:
|
||||||
image: "node:10"
|
image: "node:10"
|
||||||
|
|
||||||
- wait
|
- wait
|
||||||
|
|
||||||
- label: "🐴 Trigger riot-web"
|
- label: "🐴 Trigger riot-web"
|
||||||
trigger: "riot-web"
|
trigger: "riot-web"
|
||||||
branches: "develop"
|
branches: "develop"
|
||||||
|
|
Loading…
Reference in a new issue