Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[proposal] Allow the hook to skip copy externals step if those have been provided by runner #168

Open
anlesk opened this issue Jun 12, 2024 · 1 comment

Comments

@anlesk
Copy link

anlesk commented Jun 12, 2024

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?

@alecrajeev
Copy link

Yeah having this option would be super helpful for us as well. There is ~3 minute delay for us here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants