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 upMove buildbot step to yaml #10849
Move buildbot step to yaml #10849
Conversation
|
I'm confused. Since the YAML change, how does Buildbot know the difference between a compile step and a test step? |
|
@nox Heuristics, based on the command given to mach. (e.g. build-cef vs test-wpt).
|
|
Can you update this to include the changes from servo/saltfs#341? |
|
@aneeshusa AFAIK buildbot stops on a compile step failing to succeed, while it doesn't on a test step. |
|
@nox You're right, I completely overlooked that. Seems like I learn something new about Buildbot every day! |
|
@aneeshusa I just force pushed a version with servo/saltfs#341 |
|
@bors-servo r+ @shinglyu Thanks! Let me know if you have any questions while making the other PR. |
|
|
|
|
|
|
Move buildbot step to yaml This is a step of servo/saltfs#316 After this patch lands, we'll PR the saltfs code to read from this yaml file, and dynamically generate test steps at runtime. cc @aneeshusa @edunham <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10849) <!-- Reviewable:end -->
|
|
shinglyu commentedApr 26, 2016
•
edited by larsbergstrom
This is a step of servo/saltfs#316
After this patch lands, we'll PR the saltfs code to read from this yaml file, and dynamically generate test steps at runtime.
cc @aneeshusa @edunham
This change is