Replies: 1 comment 1 reply
-
Yes the workflow is run parallel as much cpu cores you have (except the weird algorithm that throttles parallel execution by planning stages)
No such thing has ever been implemented in act, but yes editing the parallel executor file (replace ncpu by 1) Line 204 in 0de940b go build in the source code of act to get your binary.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In looking at the output from act, it appears that jobs are being run in parallel. Is this so? And if so, is there a way to turn off running them in parallel and running them one after another. I am getting collisions on docker container names as a result of this apparent parallelism.
Beta Was this translation helpful? Give feedback.
All reactions