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

Unified Diff: scripts/slave/recipes/mojo.expected/mojo_linux.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.py ('k') | scripts/slave/recipes/mojo.expected/mojo_linux_dbg.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/mojo.expected/mojo_linux.json
diff --git a/scripts/slave/recipes/mojo.expected/mojo_linux.json b/scripts/slave/recipes/mojo.expected/mojo_linux.json
index 54c7cc4f6b518b30159f39c79ba9ab798f1225f1..813ed824ad847a85b00e6199c25a1935e833873e 100644
--- a/scripts/slave/recipes/mojo.expected/mojo_linux.json
+++ b/scripts/slave/recipes/mojo.expected/mojo_linux.json
@@ -77,7 +77,15 @@
"-u",
"[SLAVE_BUILD]/src/mojo/tools/mojob.py",
"test",
- "--release"
+ "--release",
+ "--master-name",
+ "chromium.testing.master",
+ "--builder-name",
+ "Mojo Linux",
+ "--build-number",
+ "571",
+ "--test-results-server",
+ "test-results.appspot.com"
],
"name": "mojob test"
},
« no previous file with comments | « scripts/slave/recipes/mojo.py ('k') | scripts/slave/recipes/mojo.expected/mojo_linux_dbg.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698