Skip to content

Commit 9b87cb6

Browse files
def-antiguru
authored andcommitted
ci: Use dedicated CPU machines for limits tests
Have been flaky before, might also be causing MaterializeInc/database-issues#8915
1 parent 4e7361d commit 9b87cb6

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

ci/nightly/pipeline.template.yml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -365,38 +365,26 @@ steps:
365365
steps:
366366
- id: limits
367367
label: "Product limits"
368-
depends_on: build-aarch64
368+
depends_on: build-x86_64
369369
agents:
370-
queue: hetzner-aarch64-16cpu-32gb
370+
queue: hetzner-x86-64-dedi-8cpu-32gb
371371
plugins:
372372
- ./ci/plugins/mzcompose:
373373
composition: limits
374374
run: main
375375
timeout_in_minutes: 180
376376
parallelism: 2
377-
# TODO(def-) Move to larger agents to prevent flakiness
378-
retry:
379-
automatic:
380-
- exit_status: "*"
381-
limit: 1
382377

383378
- id: limits-instance-size
384379
label: "Instance size limits"
385-
depends_on: build-aarch64
380+
depends_on: build-x86_64
386381
agents:
387-
# A larger instance is needed due to the
388-
# many containers that are being created
389-
queue: hetzner-aarch64-16cpu-32gb
382+
queue: hetzner-x86-64-dedi-8cpu-32gb
390383
plugins:
391384
- ./ci/plugins/mzcompose:
392385
composition: limits
393386
run: instance-size
394-
timeout_in_minutes: 50
395-
# TODO(def-) Move to larger agents to prevent flakiness
396-
retry:
397-
automatic:
398-
- exit_status: "*"
399-
limit: 1
387+
timeout_in_minutes: 120
400388

401389
- id: bounded-memory
402390
label: "Bounded Memory"

0 commit comments

Comments
 (0)