Skip to content

Commit

Permalink
Auto merge of #16176 - servo:jdm-patch-1, r=mbrubeck
Browse files Browse the repository at this point in the history
Halve number of processes for test runs.

Let's see if this makes the intermittent failure situation improve!

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16176)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Mar 29, 2017
2 parents 1d98e34 + 9867605 commit 3345b83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etc/ci/buildbot_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ linux-dev:
linux-rel-wpt:
- ./mach build --release --with-debug-assertions
- ./mach test-wpt-failure
- ./mach test-wpt --release --processes 24 --log-raw test-wpt.log --log-errorsummary wpt-errorsummary.log --always-succeed
- ./mach test-wpt --release --processes 12 --log-raw test-wpt.log --log-errorsummary wpt-errorsummary.log --always-succeed
- ./mach filter-intermittents wpt-errorsummary.log --log-intermittents intermittents.log --log-filteredsummary filtered-wpt-errorsummary.log --use-tracker
- ./mach test-wpt --release --binary-arg=--multiprocess --processes 24 --log-raw test-wpt-mp.log --log-errorsummary wpt-mp-errorsummary.log eventsource
- ./mach test-wpt --release --binary-arg=--multiprocess --processes 12 --log-raw test-wpt-mp.log --log-errorsummary wpt-mp-errorsummary.log eventsource

linux-rel-css:
- ./mach build --release --with-debug-assertions
- ./mach test-css --release --processes 16 --log-raw test-css.log --log-errorsummary css-errorsummary.log --always-succeed
- ./mach test-css --release --processes 8 --log-raw test-css.log --log-errorsummary css-errorsummary.log --always-succeed
- ./mach filter-intermittents css-errorsummary.log --log-intermittents intermittents.log --log-filteredsummary filtered-css-errorsummary.log --use-tracker
- ./mach build-cef --release --with-debug-assertions
- ./mach build-geckolib --release
Expand Down

0 comments on commit 3345b83

Please sign in to comment.