Skip to content

feat: set resource group for deploy-stage jobs

Sylvester Chin requested to merge sc1-resource-group into main

feat: set resource group for deploy-stage jobs

This provides concurrency control for the deploy-stage jobs to avoid lock acquisition failures when performing terraform operations.

Note that this is not the full solution since the service-project needs to trigger projects in a FIFO method. But this unblocks multiple concurrent MRs running dry-runs.

See team#260

Edited by Sylvester Chin

Merge request reports