Set id_hash as default wpt chunker

This commit is contained in:
sagudev 2023-06-08 06:35:13 +02:00
parent cb0c0bf3ce
commit b2bdf83716

View file

@ -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"))