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
Some of the storage systems are slow when it comes to copy files, especially when the number of files is high.
As the part of every prepare job, the hook copies the content of externals into the runner. So far, the contents of externals are node16 and node20 folders, which might take extra 3-15 minutes depending on the storage type to copy.
Would that be possible to pass a flag to skip the step and have those externals being provided by the custom runner's image?
The text was updated successfully, but these errors were encountered:
Prompted by:
#82 (comment)
Some of the storage systems are slow when it comes to copy files, especially when the number of files is high.
As the part of every prepare job, the hook copies the content of externals into the runner. So far, the contents of externals are node16 and node20 folders, which might take extra 3-15 minutes depending on the storage type to copy.
Would that be possible to pass a flag to skip the step and have those externals being provided by the custom runner's image?
The text was updated successfully, but these errors were encountered: