Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBuildbot no longer exposes the logs from multiple test jobs #524
Comments
|
I've identified this as a bug in the new dynamic step creator and am working on a PR for this. |
bors-servo
added a commit
that referenced
this issue
Oct 28, 2016
…jack Ensure dynamic Buildbot steps have unique names Buildbot requires that each step in a build has a unique name, and uses this property to e.g. disambiguate log files. By default, each step's name reflect what kind of step it is, e.g. `git` or `test`. Add count suffixes to the end of the step name if there are multiple steps of the same type to disambiguate them. (Buildbot already does this internally for steps added statically in the `setupBuild` method). This requires checking all previously-added steps for name collisions, so add all the steps at one time to amortize this cost. Fixes #524. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/525) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Oct 28, 2016
…bergstrom Ensure dynamic Buildbot steps have unique names Buildbot requires that each step in a build has a unique name, and uses this property to e.g. disambiguate log files. By default, each step's name reflect what kind of step it is, e.g. `git` or `test`. Add count suffixes to the end of the step name if there are multiple steps of the same type to disambiguate them. (Buildbot already does this internally for steps added statically in the `setupBuild` method). This requires checking all previously-added steps for name collisions, so add all the steps at one time to amortize this cost. Fixes #524. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/525) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://build.servo.org/builders/linux-rel-wpt/builds/468 has three test jobs, but all links point to the log for the first one.