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

examples: Make examples run in parallel #94

Open
matevz opened this issue Jun 12, 2023 · 0 comments
Open

examples: Make examples run in parallel #94

matevz opened this issue Jun 12, 2023 · 0 comments
Labels
ci Related to continuous integration enhancement New feature or request

Comments

@matevz
Copy link
Member

matevz commented Jun 12, 2023

The make examples target takes quite some time and it will take even more in the future. Fix the Makefile rule so that -j flag will work. scripts/gen_example.sh already supports parallelism, but steps inside the same scenario need to be run sequentially. All scenarios shall be run in parallel, but all steps inside each of it sequentially. Some refactoring can also be done (e.g. examples/network.01.in ... examples/network.07.in could be moved into examples/network/01.in along with its config file and any other assets).

@matevz matevz added enhancement New feature or request ci Related to continuous integration labels Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Related to continuous integration enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant