microsoft / cobalt

Infrastructure turn-key solution for app service workloads
MIT License
116 stars 78 forks source link

Append PR number to TF Workspace Name when available #342

Closed KeithJRome closed 4 years ago

KeithJRome commented 4 years ago

All Submissions:


What is the current behavior?


Individual PRs will compete for the same resource groups as the master branch deployment. This is a frequent immediate cause for many of the CD failures that we see in the PR checks for otherwise correct code. This problem is expected to become a more serious issue once a custom build agent is in use (with parallel builds).

Issue Number: #311

What is the new behavior?


Does this introduce a breaking change?


Any relevant logs, error output, etc?


(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)

Other information