pages-core icon indicating copy to clipboard operation
pages-core copied to clipboard

Bug: possible build race conditions

Open drewbo opened this issue 1 year ago • 0 comments

It is possible to have non-deterministic builds when two commits are made in quick succession on the same branch. This could potentially be prevented by through our new queue management tools (e.g. somehow only allowing a single build per branch, enforcing order, waiting for completion, cancelling running builds, etc)

Notes

  • https://gsa-tts.slack.com/archives/G7EFTFW03/p1659650052463369Additional details, technical information, resource links, and implementation notes
  • https://github.com/cloud-gov/private/issues/1200

Acceptance Criteria

  • [ ] Old builds can't overwrite newer builds

drewbo avatar Sep 26 '24 15:09 drewbo