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

Async/parallel checkout #370

Open
staabm opened this issue Oct 9, 2020 · 4 comments
Open

Async/parallel checkout #370

staabm opened this issue Oct 9, 2020 · 4 comments

Comments

@staabm
Copy link

staabm commented Oct 9, 2020

In some workflow its required to checkout several repositories. Doing so in separate sequential steps requires a lot of time.

It would be great to run several checkouts in parallel (or async?) to reduce overall workflow runtime.

@StevenMaude
Copy link

Related, it would be useful to configure --jobs <n> to potentially speed up submodule checkouts, if that's not already set and might provide a boost in the Actions environment.

From a glance at commands run in a workflow I've tried submodules with and browsing this repository very quickly, this doesn't appear to be already the case.

@norman-zon
Copy link

I too would love the option to have parallel submodule checkouts by specifying --jobs

@lukasz-mitka
Copy link

@StevenMaude @norman-zon I've created a separate ticket #945 since this one tries to address different issue and doesn't sound doable with current Actions architecture.

@staabm For parallel steps see this community post community/community#14484

@christianfrstorm
Copy link

christianfrstorm commented Oct 5, 2022 via email

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

5 participants