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

Unified Diff: testing/buildbot/chromium.mac.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.linux.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.mac.json
diff --git a/testing/buildbot/chromium.mac.json b/testing/buildbot/chromium.mac.json
index 978ab9a91247a21f8c78495d3fce1650dae4b1c0..d5231b9e4279d0d9997c5c2fe683bee7e064002e 100644
--- a/testing/buildbot/chromium.mac.json
+++ b/testing/buildbot/chromium.mac.json
@@ -386,6 +386,9 @@
{
"isolate_name": "telemetry_gpu_unittests",
"name": "telemetry_gpu_unittests",
+ "override_compile_targets": [
+ "telemetry_gpu_unittests_run"
+ ],
"swarming": {
"can_use_on_swarming_builders": true
}
@@ -393,6 +396,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,
@@ -402,6 +408,9 @@
{
"isolate_name": "telemetry_unittests",
"name": "telemetry_unittests",
+ "override_compile_targets": [
+ "telemetry_unittests_run"
+ ],
"swarming": {
"can_use_on_swarming_builders": true,
"shards": 2
@@ -818,6 +827,9 @@
{
"isolate_name": "telemetry_gpu_unittests",
"name": "telemetry_gpu_unittests",
+ "override_compile_targets": [
+ "telemetry_gpu_unittests_run"
+ ],
"swarming": {
"can_use_on_swarming_builders": true
}
@@ -825,6 +837,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,
@@ -834,6 +849,9 @@
{
"isolate_name": "telemetry_unittests",
"name": "telemetry_unittests",
+ "override_compile_targets": [
+ "telemetry_unittests_run"
+ ],
"swarming": {
"can_use_on_swarming_builders": true,
"shards": 2
@@ -1180,6 +1198,9 @@
{
"isolate_name": "telemetry_gpu_unittests",
"name": "telemetry_gpu_unittests",
+ "override_compile_targets": [
+ "telemetry_gpu_unittests_run"
+ ],
"swarming": {
"can_use_on_swarming_builders": true
}
@@ -1187,6 +1208,9 @@
{
"isolate_name": "telemetry_unittests",
"name": "telemetry_unittests",
+ "override_compile_targets": [
+ "telemetry_unittests_run"
+ ],
"swarming": {
"can_use_on_swarming_builders": true,
"shards": 2
@@ -1533,6 +1557,9 @@
{
"isolate_name": "telemetry_gpu_unittests",
"name": "telemetry_gpu_unittests",
+ "override_compile_targets": [
+ "telemetry_gpu_unittests_run"
+ ],
"swarming": {
"can_use_on_swarming_builders": true
}
@@ -1540,6 +1567,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.linux.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698