Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid UnifiedTreeBuilder producing step names over 50 characters in l…
…ength Upstream buildbot releases error if a step name has over 50 characters long <buildbot/buildbot#3414>. UnifiedTreeBuilder can produce quite long step names that violate this, meaning it's difficult to spin up a local test environment (as in <llvm#289>) without local hacks to workaround this. In this patch, we simply truncate step names at creation time. This means llvm-zorg's buildbot config can be used with an unmodified upstream buildbot package.
- Loading branch information