Fix #2: Unique state and runner for a given pipeline
This commit makes state filename unique for a given pipeline (and remove this state in the cleaning phase), and adds a unique tag to the runners created for the pipeline for jobs not to be run in runners from other pipelines that run in parallel.
Showing
- .gitlab-ci.yml 16 additions, 56 deletions.gitlab-ci.yml
- cloud-init.sh.tftpl 1 addition, 1 deletioncloud-init.sh.tftpl
- dynamic-pipeline.yml 70 additions, 0 deletionsdynamic-pipeline.yml
- generate-child-pipeline.sh 6 additions, 0 deletionsgenerate-child-pipeline.sh
- main.tf 4 additions, 3 deletionsmain.tf
dynamic-pipeline.yml
0 → 100644
generate-child-pipeline.sh
0 → 100644
Please register or sign in to comment