Skip to content

Commit 67bed03

Browse files
yezhizhenservo-wpt-sync
authored andcommitted
Remove Servo workaround which runs single process for wdspec
Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
1 parent fab4c30 commit 67bed03

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/ci/taskcluster-run.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ def main(product, channel, commit_range, artifact_path, wpt_args):
8787

8888
wpt_args += get_browser_args(product, channel, artifact_path)
8989

90-
# Hack to run servo with one process only for wdspec
91-
if product == "servo" and "--test-type=wdspec" in wpt_args:
92-
wpt_args = [item for item in wpt_args if not item.startswith("--processes")]
93-
9490
wpt_args.append(product)
9591

9692
command = ["python3", "./wpt", "run"] + wpt_args

0 commit comments

Comments
 (0)