mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01: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 "
|
name_prefix = "Layout 2020 "
|
||||||
build_args = "--with-layout-2020"
|
build_args = "--with-layout-2020"
|
||||||
index_key_suffix = "_2020"
|
index_key_suffix = "_2020"
|
||||||
|
treeherder_prefix = "2020-"
|
||||||
else:
|
else:
|
||||||
name_prefix = ""
|
name_prefix = ""
|
||||||
build_args = ""
|
build_args = ""
|
||||||
index_key_suffix = ""
|
index_key_suffix = ""
|
||||||
|
treeherder_prefix = ""
|
||||||
return (
|
return (
|
||||||
linux_build_task(name_prefix + "Release build, with debug assertions")
|
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("""
|
.with_script("""
|
||||||
time ./mach rustc -V
|
time ./mach rustc -V
|
||||||
time ./mach fetch
|
time ./mach fetch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue