Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use steps.Test instead of steps.Compile for './mach test-unit' on Windows #343

Closed
aneeshusa opened this issue Apr 27, 2016 · 0 comments
Closed
Labels

Comments

@aneeshusa
Copy link
Member

@aneeshusa aneeshusa commented Apr 27, 2016

The Windows Buildbot factory has a hard-coded list of steps, since the heuristics added in #325 can't yet handle the extra Windows boilerplate. The second step runs ./mach test-unit; until our heuristics are fixed (not so easy), this should be run as a steps.Test step instead of a steps.Compile step.

Files:

  • buildbot/master/files/config/factories.py
bors-servo added a commit that referenced this issue Apr 28, 2016
Use steps.Test instead of steps.Compile

fix #343

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/345)
<!-- Reviewable:end -->
bors-servo added a commit that referenced this issue Apr 28, 2016
Use steps.Test instead of steps.Compile

fix #343

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/345)
<!-- Reviewable:end -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

1 participant
You can’t perform that action at this time.