@@ -2307,7 +2307,7 @@ steps:
23072307 - id : orchestratord-defaults
23082308 label : " Orchestratord test (defaults for properties)"
23092309 depends_on : build-aarch64
2310- timeout_in_minutes : 180
2310+ timeout_in_minutes : 120
23112311 plugins :
23122312 - ./ci/plugins/mzcompose :
23132313 composition : orchestratord
@@ -2319,7 +2319,7 @@ steps:
23192319 - id : orchestratord-individual
23202320 label : " Orchestratord test (individual properties)"
23212321 depends_on : build-aarch64
2322- timeout_in_minutes : 180
2322+ timeout_in_minutes : 120
23232323 plugins :
23242324 - ./ci/plugins/mzcompose :
23252325 composition : orchestratord
@@ -2331,83 +2331,59 @@ steps:
23312331 - id : orchestratord-combine
23322332 label : " Orchestratord test (combine properties)"
23332333 depends_on : build-aarch64
2334- timeout_in_minutes : 180
2334+ timeout_in_minutes : 120
23352335 plugins :
23362336 - ./ci/plugins/mzcompose :
23372337 composition : orchestratord
2338- args : [--action=noop, --properties=combine, --runtime=7200 , --recreate-cluster]
2338+ args : [--action=noop, --properties=combine, --runtime=3600 , --recreate-cluster]
23392339 ci-builder : stable
23402340 agents :
23412341 queue : hetzner-aarch64-16cpu-32gb
23422342
2343- - id : orchestratord-upgrade-defaults
2344- label : " Orchestratord test (upgrade, defaults)"
2345- depends_on : build-aarch64
2346- timeout_in_minutes : 180
2347- plugins :
2348- - ./ci/plugins/mzcompose :
2349- composition : orchestratord
2350- args : [--action=upgrade, --properties=defaults, --runtime=7200, --recreate-cluster]
2351- ci-builder : stable
2352- agents :
2353- queue : hetzner-aarch64-8cpu-16gb
2354-
23552343 - id : orchestratord-upgrade-individual
23562344 label : " Orchestratord test (upgrade, individual props)"
23572345 depends_on : build-aarch64
2358- timeout_in_minutes : 180
2346+ timeout_in_minutes : 120
23592347 plugins :
23602348 - ./ci/plugins/mzcompose :
23612349 composition : orchestratord
2362- args : [--action=upgrade, --properties=individual, --runtime=7200 , --recreate-cluster]
2350+ args : [--action=upgrade, --properties=individual, --runtime=3600 , --recreate-cluster]
23632351 ci-builder : stable
23642352 agents :
23652353 queue : hetzner-aarch64-8cpu-16gb
23662354
23672355 - id : orchestratord-upgrade-combine
23682356 label : " Orchestratord test (upgrade, combine props)"
23692357 depends_on : build-aarch64
2370- timeout_in_minutes : 180
2371- plugins :
2372- - ./ci/plugins/mzcompose :
2373- composition : orchestratord
2374- args : [--action=upgrade, --properties=combine, --runtime=7200, --recreate-cluster]
2375- ci-builder : stable
2376- agents :
2377- queue : hetzner-aarch64-8cpu-16gb
2378-
2379- - id : orchestratord-upgrade-chain-defaults
2380- label : " Orchestratord test (upgrade chain, defaults)"
2381- depends_on : build-aarch64
2382- timeout_in_minutes : 180
2358+ timeout_in_minutes : 120
23832359 plugins :
23842360 - ./ci/plugins/mzcompose :
23852361 composition : orchestratord
2386- args : [--action=upgrade-chain , --properties=defaults , --runtime=7200 , --recreate-cluster]
2362+ args : [--action=upgrade, --properties=combine , --runtime=3600 , --recreate-cluster]
23872363 ci-builder : stable
23882364 agents :
23892365 queue : hetzner-aarch64-8cpu-16gb
23902366
23912367 - id : orchestratord-upgrade-chain-individual
23922368 label : " Orchestratord test (upgrade chain, individual props)"
23932369 depends_on : build-aarch64
2394- timeout_in_minutes : 180
2370+ timeout_in_minutes : 120
23952371 plugins :
23962372 - ./ci/plugins/mzcompose :
23972373 composition : orchestratord
2398- args : [--action=upgrade-chain, --properties=individual, --runtime=7200 , --recreate-cluster]
2374+ args : [--action=upgrade-chain, --properties=individual, --runtime=3600 , --recreate-cluster]
23992375 ci-builder : stable
24002376 agents :
24012377 queue : hetzner-aarch64-8cpu-16gb
24022378
24032379 - id : orchestratord-upgrade-chain-combine
24042380 label : " Orchestratord test (upgrade chain, combine props)"
24052381 depends_on : build-aarch64
2406- timeout_in_minutes : 180
2382+ timeout_in_minutes : 120
24072383 plugins :
24082384 - ./ci/plugins/mzcompose :
24092385 composition : orchestratord
2410- args : [--action=upgrade-chain, --properties=combine, --runtime=7200 , --recreate-cluster]
2386+ args : [--action=upgrade-chain, --properties=combine, --runtime=3600 , --recreate-cluster]
24112387 ci-builder : stable
24122388 agents :
24132389 queue : hetzner-aarch64-16cpu-32gb
0 commit comments