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

Unified Diff: testing/buildbot/chromium.win.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.mac.json ('k') | testing/buildbot/client.v8.chromium.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.win.json
diff --git a/testing/buildbot/chromium.win.json b/testing/buildbot/chromium.win.json
index cfac60ecef99612656b753d7edf27d324c18e3fe..e555670cc747f65bcb0691b3fde52c38bb320787 100644
--- a/testing/buildbot/chromium.win.json
+++ b/testing/buildbot/chromium.win.json
@@ -464,6 +464,9 @@
{
"isolate_name": "telemetry_gpu_unittests",
"name": "telemetry_gpu_unittests",
+ "override_compile_targets": [
+ "telemetry_gpu_unittests_run"
+ ],
"swarming": {
"can_use_on_swarming_builders": true
}
@@ -471,6 +474,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,
@@ -480,6 +486,9 @@
{
"isolate_name": "telemetry_unittests",
"name": "telemetry_unittests",
+ "override_compile_targets": [
+ "telemetry_unittests_run"
+ ],
"swarming": {
"can_use_on_swarming_builders": true,
"shards": 2
@@ -1488,6 +1497,9 @@
{
"isolate_name": "telemetry_gpu_unittests",
"name": "telemetry_gpu_unittests",
+ "override_compile_targets": [
+ "telemetry_gpu_unittests_run"
+ ],
"swarming": {
"can_use_on_swarming_builders": true
}
@@ -1495,6 +1507,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,
@@ -1504,6 +1519,9 @@
{
"isolate_name": "telemetry_unittests",
"name": "telemetry_unittests",
+ "override_compile_targets": [
+ "telemetry_unittests_run"
+ ],
"swarming": {
"can_use_on_swarming_builders": true,
"shards": 2
@@ -1900,6 +1918,9 @@
{
"isolate_name": "telemetry_gpu_unittests",
"name": "telemetry_gpu_unittests",
+ "override_compile_targets": [
+ "telemetry_gpu_unittests_run"
+ ],
"swarming": {
"can_use_on_swarming_builders": true
}
@@ -1907,6 +1928,9 @@
{
"isolate_name": "telemetry_unittests",
"name": "telemetry_unittests",
+ "override_compile_targets": [
+ "telemetry_unittests_run"
+ ],
"swarming": {
"can_use_on_swarming_builders": true,
"shards": 2
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | testing/buildbot/client.v8.chromium.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698