Megatron-DeepSpeed icon indicating copy to clipboard operation
Megatron-DeepSpeed copied to clipboard

wip [CI] dealing with concurrency

Open stas00 opened this issue 2 years ago • 1 comments

trying to sort out how to run only the latest push and cancel the previous one if it's still running.

stas00 avatar Sep 01 '21 17:09 stas00

Need to try the suggestion here https://github.com/machulav/ec2-github-runner/issues/69#issuecomment-913026079 to have separate workflow and test-job concurrency levels. To cancel-in-progress only the test job, that way the race condition of cancelling the start job is avoided.

stas00 avatar Sep 08 '21 16:09 stas00