Skip to content

Retry executor preparation to reduce system failures

Kamil Trzciński requested to merge retry-on-prepare into master

This is to reduce a lot of system failures that do happen inExecutor::Prepare.

The Prepare stage should not yet execute a user build, so it is safe to retry it a few times.

Merge request reports