mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Set id_hash
as default wpt chunker
This commit is contained in:
parent
cb0c0bf3ce
commit
b2bdf83716
1 changed files with 3 additions and 0 deletions
|
@ -73,6 +73,9 @@ def run_tests(**kwargs):
|
|||
set_if_none(
|
||||
kwargs, "host_cert_path", os.path.join(CERTS_PATH, "web-platform.test.pem")
|
||||
)
|
||||
# Set `id_hash` as the default chunk, as this better distributes testing across different
|
||||
# chunks and leads to more consistent timing on GitHub Actions.
|
||||
set_if_none(kwargs, "chunk_type", "id_hash")
|
||||
|
||||
kwargs["user_stylesheets"].append(os.path.join(SERVO_ROOT, "resources", "ahem.css"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue