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

Unified Diff: scripts/slave/recipes/mojo.expected/mojo_win_dbg.json

Issue 733203003: Modify mojo recipe to upload to the flakiness dashboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: make test-results-server overrideable Created 6 years, 1 month 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 | « scripts/slave/recipes/mojo.expected/mojo_linux_dbg.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/mojo.expected/mojo_win_dbg.json
diff --git a/scripts/slave/recipes/mojo.expected/mojo_win_dbg.json b/scripts/slave/recipes/mojo.expected/mojo_win_dbg.json
index 625ede74dc464a6d7d9d506d64709bc0c81f6393..2694400e0c87912baf6a89d0e4633a45ff2a6f72 100644
--- a/scripts/slave/recipes/mojo.expected/mojo_win_dbg.json
+++ b/scripts/slave/recipes/mojo.expected/mojo_win_dbg.json
@@ -89,7 +89,15 @@
"-u",
"[SLAVE_BUILD]/src/mojo/tools/mojob.py",
"test",
- "--debug"
+ "--debug",
+ "--master-name",
+ "chromium.testing.master",
+ "--builder-name",
+ "Mojo Win (dbg)",
+ "--build-number",
+ "571",
+ "--test-results-server",
+ "test-results.appspot.com"
],
"name": "mojob test"
}
« no previous file with comments | « scripts/slave/recipes/mojo.expected/mojo_linux_dbg.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698