File tree Expand file tree Collapse file tree 1 file changed +5
-17
lines changed
Expand file tree Collapse file tree 1 file changed +5
-17
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments