si icon indicating copy to clipboard operation
si copied to clipboard

feat: parallel execution of validations

Open adamhjk opened this issue 10 months ago • 2 comments

This PR runs all validations in parallel, rather than in serial. The result is that initial validation runs feel pretty much instantaneous.

adamhjk avatar Feb 28 '25 20:02 adamhjk

Dependency Review

✅ No vulnerabilities or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Files

github-actions[bot] avatar Feb 28 '25 20:02 github-actions[bot]

Do I assume correctly that this change means that we're sure all validations are independent of each other and can run concurrently? Could there possibly be a case where two validations would affect each other when running in parallel?

wendybujalski avatar Apr 09 '25 21:04 wendybujalski

Whoopsy, we addressed this (finally) in #7450, closing!

fnichol avatar Oct 23 '25 21:10 fnichol