Group WPT chunks together in Treeherder

This commit is contained in:
Simon Sapin 2020-01-07 15:30:06 +01:00
parent 709e06928a
commit 01b44f695b
2 changed files with 17 additions and 8 deletions

View file

@ -708,7 +708,12 @@ def wpt_chunks(platform, make_chunk_task, build_task, total_chunks, processes,
total_chunks,
width=len(str(total_chunks)),
))
.with_treeherder(platform, "%sWPT-%s" % (job_id_prefix, this_chunk))
.with_treeherder(
platform,
"WPT-%s" % this_chunk,
group_symbol=job_id_prefix + "WPT",
group_name=name_prefix + "web-platform-tests"
)
.with_curl_artifact_script(build_task, "target.tar.gz")
.with_script("tar -xzf target.tar.gz")
.with_index_and_artifacts_expire_in(log_artifacts_expire_in)