mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Distinguish Layout 2020 build task in Treeherder
This commit is contained in:
parent
8a7de32d5b
commit
9c93ca6580
1 changed files with 3 additions and 1 deletions
|
@ -628,13 +628,15 @@ def linux_release_build_with_debug_assertions(layout_2020):
|
|||
name_prefix = "Layout 2020 "
|
||||
build_args = "--with-layout-2020"
|
||||
index_key_suffix = "_2020"
|
||||
treeherder_prefix = "2020-"
|
||||
else:
|
||||
name_prefix = ""
|
||||
build_args = ""
|
||||
index_key_suffix = ""
|
||||
treeherder_prefix = ""
|
||||
return (
|
||||
linux_build_task(name_prefix + "Release build, with debug assertions")
|
||||
.with_treeherder("Linux x64", "Release+A")
|
||||
.with_treeherder("Linux x64", treeherder_prefix + "Release+A")
|
||||
.with_script("""
|
||||
time ./mach rustc -V
|
||||
time ./mach fetch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue