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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 2442663004: Adding isolate for cc_perftests and triggering job on FYI waterfall (Closed)
Patch Set: Removing arg Created 4 years, 2 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
Index: testing/buildbot/gn_isolate_map.pyl
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index e51cac34a9f8509c5afc86091fdbe46eaa963267..f8036409a8b5e6611ef0ec7f5c79a92044410be5 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -864,6 +864,14 @@
"../../",
],
},
+ "cc_perftests": {
+ "label": "//chrome/test:cc_perftests",
+ "type": "script",
+ "script": "//testing/scripts/run_gtest_perf_test.py",
+ "args": [
+ "cc_perftests",
+ ],
+ },
"test_support_unittests": {
"label": "//webrtc/test:test_support_unittests",
"type": "console_test_launcher",

Powered by Google App Engine
This is Rietveld 408576698