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 steps need description and descriptionDone #337
Comments
|
I want to keep the YAML file as simple as possible, so I'd say these should be generated from the commands. Given a shell command such as I think this could be added to |
|
For |
|
I want to claim this |
|
@UK992 It's yours! |
bors-servo
added a commit
that referenced
this issue
Aug 4, 2016
Add description to buildbot steps Fixes #337 <!-- 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/438) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Waterfall currently just says "test" on all test steps. It would be better to have a short description of each step, or even just the full text of the command for that step.
Buildbot docs at http://docs.buildbot.net/latest/manual/cfg-buildsteps.html#common-parameters describe
descriptionanddescriptionDone, and here is an example of them in use.Steps are created here with configs drawn from here.
@aneeshusa, what's your opinion on whether this should be implemented by adding the information to the yaml file or by inferring it from the commands?