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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/gpu_tests.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE[build]/bot_update.py", 6 "RECIPE_PACKAGE[build]/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.mac", 8 "tryserver.chromium.mac",
9 "--builder", 9 "--builder",
10 "mac_chromium_rel_ng", 10 "mac_chromium_rel_ng",
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 "-u", 291 "-u",
292 "[BUILD]/scripts/slave/cleanup_temp.py" 292 "[BUILD]/scripts/slave/cleanup_temp.py"
293 ], 293 ],
294 "cwd": "[SLAVE_BUILD]", 294 "cwd": "[SLAVE_BUILD]",
295 "name": "cleanup_temp" 295 "name": "cleanup_temp"
296 }, 296 },
297 { 297 {
298 "cmd": [ 298 "cmd": [
299 "python", 299 "python",
300 "-u", 300 "-u",
301 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 301 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py",
302 "--build-dir", 302 "--build-dir",
303 "[SLAVE_BUILD]/src/out/Release", 303 "[SLAVE_BUILD]/src/out/Release",
304 "--clean-isolated-files" 304 "--clean-isolated-files"
305 ], 305 ],
306 "cwd": "[SLAVE_BUILD]", 306 "cwd": "[SLAVE_BUILD]",
307 "name": "clean isolated files" 307 "name": "clean isolated files"
308 }, 308 },
309 { 309 {
310 "allow_subannotations": true, 310 "allow_subannotations": true,
311 "cmd": [ 311 "cmd": [
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 "name": "compile (with patch)", 359 "name": "compile (with patch)",
360 "~followup_annotations": [ 360 "~followup_annotations": [
361 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 361 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
362 "@@@STEP_LOG_END@json.output (invalid)@@@" 362 "@@@STEP_LOG_END@json.output (invalid)@@@"
363 ] 363 ]
364 }, 364 },
365 { 365 {
366 "cmd": [ 366 "cmd": [
367 "python", 367 "python",
368 "-u", 368 "-u",
369 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", 369 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py",
370 "--build-dir", 370 "--build-dir",
371 "[SLAVE_BUILD]/src/out/Release", 371 "[SLAVE_BUILD]/src/out/Release",
372 "--src-dir", 372 "--src-dir",
373 "[SLAVE_BUILD]/src" 373 "[SLAVE_BUILD]/src"
374 ], 374 ],
375 "cwd": "[SLAVE_BUILD]", 375 "cwd": "[SLAVE_BUILD]",
376 "name": "remove_build_metadata" 376 "name": "remove_build_metadata"
377 }, 377 },
378 { 378 {
379 "cmd": [ 379 "cmd": [
380 "python", 380 "python",
381 "-u", 381 "-u",
382 "RECIPE_MODULE[isolate]/resources/isolate.py", 382 "RECIPE_MODULE[build.isolate]/resources/isolate.py",
383 "[SLAVE_BUILD]/src/tools/swarming_client", 383 "[SLAVE_BUILD]/src/tools/swarming_client",
384 "batcharchive", 384 "batcharchive",
385 "--dump-json", 385 "--dump-json",
386 "/path/to/tmp/json", 386 "/path/to/tmp/json",
387 "--isolate-server", 387 "--isolate-server",
388 "https://isolateserver.appspot.com", 388 "https://isolateserver.appspot.com",
389 "--verbose", 389 "--verbose",
390 "[SLAVE_BUILD]/src/out/Release/tab_capture_end2end_tests.isolated.gen.json ", 390 "[SLAVE_BUILD]/src/out/Release/tab_capture_end2end_tests.isolated.gen.json ",
391 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json", 391 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json",
392 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json", 392 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json",
(...skipping 2679 matching lines...) Expand 10 before | Expand all | Expand 10 after
3072 "@@@STEP_LOG_LINE@json.output@}@@@", 3072 "@@@STEP_LOG_LINE@json.output@}@@@",
3073 "@@@STEP_LOG_END@json.output@@@", 3073 "@@@STEP_LOG_END@json.output@@@",
3074 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 3074 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
3075 ] 3075 ]
3076 }, 3076 },
3077 { 3077 {
3078 "allow_subannotations": true, 3078 "allow_subannotations": true,
3079 "cmd": [ 3079 "cmd": [
3080 "python", 3080 "python",
3081 "-u", 3081 "-u",
3082 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", 3082 "RECIPE_MODULE[build.swarming]/resources/collect_gtest_task.py",
3083 "--swarming-client-dir", 3083 "--swarming-client-dir",
3084 "[SLAVE_BUILD]/src/tools/swarming_client", 3084 "[SLAVE_BUILD]/src/tools/swarming_client",
3085 "--temp-root-dir", 3085 "--temp-root-dir",
3086 "[TMP_BASE]", 3086 "[TMP_BASE]",
3087 "--merged-test-output", 3087 "--merged-test-output",
3088 "/path/to/tmp/json", 3088 "/path/to/tmp/json",
3089 "--", 3089 "--",
3090 "collect", 3090 "collect",
3091 "--swarming", 3091 "--swarming",
3092 "https://chromium-swarm.appspot.com", 3092 "https://chromium-swarm.appspot.com",
3093 "--decorate", 3093 "--decorate",
3094 "--print-status-updates", 3094 "--print-status-updates",
3095 "--shards", 3095 "--shards",
3096 "1", 3096 "1",
3097 "content_gl_tests on Intel GPU on Mac (with patch)/Mac-10.10/[dummy has/ma c_chromium_rel_ng/571" 3097 "content_gl_tests on Intel GPU on Mac (with patch)/Mac-10.10/[dummy has/ma c_chromium_rel_ng/571"
3098 ], 3098 ],
3099 "cwd": "[SLAVE_BUILD]", 3099 "cwd": "[SLAVE_BUILD]",
3100 "name": "content_gl_tests on Intel GPU on Mac (with patch) on Mac-10.10", 3100 "name": "content_gl_tests on Intel GPU on Mac (with patch) on Mac-10.10",
3101 "~followup_annotations": [ 3101 "~followup_annotations": [
3102 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 3102 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
3103 ] 3103 ]
3104 }, 3104 },
3105 { 3105 {
3106 "cmd": [ 3106 "cmd": [
3107 "python", 3107 "python",
3108 "-u", 3108 "-u",
3109 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", 3109 "RECIPE_MODULE[build.test_results]/resources/upload_gtest_test_results.py" ,
3110 "--input-gtest-json", 3110 "--input-gtest-json",
3111 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" , 3111 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" ,
3112 "--master-name", 3112 "--master-name",
3113 "tryserver.chromium.mac", 3113 "tryserver.chromium.mac",
3114 "--builder-name", 3114 "--builder-name",
3115 "mac_chromium_rel_ng", 3115 "mac_chromium_rel_ng",
3116 "--build-number", 3116 "--build-number",
3117 "571", 3117 "571",
3118 "--test-type", 3118 "--test-type",
3119 "content_gl_tests on Intel GPU on Mac (with patch) on Mac-10.10", 3119 "content_gl_tests on Intel GPU on Mac (with patch) on Mac-10.10",
3120 "--test-results-server", 3120 "--test-results-server",
3121 "test-results.appspot.com", 3121 "test-results.appspot.com",
3122 "--chrome-revision", 3122 "--chrome-revision",
3123 "170242" 3123 "170242"
3124 ], 3124 ],
3125 "cwd": "[SLAVE_BUILD]", 3125 "cwd": "[SLAVE_BUILD]",
3126 "name": "Upload to test-results [content_gl_tests on Intel GPU on Mac (with patch) on Mac-10.10]" 3126 "name": "Upload to test-results [content_gl_tests on Intel GPU on Mac (with patch) on Mac-10.10]"
3127 }, 3127 },
3128 { 3128 {
3129 "allow_subannotations": true, 3129 "allow_subannotations": true,
3130 "cmd": [ 3130 "cmd": [
3131 "python", 3131 "python",
3132 "-u", 3132 "-u",
3133 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", 3133 "RECIPE_MODULE[build.swarming]/resources/collect_gtest_task.py",
3134 "--swarming-client-dir", 3134 "--swarming-client-dir",
3135 "[SLAVE_BUILD]/src/tools/swarming_client", 3135 "[SLAVE_BUILD]/src/tools/swarming_client",
3136 "--temp-root-dir", 3136 "--temp-root-dir",
3137 "[TMP_BASE]", 3137 "[TMP_BASE]",
3138 "--merged-test-output", 3138 "--merged-test-output",
3139 "/path/to/tmp/json", 3139 "/path/to/tmp/json",
3140 "--", 3140 "--",
3141 "collect", 3141 "collect",
3142 "--swarming", 3142 "--swarming",
3143 "https://chromium-swarm.appspot.com", 3143 "https://chromium-swarm.appspot.com",
3144 "--decorate", 3144 "--decorate",
3145 "--print-status-updates", 3145 "--print-status-updates",
3146 "--shards", 3146 "--shards",
3147 "1", 3147 "1",
3148 "gl_tests on Intel GPU on Mac (with patch)/Mac-10.10/[dummy has/mac_chromi um_rel_ng/571" 3148 "gl_tests on Intel GPU on Mac (with patch)/Mac-10.10/[dummy has/mac_chromi um_rel_ng/571"
3149 ], 3149 ],
3150 "cwd": "[SLAVE_BUILD]", 3150 "cwd": "[SLAVE_BUILD]",
3151 "name": "gl_tests on Intel GPU on Mac (with patch) on Mac-10.10", 3151 "name": "gl_tests on Intel GPU on Mac (with patch) on Mac-10.10",
3152 "~followup_annotations": [ 3152 "~followup_annotations": [
3153 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 3153 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
3154 ] 3154 ]
3155 }, 3155 },
3156 { 3156 {
3157 "cmd": [ 3157 "cmd": [
3158 "python", 3158 "python",
3159 "-u", 3159 "-u",
3160 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", 3160 "RECIPE_MODULE[build.test_results]/resources/upload_gtest_test_results.py" ,
3161 "--input-gtest-json", 3161 "--input-gtest-json",
3162 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" , 3162 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" ,
3163 "--master-name", 3163 "--master-name",
3164 "tryserver.chromium.mac", 3164 "tryserver.chromium.mac",
3165 "--builder-name", 3165 "--builder-name",
3166 "mac_chromium_rel_ng", 3166 "mac_chromium_rel_ng",
3167 "--build-number", 3167 "--build-number",
3168 "571", 3168 "571",
3169 "--test-type", 3169 "--test-type",
3170 "gl_tests on Intel GPU on Mac (with patch) on Mac-10.10", 3170 "gl_tests on Intel GPU on Mac (with patch) on Mac-10.10",
3171 "--test-results-server", 3171 "--test-results-server",
3172 "test-results.appspot.com", 3172 "test-results.appspot.com",
3173 "--chrome-revision", 3173 "--chrome-revision",
3174 "170242" 3174 "170242"
3175 ], 3175 ],
3176 "cwd": "[SLAVE_BUILD]", 3176 "cwd": "[SLAVE_BUILD]",
3177 "name": "Upload to test-results [gl_tests on Intel GPU on Mac (with patch) o n Mac-10.10]" 3177 "name": "Upload to test-results [gl_tests on Intel GPU on Mac (with patch) o n Mac-10.10]"
3178 }, 3178 },
3179 { 3179 {
3180 "allow_subannotations": true, 3180 "allow_subannotations": true,
3181 "cmd": [ 3181 "cmd": [
3182 "python", 3182 "python",
3183 "-u", 3183 "-u",
3184 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", 3184 "RECIPE_MODULE[build.swarming]/resources/collect_gtest_task.py",
3185 "--swarming-client-dir", 3185 "--swarming-client-dir",
3186 "[SLAVE_BUILD]/src/tools/swarming_client", 3186 "[SLAVE_BUILD]/src/tools/swarming_client",
3187 "--temp-root-dir", 3187 "--temp-root-dir",
3188 "[TMP_BASE]", 3188 "[TMP_BASE]",
3189 "--merged-test-output", 3189 "--merged-test-output",
3190 "/path/to/tmp/json", 3190 "/path/to/tmp/json",
3191 "--", 3191 "--",
3192 "collect", 3192 "collect",
3193 "--swarming", 3193 "--swarming",
3194 "https://chromium-swarm.appspot.com", 3194 "https://chromium-swarm.appspot.com",
3195 "--decorate", 3195 "--decorate",
3196 "--print-status-updates", 3196 "--print-status-updates",
3197 "--shards", 3197 "--shards",
3198 "1", 3198 "1",
3199 "angle_unittests on Intel GPU on Mac (with patch)/Mac-10.10/[dummy has/mac _chromium_rel_ng/571" 3199 "angle_unittests on Intel GPU on Mac (with patch)/Mac-10.10/[dummy has/mac _chromium_rel_ng/571"
3200 ], 3200 ],
3201 "cwd": "[SLAVE_BUILD]", 3201 "cwd": "[SLAVE_BUILD]",
3202 "name": "angle_unittests on Intel GPU on Mac (with patch) on Mac-10.10", 3202 "name": "angle_unittests on Intel GPU on Mac (with patch) on Mac-10.10",
3203 "~followup_annotations": [ 3203 "~followup_annotations": [
3204 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 3204 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
3205 ] 3205 ]
3206 }, 3206 },
3207 { 3207 {
3208 "cmd": [ 3208 "cmd": [
3209 "python", 3209 "python",
3210 "-u", 3210 "-u",
3211 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", 3211 "RECIPE_MODULE[build.test_results]/resources/upload_gtest_test_results.py" ,
3212 "--input-gtest-json", 3212 "--input-gtest-json",
3213 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" , 3213 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" ,
3214 "--master-name", 3214 "--master-name",
3215 "tryserver.chromium.mac", 3215 "tryserver.chromium.mac",
3216 "--builder-name", 3216 "--builder-name",
3217 "mac_chromium_rel_ng", 3217 "mac_chromium_rel_ng",
3218 "--build-number", 3218 "--build-number",
3219 "571", 3219 "571",
3220 "--test-type", 3220 "--test-type",
3221 "angle_unittests on Intel GPU on Mac (with patch) on Mac-10.10", 3221 "angle_unittests on Intel GPU on Mac (with patch) on Mac-10.10",
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
3486 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\ "internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@", 3486 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\ "internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@",
3487 "@@@STEP_LOG_LINE@outdir_json@}@@@", 3487 "@@@STEP_LOG_LINE@outdir_json@}@@@",
3488 "@@@STEP_LOG_END@outdir_json@@@" 3488 "@@@STEP_LOG_END@outdir_json@@@"
3489 ] 3489 ]
3490 }, 3490 },
3491 { 3491 {
3492 "allow_subannotations": true, 3492 "allow_subannotations": true,
3493 "cmd": [ 3493 "cmd": [
3494 "python", 3494 "python",
3495 "-u", 3495 "-u",
3496 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", 3496 "RECIPE_MODULE[build.swarming]/resources/collect_gtest_task.py",
3497 "--swarming-client-dir", 3497 "--swarming-client-dir",
3498 "[SLAVE_BUILD]/src/tools/swarming_client", 3498 "[SLAVE_BUILD]/src/tools/swarming_client",
3499 "--temp-root-dir", 3499 "--temp-root-dir",
3500 "[TMP_BASE]", 3500 "[TMP_BASE]",
3501 "--merged-test-output", 3501 "--merged-test-output",
3502 "/path/to/tmp/json", 3502 "/path/to/tmp/json",
3503 "--", 3503 "--",
3504 "collect", 3504 "collect",
3505 "--swarming", 3505 "--swarming",
3506 "https://chromium-swarm.appspot.com", 3506 "https://chromium-swarm.appspot.com",
3507 "--decorate", 3507 "--decorate",
3508 "--print-status-updates", 3508 "--print-status-updates",
3509 "--shards", 3509 "--shards",
3510 "1", 3510 "1",
3511 "tab_capture_end2end_tests on Intel GPU on Mac (with patch)/Mac-10.10/[dum my has/mac_chromium_rel_ng/571" 3511 "tab_capture_end2end_tests on Intel GPU on Mac (with patch)/Mac-10.10/[dum my has/mac_chromium_rel_ng/571"
3512 ], 3512 ],
3513 "cwd": "[SLAVE_BUILD]", 3513 "cwd": "[SLAVE_BUILD]",
3514 "name": "tab_capture_end2end_tests on Intel GPU on Mac (with patch) on Mac-1 0.10", 3514 "name": "tab_capture_end2end_tests on Intel GPU on Mac (with patch) on Mac-1 0.10",
3515 "~followup_annotations": [ 3515 "~followup_annotations": [
3516 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 3516 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
3517 ] 3517 ]
3518 }, 3518 },
3519 { 3519 {
3520 "cmd": [ 3520 "cmd": [
3521 "python", 3521 "python",
3522 "-u", 3522 "-u",
3523 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", 3523 "RECIPE_MODULE[build.test_results]/resources/upload_gtest_test_results.py" ,
3524 "--input-gtest-json", 3524 "--input-gtest-json",
3525 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" , 3525 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" ,
3526 "--master-name", 3526 "--master-name",
3527 "tryserver.chromium.mac", 3527 "tryserver.chromium.mac",
3528 "--builder-name", 3528 "--builder-name",
3529 "mac_chromium_rel_ng", 3529 "mac_chromium_rel_ng",
3530 "--build-number", 3530 "--build-number",
3531 "571", 3531 "571",
3532 "--test-type", 3532 "--test-type",
3533 "tab_capture_end2end_tests on Intel GPU on Mac (with patch) on Mac-10.10", 3533 "tab_capture_end2end_tests on Intel GPU on Mac (with patch) on Mac-10.10",
3534 "--test-results-server", 3534 "--test-results-server",
3535 "test-results.appspot.com", 3535 "test-results.appspot.com",
3536 "--chrome-revision", 3536 "--chrome-revision",
3537 "170242" 3537 "170242"
3538 ], 3538 ],
3539 "cwd": "[SLAVE_BUILD]", 3539 "cwd": "[SLAVE_BUILD]",
3540 "name": "Upload to test-results [tab_capture_end2end_tests on Intel GPU on M ac (with patch) on Mac-10.10]" 3540 "name": "Upload to test-results [tab_capture_end2end_tests on Intel GPU on M ac (with patch) on Mac-10.10]"
3541 }, 3541 },
3542 { 3542 {
3543 "allow_subannotations": true, 3543 "allow_subannotations": true,
3544 "cmd": [ 3544 "cmd": [
3545 "python", 3545 "python",
3546 "-u", 3546 "-u",
3547 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", 3547 "RECIPE_MODULE[build.swarming]/resources/collect_gtest_task.py",
3548 "--swarming-client-dir", 3548 "--swarming-client-dir",
3549 "[SLAVE_BUILD]/src/tools/swarming_client", 3549 "[SLAVE_BUILD]/src/tools/swarming_client",
3550 "--temp-root-dir", 3550 "--temp-root-dir",
3551 "[TMP_BASE]", 3551 "[TMP_BASE]",
3552 "--merged-test-output", 3552 "--merged-test-output",
3553 "/path/to/tmp/json", 3553 "/path/to/tmp/json",
3554 "--", 3554 "--",
3555 "collect", 3555 "collect",
3556 "--swarming", 3556 "--swarming",
3557 "https://chromium-swarm.appspot.com", 3557 "https://chromium-swarm.appspot.com",
3558 "--decorate", 3558 "--decorate",
3559 "--print-status-updates", 3559 "--print-status-updates",
3560 "--shards", 3560 "--shards",
3561 "1", 3561 "1",
3562 "content_gl_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571" 3562 "content_gl_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571"
3563 ], 3563 ],
3564 "cwd": "[SLAVE_BUILD]", 3564 "cwd": "[SLAVE_BUILD]",
3565 "name": "content_gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10 .9", 3565 "name": "content_gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10 .9",
3566 "~followup_annotations": [ 3566 "~followup_annotations": [
3567 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 3567 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
3568 ] 3568 ]
3569 }, 3569 },
3570 { 3570 {
3571 "cmd": [ 3571 "cmd": [
3572 "python", 3572 "python",
3573 "-u", 3573 "-u",
3574 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", 3574 "RECIPE_MODULE[build.test_results]/resources/upload_gtest_test_results.py" ,
3575 "--input-gtest-json", 3575 "--input-gtest-json",
3576 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" , 3576 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" ,
3577 "--master-name", 3577 "--master-name",
3578 "tryserver.chromium.mac", 3578 "tryserver.chromium.mac",
3579 "--builder-name", 3579 "--builder-name",
3580 "mac_chromium_rel_ng", 3580 "mac_chromium_rel_ng",
3581 "--build-number", 3581 "--build-number",
3582 "571", 3582 "571",
3583 "--test-type", 3583 "--test-type",
3584 "content_gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9", 3584 "content_gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9",
3585 "--test-results-server", 3585 "--test-results-server",
3586 "test-results.appspot.com", 3586 "test-results.appspot.com",
3587 "--chrome-revision", 3587 "--chrome-revision",
3588 "170242" 3588 "170242"
3589 ], 3589 ],
3590 "cwd": "[SLAVE_BUILD]", 3590 "cwd": "[SLAVE_BUILD]",
3591 "name": "Upload to test-results [content_gl_tests on NVIDIA GPU on Mac Retin a (with patch) on Mac-10.9]" 3591 "name": "Upload to test-results [content_gl_tests on NVIDIA GPU on Mac Retin a (with patch) on Mac-10.9]"
3592 }, 3592 },
3593 { 3593 {
3594 "allow_subannotations": true, 3594 "allow_subannotations": true,
3595 "cmd": [ 3595 "cmd": [
3596 "python", 3596 "python",
3597 "-u", 3597 "-u",
3598 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", 3598 "RECIPE_MODULE[build.swarming]/resources/collect_gtest_task.py",
3599 "--swarming-client-dir", 3599 "--swarming-client-dir",
3600 "[SLAVE_BUILD]/src/tools/swarming_client", 3600 "[SLAVE_BUILD]/src/tools/swarming_client",
3601 "--temp-root-dir", 3601 "--temp-root-dir",
3602 "[TMP_BASE]", 3602 "[TMP_BASE]",
3603 "--merged-test-output", 3603 "--merged-test-output",
3604 "/path/to/tmp/json", 3604 "/path/to/tmp/json",
3605 "--", 3605 "--",
3606 "collect", 3606 "collect",
3607 "--swarming", 3607 "--swarming",
3608 "https://chromium-swarm.appspot.com", 3608 "https://chromium-swarm.appspot.com",
3609 "--decorate", 3609 "--decorate",
3610 "--print-status-updates", 3610 "--print-status-updates",
3611 "--shards", 3611 "--shards",
3612 "1", 3612 "1",
3613 "gl_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac _chromium_rel_ng/571" 3613 "gl_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac _chromium_rel_ng/571"
3614 ], 3614 ],
3615 "cwd": "[SLAVE_BUILD]", 3615 "cwd": "[SLAVE_BUILD]",
3616 "name": "gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9", 3616 "name": "gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9",
3617 "~followup_annotations": [ 3617 "~followup_annotations": [
3618 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 3618 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
3619 ] 3619 ]
3620 }, 3620 },
3621 { 3621 {
3622 "cmd": [ 3622 "cmd": [
3623 "python", 3623 "python",
3624 "-u", 3624 "-u",
3625 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", 3625 "RECIPE_MODULE[build.test_results]/resources/upload_gtest_test_results.py" ,
3626 "--input-gtest-json", 3626 "--input-gtest-json",
3627 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" , 3627 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" ,
3628 "--master-name", 3628 "--master-name",
3629 "tryserver.chromium.mac", 3629 "tryserver.chromium.mac",
3630 "--builder-name", 3630 "--builder-name",
3631 "mac_chromium_rel_ng", 3631 "mac_chromium_rel_ng",
3632 "--build-number", 3632 "--build-number",
3633 "571", 3633 "571",
3634 "--test-type", 3634 "--test-type",
3635 "gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9", 3635 "gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9",
3636 "--test-results-server", 3636 "--test-results-server",
3637 "test-results.appspot.com", 3637 "test-results.appspot.com",
3638 "--chrome-revision", 3638 "--chrome-revision",
3639 "170242" 3639 "170242"
3640 ], 3640 ],
3641 "cwd": "[SLAVE_BUILD]", 3641 "cwd": "[SLAVE_BUILD]",
3642 "name": "Upload to test-results [gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9]" 3642 "name": "Upload to test-results [gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9]"
3643 }, 3643 },
3644 { 3644 {
3645 "allow_subannotations": true, 3645 "allow_subannotations": true,
3646 "cmd": [ 3646 "cmd": [
3647 "python", 3647 "python",
3648 "-u", 3648 "-u",
3649 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", 3649 "RECIPE_MODULE[build.swarming]/resources/collect_gtest_task.py",
3650 "--swarming-client-dir", 3650 "--swarming-client-dir",
3651 "[SLAVE_BUILD]/src/tools/swarming_client", 3651 "[SLAVE_BUILD]/src/tools/swarming_client",
3652 "--temp-root-dir", 3652 "--temp-root-dir",
3653 "[TMP_BASE]", 3653 "[TMP_BASE]",
3654 "--merged-test-output", 3654 "--merged-test-output",
3655 "/path/to/tmp/json", 3655 "/path/to/tmp/json",
3656 "--", 3656 "--",
3657 "collect", 3657 "collect",
3658 "--swarming", 3658 "--swarming",
3659 "https://chromium-swarm.appspot.com", 3659 "https://chromium-swarm.appspot.com",
3660 "--decorate", 3660 "--decorate",
3661 "--print-status-updates", 3661 "--print-status-updates",
3662 "--shards", 3662 "--shards",
3663 "1", 3663 "1",
3664 "angle_unittests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571" 3664 "angle_unittests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571"
3665 ], 3665 ],
3666 "cwd": "[SLAVE_BUILD]", 3666 "cwd": "[SLAVE_BUILD]",
3667 "name": "angle_unittests on NVIDIA GPU on Mac Retina (with patch) on Mac-10. 9", 3667 "name": "angle_unittests on NVIDIA GPU on Mac Retina (with patch) on Mac-10. 9",
3668 "~followup_annotations": [ 3668 "~followup_annotations": [
3669 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 3669 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
3670 ] 3670 ]
3671 }, 3671 },
3672 { 3672 {
3673 "cmd": [ 3673 "cmd": [
3674 "python", 3674 "python",
3675 "-u", 3675 "-u",
3676 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", 3676 "RECIPE_MODULE[build.test_results]/resources/upload_gtest_test_results.py" ,
3677 "--input-gtest-json", 3677 "--input-gtest-json",
3678 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" , 3678 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" ,
3679 "--master-name", 3679 "--master-name",
3680 "tryserver.chromium.mac", 3680 "tryserver.chromium.mac",
3681 "--builder-name", 3681 "--builder-name",
3682 "mac_chromium_rel_ng", 3682 "mac_chromium_rel_ng",
3683 "--build-number", 3683 "--build-number",
3684 "571", 3684 "571",
3685 "--test-type", 3685 "--test-type",
3686 "angle_unittests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9", 3686 "angle_unittests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9",
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
3950 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\ "internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@", 3950 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\ "internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@",
3951 "@@@STEP_LOG_LINE@outdir_json@}@@@", 3951 "@@@STEP_LOG_LINE@outdir_json@}@@@",
3952 "@@@STEP_LOG_END@outdir_json@@@" 3952 "@@@STEP_LOG_END@outdir_json@@@"
3953 ] 3953 ]
3954 }, 3954 },
3955 { 3955 {
3956 "allow_subannotations": true, 3956 "allow_subannotations": true,
3957 "cmd": [ 3957 "cmd": [
3958 "python", 3958 "python",
3959 "-u", 3959 "-u",
3960 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", 3960 "RECIPE_MODULE[build.swarming]/resources/collect_gtest_task.py",
3961 "--swarming-client-dir", 3961 "--swarming-client-dir",
3962 "[SLAVE_BUILD]/src/tools/swarming_client", 3962 "[SLAVE_BUILD]/src/tools/swarming_client",
3963 "--temp-root-dir", 3963 "--temp-root-dir",
3964 "[TMP_BASE]", 3964 "[TMP_BASE]",
3965 "--merged-test-output", 3965 "--merged-test-output",
3966 "/path/to/tmp/json", 3966 "/path/to/tmp/json",
3967 "--", 3967 "--",
3968 "collect", 3968 "collect",
3969 "--swarming", 3969 "--swarming",
3970 "https://chromium-swarm.appspot.com", 3970 "https://chromium-swarm.appspot.com",
3971 "--decorate", 3971 "--decorate",
3972 "--print-status-updates", 3972 "--print-status-updates",
3973 "--shards", 3973 "--shards",
3974 "1", 3974 "1",
3975 "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10 .9/[dummy has/mac_chromium_rel_ng/571" 3975 "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10 .9/[dummy has/mac_chromium_rel_ng/571"
3976 ], 3976 ],
3977 "cwd": "[SLAVE_BUILD]", 3977 "cwd": "[SLAVE_BUILD]",
3978 "name": "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9", 3978 "name": "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9",
3979 "~followup_annotations": [ 3979 "~followup_annotations": [
3980 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 3980 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
3981 ] 3981 ]
3982 }, 3982 },
3983 { 3983 {
3984 "cmd": [ 3984 "cmd": [
3985 "python", 3985 "python",
3986 "-u", 3986 "-u",
3987 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", 3987 "RECIPE_MODULE[build.test_results]/resources/upload_gtest_test_results.py" ,
3988 "--input-gtest-json", 3988 "--input-gtest-json",
3989 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" , 3989 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" ,
3990 "--master-name", 3990 "--master-name",
3991 "tryserver.chromium.mac", 3991 "tryserver.chromium.mac",
3992 "--builder-name", 3992 "--builder-name",
3993 "mac_chromium_rel_ng", 3993 "mac_chromium_rel_ng",
3994 "--build-number", 3994 "--build-number",
3995 "571", 3995 "571",
3996 "--test-type", 3996 "--test-type",
3997 "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch) on Mac -10.9", 3997 "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch) on Mac -10.9",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
4096 "cwd": "[SLAVE_BUILD]", 4096 "cwd": "[SLAVE_BUILD]",
4097 "env": { 4097 "env": {
4098 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library dchec k_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' propriet ary_codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1" 4098 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library dchec k_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' propriet ary_codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1"
4099 }, 4099 },
4100 "name": "gclient runhooks (without patch)" 4100 "name": "gclient runhooks (without patch)"
4101 }, 4101 },
4102 { 4102 {
4103 "cmd": [ 4103 "cmd": [
4104 "python", 4104 "python",
4105 "-u", 4105 "-u",
4106 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 4106 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py",
4107 "--build-dir", 4107 "--build-dir",
4108 "[SLAVE_BUILD]/src/out/Release", 4108 "[SLAVE_BUILD]/src/out/Release",
4109 "--clean-isolated-files" 4109 "--clean-isolated-files"
4110 ], 4110 ],
4111 "cwd": "[SLAVE_BUILD]", 4111 "cwd": "[SLAVE_BUILD]",
4112 "name": "clean isolated files (2)" 4112 "name": "clean isolated files (2)"
4113 }, 4113 },
4114 { 4114 {
4115 "allow_subannotations": true, 4115 "allow_subannotations": true,
4116 "cmd": [ 4116 "cmd": [
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
4169 "/path/to/tmp/", 4169 "/path/to/tmp/",
4170 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" 4170 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json"
4171 ], 4171 ],
4172 "cwd": "[SLAVE_BUILD]", 4172 "cwd": "[SLAVE_BUILD]",
4173 "name": "find isolated targets" 4173 "name": "find isolated targets"
4174 }, 4174 },
4175 { 4175 {
4176 "cmd": [ 4176 "cmd": [
4177 "python", 4177 "python",
4178 "-u", 4178 "-u",
4179 "RECIPE_MODULE[isolate]/resources/isolate.py", 4179 "RECIPE_MODULE[build.isolate]/resources/isolate.py",
4180 "[SLAVE_BUILD]/src/tools/swarming_client", 4180 "[SLAVE_BUILD]/src/tools/swarming_client",
4181 "batcharchive", 4181 "batcharchive",
4182 "--dump-json", 4182 "--dump-json",
4183 "/path/to/tmp/json", 4183 "/path/to/tmp/json",
4184 "--isolate-server", 4184 "--isolate-server",
4185 "https://isolateserver.appspot.com", 4185 "https://isolateserver.appspot.com",
4186 "--verbose", 4186 "--verbose",
4187 "[SLAVE_BUILD]/src/out/Release/dummy_target_1.isolated.gen.json", 4187 "[SLAVE_BUILD]/src/out/Release/dummy_target_1.isolated.gen.json",
4188 "[SLAVE_BUILD]/src/out/Release/dummy_target_2.isolated.gen.json" 4188 "[SLAVE_BUILD]/src/out/Release/dummy_target_2.isolated.gen.json"
4189 ], 4189 ],
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
4341 "@@@STEP_TEXT@<br/>ignored:<br/>test2.Test2<br/>test1.Test1<br/>@@@", 4341 "@@@STEP_TEXT@<br/>ignored:<br/>test2.Test2<br/>test1.Test1<br/>@@@",
4342 "@@@STEP_WARNINGS@@@" 4342 "@@@STEP_WARNINGS@@@"
4343 ] 4343 ]
4344 }, 4344 },
4345 { 4345 {
4346 "name": "$result", 4346 "name": "$result",
4347 "recipe_result": null, 4347 "recipe_result": null,
4348 "status_code": 0 4348 "status_code": 0
4349 } 4349 }
4350 ] 4350 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698