CDCgov / prime-devops

Apache License 2.0
4 stars 2 forks source link

Resolve Build Hub concurrency issue #107

Closed JosiahSiegel closed 8 months ago

JosiahSiegel commented 9 months ago

Josiah Siegel 20 minutes ago good morning, i see with the Build Hub workflow, sometimes test end2end_up runs for less than 5 mins, while other times it runs for 30+, which exceeds the timeout. Should the timeout be increased, or should end2end_up be expected to run in less time?

Michael Kalish 15 minutes ago I've noticed this the past few days too. I don't think there have been any code changes that would have had this impact. Anecdotally, I've noticed it happening if there are two builds happening for the same branch (edited)

Josiah Siegel 12 minutes ago maybe a workflow concurrency issue then. i can try updating the workflow to wait for other runs to complete or cancel if a newer one for same branch