Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: site_config/global_variables.json

Issue 313203003: on CompareGMs failure, show link to most recent results on this builder (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: now displayed as a clickable link next to buildstep name Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « master/skia_master_scripts/skia_build_step.py ('k') | slave/skia_slave_scripts/compare_gms.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site_config/global_variables.json
diff --git a/site_config/global_variables.json b/site_config/global_variables.json
index 229ce75cea9a29d4c0e118bfa5466c277640ee0e..ac034ab98a171fc960fdc8cd8a1a7eed38cd5337 100644
--- a/site_config/global_variables.json
+++ b/site_config/global_variables.json
@@ -196,6 +196,11 @@
"type": "string",
"description": "Google Cloud Storage bucket we use for most things."
},
+ "latest_gm_failures_preamble": {
+ "value": "View latest GM failures for this builder at: ",
+ "type": "string",
+ "description": "Wording that leads up to URL pointing at latest GM results for this builder."
+ },
"master_branch_name": {
"value": "master",
"type": "string",
« no previous file with comments | « master/skia_master_scripts/skia_build_step.py ('k') | slave/skia_slave_scripts/compare_gms.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698