Build all cast tests on cast build bots
Previously cast build bots were not building all cast tests, which made
it easy to break an internal build.
Change-Id: I250c114d30a7939cec395198ff567e0082f740ac
Reviewed-on: https://chromium-review.googlesource.com/736860
Reviewed-by: Dirk Pranke <[email protected]>
Reviewed-by: Nico Weber <[email protected]>
Reviewed-by: Stephen Lanham <[email protected]>
Commit-Queue: Sergey Ulanov <[email protected]>
Cr-Commit-Position: refs/heads/master@{#512628}
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index 6555552..cd0426c0 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -236,6 +236,10 @@
"label": "//chromecast/graphics:cast_graphics_unittests",
"type": "console_test_launcher",
},
+ "cast_junit_test_lists": {
+ "label": "//chromecast:cast_junit_test_lists",
+ "type": "additional_compile_target",
+ },
"cast_media_unittests": {
"label": "//chromecast/media:cast_media_unittests",
"type": "console_test_launcher",
@@ -256,6 +260,10 @@
"label": "//chromecast:cast_shell_unittests",
"type": "console_test_launcher",
},
+ "cast_test_lists": {
+ "label": "//chromecast:cast_test_lists",
+ "type": "additional_compile_target",
+ },
"cast_unittests": {
"label": "//media/cast:cast_unittests",
"type": "windowed_test_launcher",