Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Performance issues with lots of parallel steps #116

Closed
victorb opened this issue May 30, 2018 · 1 comment
Closed

Performance issues with lots of parallel steps #116

victorb opened this issue May 30, 2018 · 1 comment

Comments

@victorb
Copy link
Collaborator

victorb commented May 30, 2018

I'm trying to parallize more steps, but quickly hit some bottleneck in jenkins where the more parallel steps you have in a build, the slower every step becomes. So rather than taking ~1 seconds to check if a file exists in a step, it now takes 30 seconds, which is unacceptable and unworkable if we want to parallize tasks. Even steps like withEnv, which should be sub-second, now takes multiple seconds.

@magik6k could you help me debug this? I know you have some dark magic powers when it comes to finding bottlenecks!

Found two existing issues in the Jenkins issue tracker:

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

No branches or pull requests

1 participant