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

Unified Diff: scripts/slave/recipes/mojo.py

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: 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 | « no previous file | scripts/slave/recipes/mojo.expected/mojo_linux.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/mojo.py
diff --git a/scripts/slave/recipes/mojo.py b/scripts/slave/recipes/mojo.py
index 5b91c255247d785578eeb60ef68744d77c973c28..6599cf72bd90a94872dae8a981293d52c37584a3 100644
--- a/scripts/slave/recipes/mojo.py
+++ b/scripts/slave/recipes/mojo.py
@@ -58,7 +58,13 @@ def _BuildSteps(api, buildername, build_type):
def _RunTests(api, build_type):
mojob_path = api.path['checkout'].join('mojo', 'tools', 'mojob.py')
- api.python('mojob test', mojob_path, args=['test', build_type])
+ api.python('mojob test', mojob_path, args=[
+ 'test', build_type,
+ '--master-name', api.properties.get('mastername'),
+ '--builder-name', api.properties.get('buildername'),
+ '--build-number', api.properties.get('buildnumber'),
+ '--test-results-server', 'test-results.appspot.com',
agable 2014/11/17 21:16:13 Might be nice to have a way to override this when
ojan 2014/11/17 21:20:01 Good idea. Done.
+ ])
def _UploadShell(api):
upload_path = api.path['checkout'].join('mojo', 'tools',
« no previous file with comments | « no previous file | scripts/slave/recipes/mojo.expected/mojo_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698