Skip to content

Commit 6e38b96

Browse files
authored
ci: Larger machines for mz-deploy deploy (#37046)
Seen timing out in https://buildkite.com/materialize/deploy-mz-deploy/builds/6
1 parent 592cecb commit 6e38b96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci/deploy_mz-deploy/pipeline.template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps:
1616
command: bin/ci-builder run stable bin/pyactivate -m ci.deploy_mz-deploy.linux
1717
timeout_in_minutes: 30
1818
agents:
19-
queue: linux-x86_64-small
19+
queue: linux-x86_64
2020
concurrency: 1
2121
concurrency_group: deploy-mz-deploy/linux/x86_64
2222

@@ -25,7 +25,7 @@ steps:
2525
command: bin/ci-builder run stable bin/pyactivate -m ci.deploy_mz-deploy.linux
2626
timeout_in_minutes: 30
2727
agents:
28-
queue: linux-aarch64-small
28+
queue: linux-aarch64
2929
concurrency: 1
3030
concurrency_group: deploy-mz-deploy/linux/aarch64
3131

0 commit comments

Comments
 (0)