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

Unified Diff: testing/buildbot/client.v8.chromium.json

Issue 2831243002: Revert of Address some TODO(GYP_GONE)s (Closed)
Patch Set: Created 3 years, 8 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.win.json ('k') | testing/buildbot/client.v8.fyi.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/client.v8.chromium.json
diff --git a/testing/buildbot/client.v8.chromium.json b/testing/buildbot/client.v8.chromium.json
index f1c4a4bc6a453a6e23fc6395a1facc29770914d4..698d65143b245efce35b00cceeb10cd8b5c0c328 100644
--- a/testing/buildbot/client.v8.chromium.json
+++ b/testing/buildbot/client.v8.chromium.json
@@ -338,6 +338,9 @@
{
"isolate_name": "telemetry_gpu_unittests",
"name": "telemetry_gpu_unittests",
+ "override_compile_targets": [
+ "telemetry_gpu_unittests_run"
+ ],
"swarming": {
"can_use_on_swarming_builders": true
}
@@ -348,6 +351,9 @@
],
"isolate_name": "telemetry_perf_unittests",
"name": "telemetry_perf_unittests",
+ "override_compile_targets": [
+ "telemetry_perf_unittests_run"
+ ],
"swarming": {
"can_use_on_swarming_builders": true,
"hard_timeout": 960,
@@ -360,6 +366,9 @@
],
"isolate_name": "telemetry_unittests",
"name": "telemetry_unittests",
+ "override_compile_targets": [
+ "telemetry_unittests_run"
+ ],
"swarming": {
"can_use_on_swarming_builders": true,
"shards": 4
@@ -658,6 +667,9 @@
{
"isolate_name": "telemetry_gpu_unittests",
"name": "telemetry_gpu_unittests",
+ "override_compile_targets": [
+ "telemetry_gpu_unittests_run"
+ ],
"swarming": {
"can_use_on_swarming_builders": true
}
@@ -668,6 +680,9 @@
],
"isolate_name": "telemetry_unittests",
"name": "telemetry_unittests",
+ "override_compile_targets": [
+ "telemetry_unittests_run"
+ ],
"swarming": {
"can_use_on_swarming_builders": true,
"shards": 4
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | testing/buildbot/client.v8.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698