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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 1832093003: Fix MB and running mash browser_tests under swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: patch for review Created 4 years, 9 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 | « testing/buildbot/chromium.mojo.json ('k') | tools/mb/mb.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/gn_isolate_map.pyl
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index 97e68a36b06979d8ad80aea9f71aa8a6bbb21ef9..0d6fe1c944b7333cafc639cc3dd55991ea032a43 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -333,6 +333,13 @@
#"label": "//third_party/libphonenumber:libphonenumber_unittests",
#"type": "console_test_launcher",
#},
+ "mash_browser_tests": {
+ "label": "//chrome/test:mash_browser_tests",
+ "label_type": "group",
+ "type": "windowed_test_launcher",
+ "executable": "browser_tests",
+ "args": ["--run-in-mash", "--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.browser_tests.filter"],
+ },
"media_unittests": {
"label": "//media:media_unittests",
"type": "windowed_test_launcher",
« no previous file with comments | « testing/buildbot/chromium.mojo.json ('k') | tools/mb/mb.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698