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

Try to reduce intermittent WPT results on taskcluster #22482

Closed
wants to merge 14 commits into from
Next

Reduce number of WPT processes on taskcluster

  • Loading branch information
jdm committed Dec 17, 2018
commit 7449969f3d23ef3566c3b2a4e8da6c9e9c1e86da
@@ -362,7 +362,7 @@ def wpt_chunk(release_build_task, total_chunks, this_chunk):
task.with_script("""
./mach test-wpt \
--release \
--processes 24 \
--processes 16 \
--total-chunks "$TOTAL_CHUNKS" \
--this-chunk "$THIS_CHUNK" \
--log-raw test-wpt.log \
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.