@@ -2293,35 +2293,83 @@ steps:
22932293 - id : orchestratord-defaults
22942294 label : " Orchestratord test (defaults for properties)"
22952295 depends_on : build-aarch64
2296- timeout_in_minutes : 180
2296+ timeout_in_minutes : 120
22972297 plugins :
22982298 - ./ci/plugins/mzcompose :
22992299 composition : orchestratord
2300- args : [--scenario =defaults, --recreate-cluster]
2300+ args : [--action=noop, --properties =defaults, --recreate-cluster]
23012301 ci-builder : stable
23022302 agents :
23032303 queue : hetzner-aarch64-16cpu-32gb
23042304
2305- - id : orchestratord-all
2306- label : " Orchestratord test (every property )"
2305+ - id : orchestratord-individual
2306+ label : " Orchestratord test (individual properties )"
23072307 depends_on : build-aarch64
2308- timeout_in_minutes : 180
2308+ timeout_in_minutes : 120
23092309 plugins :
23102310 - ./ci/plugins/mzcompose :
23112311 composition : orchestratord
2312- args : [--scenario=all , --recreate-cluster]
2312+ args : [--action=noop, --properties=individual , --recreate-cluster]
23132313 ci-builder : stable
23142314 agents :
23152315 queue : hetzner-aarch64-16cpu-32gb
23162316
23172317 - id : orchestratord-combine
23182318 label : " Orchestratord test (combine properties)"
23192319 depends_on : build-aarch64
2320- timeout_in_minutes : 180
2320+ timeout_in_minutes : 120
2321+ plugins :
2322+ - ./ci/plugins/mzcompose :
2323+ composition : orchestratord
2324+ args : [--action=noop, --properties=combine, --runtime=3600, --recreate-cluster]
2325+ ci-builder : stable
2326+ agents :
2327+ queue : hetzner-aarch64-16cpu-32gb
2328+
2329+ - id : orchestratord-upgrade-individual
2330+ label : " Orchestratord test (upgrade, individual props)"
2331+ depends_on : build-aarch64
2332+ timeout_in_minutes : 120
2333+ plugins :
2334+ - ./ci/plugins/mzcompose :
2335+ composition : orchestratord
2336+ args : [--action=upgrade, --properties=individual, --runtime=3600, --recreate-cluster]
2337+ ci-builder : stable
2338+ agents :
2339+ queue : hetzner-aarch64-8cpu-16gb
2340+
2341+ - id : orchestratord-upgrade-combine
2342+ label : " Orchestratord test (upgrade, combine props)"
2343+ depends_on : build-aarch64
2344+ timeout_in_minutes : 120
2345+ plugins :
2346+ - ./ci/plugins/mzcompose :
2347+ composition : orchestratord
2348+ args : [--action=upgrade, --properties=combine, --runtime=3600, --recreate-cluster]
2349+ ci-builder : stable
2350+ agents :
2351+ queue : hetzner-aarch64-8cpu-16gb
2352+
2353+ - id : orchestratord-upgrade-chain-individual
2354+ label : " Orchestratord test (upgrade chain, individual props)"
2355+ depends_on : build-aarch64
2356+ timeout_in_minutes : 120
2357+ plugins :
2358+ - ./ci/plugins/mzcompose :
2359+ composition : orchestratord
2360+ args : [--action=upgrade-chain, --properties=individual, --runtime=3600, --recreate-cluster]
2361+ ci-builder : stable
2362+ agents :
2363+ queue : hetzner-aarch64-8cpu-16gb
2364+
2365+ - id : orchestratord-upgrade-chain-combine
2366+ label : " Orchestratord test (upgrade chain, combine props)"
2367+ depends_on : build-aarch64
2368+ timeout_in_minutes : 120
23212369 plugins :
23222370 - ./ci/plugins/mzcompose :
23232371 composition : orchestratord
2324- args : [--scenario= combine, --runtime=7200 , --recreate-cluster]
2372+ args : [--action=upgrade-chain, --properties= combine, --runtime=3600 , --recreate-cluster]
23252373 ci-builder : stable
23262374 agents :
23272375 queue : hetzner-aarch64-16cpu-32gb
0 commit comments