Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make tasks easier to find in Treeherder #25163

Merged
merged 2 commits into from Dec 10, 2019
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Distinguish Layout 2020 build task in Treeherder

  • Loading branch information
SimonSapin committed Dec 10, 2019
commit 9c93ca6580ce1c1c7af5e60202cb1721ecd8fcea
@@ -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
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.