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

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

Issue 1506703003: Build mash/wm:tests on the Mojo FYI waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years 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/chromium_mojo.expected/full_chromium_mojo_Chromium_Mojo_Android.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium_mojo.py
diff --git a/scripts/slave/recipes/chromium_mojo.py b/scripts/slave/recipes/chromium_mojo.py
index a70dda1c7d4d03c8010813e9535a4322967f4716..1da7dc18ff91bb0e52af6bd03cb790afe42e45e8 100644
--- a/scripts/slave/recipes/chromium_mojo.py
+++ b/scripts/slave/recipes/chromium_mojo.py
@@ -162,6 +162,7 @@ def _UploadMandolineToGoogleStorage(api):
@recipe_api.composite_step
def _RunApptests(api):
+ # TODO(msw): Run and get compile targets via testing/scripts/mojo_apptests.py.
runner = api.path['checkout'].join('mojo', 'tools', 'apptest_runner.py')
api.python('app_tests', runner, [api.chromium.output_dir, '--verbose'])
@@ -230,7 +231,7 @@ def RunSteps(api):
api.properties.get('buildername'),
use_goma=True)
- api.chromium.compile(targets=['mandoline:all'])
+ api.chromium.compile(targets=['mandoline:all', 'mash/wm:tests'])
if api.chromium.c.TARGET_PLATFORM == 'android':
api.chromium_android.detect_and_setup_devices()
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium_mojo.expected/full_chromium_mojo_Chromium_Mojo_Android.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698