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

Side by Side Diff: testing/buildbot/chromium.android.fyi.json

Issue 2667353004: Fix typo in memory-infra testing config. (Closed)
Patch Set: Created 3 years, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Android Tests (trial)(dbg)": { 2 "Android Tests (trial)(dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": false 6 "can_use_on_swarming_builders": false
7 }, 7 },
8 "test": "blink_heap_unittests" 8 "test": "blink_heap_unittests"
9 }, 9 },
10 { 10 {
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 "Memory Infra Tester": { 339 "Memory Infra Tester": {
340 "isolated_scripts": [ 340 "isolated_scripts": [
341 { 341 {
342 "args": [ 342 "args": [
343 "system_health.memory_mobile", 343 "system_health.memory_mobile",
344 "-v", 344 "-v",
345 "--upload-results", 345 "--upload-results",
346 "--output-format=chartjson", 346 "--output-format=chartjson",
347 "--browser=android-chromium", 347 "--browser=android-chromium",
348 "--story-filter=load:search:google", 348 "--story-filter=load:search:google",
349 "--extra-browser-args=\"--enable-heap-profiler\"" 349 "--extra-browser-args=\"--enable-heap-profiling\""
350 ], 350 ],
351 "isolate_name": "telemetry_perf_tests", 351 "isolate_name": "telemetry_perf_tests",
352 "name": "system_health.memory_mobile", 352 "name": "system_health.memory_mobile",
353 "override_compile_targets": [ 353 "override_compile_targets": [
354 "telemetry_perf_tests" 354 "telemetry_perf_tests"
355 ], 355 ],
356 "swarming": { 356 "swarming": {
357 "can_use_on_swarming_builders": true, 357 "can_use_on_swarming_builders": true,
358 "dimension_sets": [ 358 "dimension_sets": [
359 { 359 {
(...skipping 2594 matching lines...) Expand 10 before | Expand all | Expand 10 after
2954 "device_type": "gce_x86" 2954 "device_type": "gce_x86"
2955 } 2955 }
2956 ], 2956 ],
2957 "hard_timeout": 960, 2957 "hard_timeout": 960,
2958 "shards": 1 2958 "shards": 1
2959 } 2959 }
2960 } 2960 }
2961 ] 2961 ]
2962 } 2962 }
2963 } 2963 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698