You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was also actually thinking about this. We have some flacky tests. Our test suite takes 20mins to run. Build takes 10mins. If a test fails we often just restart the step to see if the test will again fail. If the steps are separate this will save 10mins of build time. On the other hand it would also add few several minutes for machine startup, yarn install etc. So not 100% sure that it will actually help as most of the times we would be adding time instead of saving time.
Activity
compojoom commentedon Apr 27, 2020
I was also actually thinking about this. We have some flacky tests. Our test suite takes 20mins to run. Build takes 10mins. If a test fails we often just restart the step to see if the test will again fail. If the steps are separate this will save 10mins of build time. On the other hand it would also add few several minutes for machine startup, yarn install etc. So not 100% sure that it will actually help as most of the times we would be adding time instead of saving time.