@@ -74,6 +74,24 @@ steps:
7474 queue : hetzner-aarch64-16cpu-32gb
7575 branches : " main"
7676
77+ - id : devel-docker-tags
78+ label : Tag development docker images
79+ command : bin/ci-builder run min bin/pyactivate -m ci.test.dev_tag
80+ inputs :
81+ - " *"
82+ depends_on :
83+ - build-x86_64
84+ - build-aarch64
85+ timeout_in_minutes : 20
86+ agents :
87+ queue : linux-aarch64-small
88+ coverage : skip
89+ # Fortify against intermittent DockerHub/GHCR issues
90+ retry :
91+ automatic :
92+ - exit_status : 1
93+ limit : 2
94+
7795 - group : Linters
7896 key : linters
7997 steps :
@@ -1442,7 +1460,7 @@ steps:
14421460 - id : terraform-aws
14431461 label : " Terraform + Helm Chart E2E on AWS"
14441462 artifact_paths : [test/terraform/aws-temporary/terraform.tfstate, "mz_debug_*.zip"]
1445- depends_on : build-aarch64
1463+ depends_on : devel-docker-tags
14461464 timeout_in_minutes : 120
14471465 concurrency : 1
14481466 concurrency_group : ' terraform-aws'
@@ -1461,7 +1479,7 @@ steps:
14611479 - id : terraform-aws-upgrade
14621480 label : " Terraform + Helm Chart Upgrade on AWS"
14631481 artifact_paths : [test/terraform/aws-upgrade/terraform.tfstate, "mz_debug_*.zip"]
1464- depends_on : build-aarch64
1482+ depends_on : devel-docker-tags
14651483 timeout_in_minutes : 120
14661484 concurrency : 1
14671485 concurrency_group : ' terraform-upgrade-aws'
@@ -1485,7 +1503,7 @@ steps:
14851503 - id : terraform-gcp
14861504 label : " Terraform + Helm Chart E2E on GCP"
14871505 artifact_paths : [test/terraform/gcp-temporary/terraform.tfstate, "mz_debug_*.zip"]
1488- depends_on : build-aarch64
1506+ depends_on : devel-docker-tags
14891507 timeout_in_minutes : 120
14901508 concurrency : 1
14911509 concurrency_group : ' terraform-gcp'
@@ -1504,7 +1522,7 @@ steps:
15041522 - id : terraform-azure
15051523 label : " Terraform + Helm Chart E2E on Azure"
15061524 artifact_paths : [test/terraform/azure-temporary/terraform.tfstate, "mz_debug_*.zip"]
1507- depends_on : build-aarch64
1525+ depends_on : devel-docker-tags
15081526 timeout_in_minutes : 120
15091527 concurrency : 1
15101528 concurrency_group : ' terraform-azure'
@@ -2346,7 +2364,7 @@ steps:
23462364 steps :
23472365 - id : orchestratord-defaults
23482366 label : " Orchestratord test (defaults from documentation)"
2349- depends_on : build-aarch64
2367+ depends_on : devel-docker-tags
23502368 timeout_in_minutes : 120
23512369 plugins :
23522370 - ./ci/plugins/mzcompose :
@@ -2358,7 +2376,7 @@ steps:
23582376
23592377 - id : orchestratord-default-properties
23602378 label : " Orchestratord test (defaults for properties)"
2361- depends_on : build-aarch64
2379+ depends_on : devel-docker-tags
23622380 timeout_in_minutes : 120
23632381 plugins :
23642382 - ./ci/plugins/mzcompose :
@@ -2370,7 +2388,7 @@ steps:
23702388
23712389 - id : orchestratord-individual
23722390 label : " Orchestratord test (individual properties)"
2373- depends_on : build-aarch64
2391+ depends_on : devel-docker-tags
23742392 timeout_in_minutes : 120
23752393 plugins :
23762394 - ./ci/plugins/mzcompose :
@@ -2394,7 +2412,7 @@ steps:
23942412
23952413 - id : orchestratord-upgrade-individual
23962414 label : " Orchestratord test (upgrade, individual props)"
2397- depends_on : build-aarch64
2415+ depends_on : devel-docker-tags
23982416 timeout_in_minutes : 120
23992417 plugins :
24002418 - ./ci/plugins/mzcompose :
@@ -2409,7 +2427,7 @@ steps:
24092427
24102428 - id : orchestratord-upgrade-combine
24112429 label : " Orchestratord test (upgrade, combine props)"
2412- depends_on : build-aarch64
2430+ depends_on : devel-docker-tags
24132431 timeout_in_minutes : 120
24142432 plugins :
24152433 - ./ci/plugins/mzcompose :
@@ -2424,7 +2442,7 @@ steps:
24242442
24252443 - id : orchestratord-upgrade-chain-individual
24262444 label : " Orchestratord test (upgrade chain, individual props)"
2427- depends_on : build-aarch64
2445+ depends_on : devel-docker-tags
24282446 timeout_in_minutes : 120
24292447 plugins :
24302448 - ./ci/plugins/mzcompose :
@@ -2439,7 +2457,7 @@ steps:
24392457
24402458 - id : orchestratord-upgrade-chain-combine
24412459 label : " Orchestratord test (upgrade chain, combine props)"
2442- depends_on : build-aarch64
2460+ depends_on : devel-docker-tags
24432461 timeout_in_minutes : 120
24442462 plugins :
24452463 - ./ci/plugins/mzcompose :
0 commit comments