| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[BUILD]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 "-u", | 279 "-u", |
| 280 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 280 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
| 281 ], | 281 ], |
| 282 "cwd": "[SLAVE_BUILD]", | 282 "cwd": "[SLAVE_BUILD]", |
| 283 "name": "cleanup_temp" | 283 "name": "cleanup_temp" |
| 284 }, | 284 }, |
| 285 { | 285 { |
| 286 "cmd": [ | 286 "cmd": [ |
| 287 "python", | 287 "python", |
| 288 "-u", | 288 "-u", |
| 289 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", | 289 "RECIPE_MODULE[build.isolate]\\resources\\find_isolated_tests.py", |
| 290 "--build-dir", | 290 "--build-dir", |
| 291 "[SLAVE_BUILD]\\src\\out\\Release", | 291 "[SLAVE_BUILD]\\src\\out\\Release", |
| 292 "--clean-isolated-files" | 292 "--clean-isolated-files" |
| 293 ], | 293 ], |
| 294 "cwd": "[SLAVE_BUILD]", | 294 "cwd": "[SLAVE_BUILD]", |
| 295 "name": "clean isolated files" | 295 "name": "clean isolated files" |
| 296 }, | 296 }, |
| 297 { | 297 { |
| 298 "cmd": [ | 298 "cmd": [ |
| 299 "python", | 299 "python", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 329 "name": "compile (with patch)", | 329 "name": "compile (with patch)", |
| 330 "~followup_annotations": [ | 330 "~followup_annotations": [ |
| 331 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 331 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 332 "@@@STEP_LOG_END@json.output (invalid)@@@" | 332 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 333 ] | 333 ] |
| 334 }, | 334 }, |
| 335 { | 335 { |
| 336 "cmd": [ | 336 "cmd": [ |
| 337 "python", | 337 "python", |
| 338 "-u", | 338 "-u", |
| 339 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", | 339 "RECIPE_MODULE[build.isolate]\\resources\\remove_build_metadata.py", |
| 340 "--build-dir", | 340 "--build-dir", |
| 341 "[SLAVE_BUILD]\\src\\out\\Release", | 341 "[SLAVE_BUILD]\\src\\out\\Release", |
| 342 "--src-dir", | 342 "--src-dir", |
| 343 "[SLAVE_BUILD]\\src" | 343 "[SLAVE_BUILD]\\src" |
| 344 ], | 344 ], |
| 345 "cwd": "[SLAVE_BUILD]", | 345 "cwd": "[SLAVE_BUILD]", |
| 346 "name": "remove_build_metadata" | 346 "name": "remove_build_metadata" |
| 347 }, | 347 }, |
| 348 { | 348 { |
| 349 "cmd": [ | 349 "cmd": [ |
| 350 "python", | 350 "python", |
| 351 "-u", | 351 "-u", |
| 352 "RECIPE_MODULE[isolate]\\resources\\isolate.py", | 352 "RECIPE_MODULE[build.isolate]\\resources\\isolate.py", |
| 353 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 353 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
| 354 "batcharchive", | 354 "batcharchive", |
| 355 "--dump-json", | 355 "--dump-json", |
| 356 "/path/to/tmp/json", | 356 "/path/to/tmp/json", |
| 357 "--isolate-server", | 357 "--isolate-server", |
| 358 "https://isolateserver.appspot.com", | 358 "https://isolateserver.appspot.com", |
| 359 "--verbose", | 359 "--verbose", |
| 360 "[SLAVE_BUILD]\\src\\out\\Release\\content_gl_tests.isolated.gen.json", | 360 "[SLAVE_BUILD]\\src\\out\\Release\\content_gl_tests.isolated.gen.json", |
| 361 "[SLAVE_BUILD]\\src\\out\\Release\\gl_unittests.isolated.gen.json", | 361 "[SLAVE_BUILD]\\src\\out\\Release\\gl_unittests.isolated.gen.json", |
| 362 "[SLAVE_BUILD]\\src\\out\\Release\\tab_capture_end2end_tests.isolated.gen.
json", | 362 "[SLAVE_BUILD]\\src\\out\\Release\\tab_capture_end2end_tests.isolated.gen.
json", |
| (...skipping 2804 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3167 "/path/to/tmp/json" | 3167 "/path/to/tmp/json" |
| 3168 ], | 3168 ], |
| 3169 "cwd": "[SLAVE_BUILD]", | 3169 "cwd": "[SLAVE_BUILD]", |
| 3170 "name": "test_installer (with patch)" | 3170 "name": "test_installer (with patch)" |
| 3171 }, | 3171 }, |
| 3172 { | 3172 { |
| 3173 "allow_subannotations": true, | 3173 "allow_subannotations": true, |
| 3174 "cmd": [ | 3174 "cmd": [ |
| 3175 "python", | 3175 "python", |
| 3176 "-u", | 3176 "-u", |
| 3177 "RECIPE_MODULE[swarming]\\resources\\collect_gtest_task.py", | 3177 "RECIPE_MODULE[build.swarming]\\resources\\collect_gtest_task.py", |
| 3178 "--swarming-client-dir", | 3178 "--swarming-client-dir", |
| 3179 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 3179 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
| 3180 "--temp-root-dir", | 3180 "--temp-root-dir", |
| 3181 "[TMP_BASE]", | 3181 "[TMP_BASE]", |
| 3182 "--merged-test-output", | 3182 "--merged-test-output", |
| 3183 "/path/to/tmp/json", | 3183 "/path/to/tmp/json", |
| 3184 "--", | 3184 "--", |
| 3185 "collect", | 3185 "collect", |
| 3186 "--swarming", | 3186 "--swarming", |
| 3187 "https://chromium-swarm.appspot.com", | 3187 "https://chromium-swarm.appspot.com", |
| 3188 "--decorate", | 3188 "--decorate", |
| 3189 "--print-status-updates", | 3189 "--print-status-updates", |
| 3190 "--shards", | 3190 "--shards", |
| 3191 "1", | 3191 "1", |
| 3192 "content_gl_tests on NVIDIA GPU on Windows (with patch)/Windows/[dummy has
/win_chromium_rel_ng/571" | 3192 "content_gl_tests on NVIDIA GPU on Windows (with patch)/Windows/[dummy has
/win_chromium_rel_ng/571" |
| 3193 ], | 3193 ], |
| 3194 "cwd": "[SLAVE_BUILD]", | 3194 "cwd": "[SLAVE_BUILD]", |
| 3195 "name": "content_gl_tests on NVIDIA GPU on Windows (with patch) on Windows", | 3195 "name": "content_gl_tests on NVIDIA GPU on Windows (with patch) on Windows", |
| 3196 "~followup_annotations": [ | 3196 "~followup_annotations": [ |
| 3197 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 3197 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 3198 ] | 3198 ] |
| 3199 }, | 3199 }, |
| 3200 { | 3200 { |
| 3201 "cmd": [ | 3201 "cmd": [ |
| 3202 "python", | 3202 "python", |
| 3203 "-u", | 3203 "-u", |
| 3204 "RECIPE_MODULE[test_results]\\resources\\upload_gtest_test_results.py", | 3204 "RECIPE_MODULE[build.test_results]\\resources\\upload_gtest_test_results.p
y", |
| 3205 "--input-gtest-json", | 3205 "--input-gtest-json", |
| 3206 "{\"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\"}}]}}"
, | 3206 "{\"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\"}}]}}"
, |
| 3207 "--master-name", | 3207 "--master-name", |
| 3208 "tryserver.chromium.win", | 3208 "tryserver.chromium.win", |
| 3209 "--builder-name", | 3209 "--builder-name", |
| 3210 "win_chromium_rel_ng", | 3210 "win_chromium_rel_ng", |
| 3211 "--build-number", | 3211 "--build-number", |
| 3212 "571", | 3212 "571", |
| 3213 "--test-type", | 3213 "--test-type", |
| 3214 "content_gl_tests on NVIDIA GPU on Windows (with patch) on Windows", | 3214 "content_gl_tests on NVIDIA GPU on Windows (with patch) on Windows", |
| 3215 "--test-results-server", | 3215 "--test-results-server", |
| 3216 "test-results.appspot.com", | 3216 "test-results.appspot.com", |
| 3217 "--chrome-revision", | 3217 "--chrome-revision", |
| 3218 "170242" | 3218 "170242" |
| 3219 ], | 3219 ], |
| 3220 "cwd": "[SLAVE_BUILD]", | 3220 "cwd": "[SLAVE_BUILD]", |
| 3221 "name": "Upload to test-results [content_gl_tests on NVIDIA GPU on Windows (
with patch) on Windows]" | 3221 "name": "Upload to test-results [content_gl_tests on NVIDIA GPU on Windows (
with patch) on Windows]" |
| 3222 }, | 3222 }, |
| 3223 { | 3223 { |
| 3224 "allow_subannotations": true, | 3224 "allow_subannotations": true, |
| 3225 "cmd": [ | 3225 "cmd": [ |
| 3226 "python", | 3226 "python", |
| 3227 "-u", | 3227 "-u", |
| 3228 "RECIPE_MODULE[swarming]\\resources\\collect_gtest_task.py", | 3228 "RECIPE_MODULE[build.swarming]\\resources\\collect_gtest_task.py", |
| 3229 "--swarming-client-dir", | 3229 "--swarming-client-dir", |
| 3230 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 3230 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
| 3231 "--temp-root-dir", | 3231 "--temp-root-dir", |
| 3232 "[TMP_BASE]", | 3232 "[TMP_BASE]", |
| 3233 "--merged-test-output", | 3233 "--merged-test-output", |
| 3234 "/path/to/tmp/json", | 3234 "/path/to/tmp/json", |
| 3235 "--", | 3235 "--", |
| 3236 "collect", | 3236 "collect", |
| 3237 "--swarming", | 3237 "--swarming", |
| 3238 "https://chromium-swarm.appspot.com", | 3238 "https://chromium-swarm.appspot.com", |
| 3239 "--decorate", | 3239 "--decorate", |
| 3240 "--print-status-updates", | 3240 "--print-status-updates", |
| 3241 "--shards", | 3241 "--shards", |
| 3242 "1", | 3242 "1", |
| 3243 "gl_tests on NVIDIA GPU on Windows (with patch)/Windows/[dummy has/win_chr
omium_rel_ng/571" | 3243 "gl_tests on NVIDIA GPU on Windows (with patch)/Windows/[dummy has/win_chr
omium_rel_ng/571" |
| 3244 ], | 3244 ], |
| 3245 "cwd": "[SLAVE_BUILD]", | 3245 "cwd": "[SLAVE_BUILD]", |
| 3246 "name": "gl_tests on NVIDIA GPU on Windows (with patch) on Windows", | 3246 "name": "gl_tests on NVIDIA GPU on Windows (with patch) on Windows", |
| 3247 "~followup_annotations": [ | 3247 "~followup_annotations": [ |
| 3248 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 3248 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 3249 ] | 3249 ] |
| 3250 }, | 3250 }, |
| 3251 { | 3251 { |
| 3252 "cmd": [ | 3252 "cmd": [ |
| 3253 "python", | 3253 "python", |
| 3254 "-u", | 3254 "-u", |
| 3255 "RECIPE_MODULE[test_results]\\resources\\upload_gtest_test_results.py", | 3255 "RECIPE_MODULE[build.test_results]\\resources\\upload_gtest_test_results.p
y", |
| 3256 "--input-gtest-json", | 3256 "--input-gtest-json", |
| 3257 "{\"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\"}}]}}"
, | 3257 "{\"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\"}}]}}"
, |
| 3258 "--master-name", | 3258 "--master-name", |
| 3259 "tryserver.chromium.win", | 3259 "tryserver.chromium.win", |
| 3260 "--builder-name", | 3260 "--builder-name", |
| 3261 "win_chromium_rel_ng", | 3261 "win_chromium_rel_ng", |
| 3262 "--build-number", | 3262 "--build-number", |
| 3263 "571", | 3263 "571", |
| 3264 "--test-type", | 3264 "--test-type", |
| 3265 "gl_tests on NVIDIA GPU on Windows (with patch) on Windows", | 3265 "gl_tests on NVIDIA GPU on Windows (with patch) on Windows", |
| 3266 "--test-results-server", | 3266 "--test-results-server", |
| 3267 "test-results.appspot.com", | 3267 "test-results.appspot.com", |
| 3268 "--chrome-revision", | 3268 "--chrome-revision", |
| 3269 "170242" | 3269 "170242" |
| 3270 ], | 3270 ], |
| 3271 "cwd": "[SLAVE_BUILD]", | 3271 "cwd": "[SLAVE_BUILD]", |
| 3272 "name": "Upload to test-results [gl_tests on NVIDIA GPU on Windows (with pat
ch) on Windows]" | 3272 "name": "Upload to test-results [gl_tests on NVIDIA GPU on Windows (with pat
ch) on Windows]" |
| 3273 }, | 3273 }, |
| 3274 { | 3274 { |
| 3275 "allow_subannotations": true, | 3275 "allow_subannotations": true, |
| 3276 "cmd": [ | 3276 "cmd": [ |
| 3277 "python", | 3277 "python", |
| 3278 "-u", | 3278 "-u", |
| 3279 "RECIPE_MODULE[swarming]\\resources\\collect_gtest_task.py", | 3279 "RECIPE_MODULE[build.swarming]\\resources\\collect_gtest_task.py", |
| 3280 "--swarming-client-dir", | 3280 "--swarming-client-dir", |
| 3281 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 3281 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
| 3282 "--temp-root-dir", | 3282 "--temp-root-dir", |
| 3283 "[TMP_BASE]", | 3283 "[TMP_BASE]", |
| 3284 "--merged-test-output", | 3284 "--merged-test-output", |
| 3285 "/path/to/tmp/json", | 3285 "/path/to/tmp/json", |
| 3286 "--", | 3286 "--", |
| 3287 "collect", | 3287 "collect", |
| 3288 "--swarming", | 3288 "--swarming", |
| 3289 "https://chromium-swarm.appspot.com", | 3289 "https://chromium-swarm.appspot.com", |
| 3290 "--decorate", | 3290 "--decorate", |
| 3291 "--print-status-updates", | 3291 "--print-status-updates", |
| 3292 "--shards", | 3292 "--shards", |
| 3293 "1", | 3293 "1", |
| 3294 "angle_unittests on NVIDIA GPU on Windows (with patch)/Windows/[dummy has/
win_chromium_rel_ng/571" | 3294 "angle_unittests on NVIDIA GPU on Windows (with patch)/Windows/[dummy has/
win_chromium_rel_ng/571" |
| 3295 ], | 3295 ], |
| 3296 "cwd": "[SLAVE_BUILD]", | 3296 "cwd": "[SLAVE_BUILD]", |
| 3297 "name": "angle_unittests on NVIDIA GPU on Windows (with patch) on Windows", | 3297 "name": "angle_unittests on NVIDIA GPU on Windows (with patch) on Windows", |
| 3298 "~followup_annotations": [ | 3298 "~followup_annotations": [ |
| 3299 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 3299 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 3300 ] | 3300 ] |
| 3301 }, | 3301 }, |
| 3302 { | 3302 { |
| 3303 "cmd": [ | 3303 "cmd": [ |
| 3304 "python", | 3304 "python", |
| 3305 "-u", | 3305 "-u", |
| 3306 "RECIPE_MODULE[test_results]\\resources\\upload_gtest_test_results.py", | 3306 "RECIPE_MODULE[build.test_results]\\resources\\upload_gtest_test_results.p
y", |
| 3307 "--input-gtest-json", | 3307 "--input-gtest-json", |
| 3308 "{\"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\"}}]}}"
, | 3308 "{\"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\"}}]}}"
, |
| 3309 "--master-name", | 3309 "--master-name", |
| 3310 "tryserver.chromium.win", | 3310 "tryserver.chromium.win", |
| 3311 "--builder-name", | 3311 "--builder-name", |
| 3312 "win_chromium_rel_ng", | 3312 "win_chromium_rel_ng", |
| 3313 "--build-number", | 3313 "--build-number", |
| 3314 "571", | 3314 "571", |
| 3315 "--test-type", | 3315 "--test-type", |
| 3316 "angle_unittests on NVIDIA GPU on Windows (with patch) on Windows", | 3316 "angle_unittests on NVIDIA GPU on Windows (with patch) on Windows", |
| 3317 "--test-results-server", | 3317 "--test-results-server", |
| 3318 "test-results.appspot.com", | 3318 "test-results.appspot.com", |
| 3319 "--chrome-revision", | 3319 "--chrome-revision", |
| 3320 "170242" | 3320 "170242" |
| 3321 ], | 3321 ], |
| 3322 "cwd": "[SLAVE_BUILD]", | 3322 "cwd": "[SLAVE_BUILD]", |
| 3323 "name": "Upload to test-results [angle_unittests on NVIDIA GPU on Windows (w
ith patch) on Windows]" | 3323 "name": "Upload to test-results [angle_unittests on NVIDIA GPU on Windows (w
ith patch) on Windows]" |
| 3324 }, | 3324 }, |
| 3325 { | 3325 { |
| 3326 "allow_subannotations": true, | 3326 "allow_subannotations": true, |
| 3327 "cmd": [ | 3327 "cmd": [ |
| 3328 "python", | 3328 "python", |
| 3329 "-u", | 3329 "-u", |
| 3330 "RECIPE_MODULE[swarming]\\resources\\collect_gtest_task.py", | 3330 "RECIPE_MODULE[build.swarming]\\resources\\collect_gtest_task.py", |
| 3331 "--swarming-client-dir", | 3331 "--swarming-client-dir", |
| 3332 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 3332 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
| 3333 "--temp-root-dir", | 3333 "--temp-root-dir", |
| 3334 "[TMP_BASE]", | 3334 "[TMP_BASE]", |
| 3335 "--merged-test-output", | 3335 "--merged-test-output", |
| 3336 "/path/to/tmp/json", | 3336 "/path/to/tmp/json", |
| 3337 "--", | 3337 "--", |
| 3338 "collect", | 3338 "collect", |
| 3339 "--swarming", | 3339 "--swarming", |
| 3340 "https://chromium-swarm.appspot.com", | 3340 "https://chromium-swarm.appspot.com", |
| 3341 "--decorate", | 3341 "--decorate", |
| 3342 "--print-status-updates", | 3342 "--print-status-updates", |
| 3343 "--shards", | 3343 "--shards", |
| 3344 "1", | 3344 "1", |
| 3345 "gl_unittests on NVIDIA GPU on Windows (with patch)/Windows/[dummy has/win
_chromium_rel_ng/571" | 3345 "gl_unittests on NVIDIA GPU on Windows (with patch)/Windows/[dummy has/win
_chromium_rel_ng/571" |
| 3346 ], | 3346 ], |
| 3347 "cwd": "[SLAVE_BUILD]", | 3347 "cwd": "[SLAVE_BUILD]", |
| 3348 "name": "gl_unittests on NVIDIA GPU on Windows (with patch) on Windows", | 3348 "name": "gl_unittests on NVIDIA GPU on Windows (with patch) on Windows", |
| 3349 "~followup_annotations": [ | 3349 "~followup_annotations": [ |
| 3350 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 3350 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 3351 ] | 3351 ] |
| 3352 }, | 3352 }, |
| 3353 { | 3353 { |
| 3354 "cmd": [ | 3354 "cmd": [ |
| 3355 "python", | 3355 "python", |
| 3356 "-u", | 3356 "-u", |
| 3357 "RECIPE_MODULE[test_results]\\resources\\upload_gtest_test_results.py", | 3357 "RECIPE_MODULE[build.test_results]\\resources\\upload_gtest_test_results.p
y", |
| 3358 "--input-gtest-json", | 3358 "--input-gtest-json", |
| 3359 "{\"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\"}}]}}"
, | 3359 "{\"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\"}}]}}"
, |
| 3360 "--master-name", | 3360 "--master-name", |
| 3361 "tryserver.chromium.win", | 3361 "tryserver.chromium.win", |
| 3362 "--builder-name", | 3362 "--builder-name", |
| 3363 "win_chromium_rel_ng", | 3363 "win_chromium_rel_ng", |
| 3364 "--build-number", | 3364 "--build-number", |
| 3365 "571", | 3365 "571", |
| 3366 "--test-type", | 3366 "--test-type", |
| 3367 "gl_unittests on NVIDIA GPU on Windows (with patch) on Windows", | 3367 "gl_unittests on NVIDIA GPU on Windows (with patch) on Windows", |
| (...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3631 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\
"internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@", | 3631 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\
"internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@", |
| 3632 "@@@STEP_LOG_LINE@outdir_json@}@@@", | 3632 "@@@STEP_LOG_LINE@outdir_json@}@@@", |
| 3633 "@@@STEP_LOG_END@outdir_json@@@" | 3633 "@@@STEP_LOG_END@outdir_json@@@" |
| 3634 ] | 3634 ] |
| 3635 }, | 3635 }, |
| 3636 { | 3636 { |
| 3637 "allow_subannotations": true, | 3637 "allow_subannotations": true, |
| 3638 "cmd": [ | 3638 "cmd": [ |
| 3639 "python", | 3639 "python", |
| 3640 "-u", | 3640 "-u", |
| 3641 "RECIPE_MODULE[swarming]\\resources\\collect_gtest_task.py", | 3641 "RECIPE_MODULE[build.swarming]\\resources\\collect_gtest_task.py", |
| 3642 "--swarming-client-dir", | 3642 "--swarming-client-dir", |
| 3643 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 3643 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
| 3644 "--temp-root-dir", | 3644 "--temp-root-dir", |
| 3645 "[TMP_BASE]", | 3645 "[TMP_BASE]", |
| 3646 "--merged-test-output", | 3646 "--merged-test-output", |
| 3647 "/path/to/tmp/json", | 3647 "/path/to/tmp/json", |
| 3648 "--", | 3648 "--", |
| 3649 "collect", | 3649 "collect", |
| 3650 "--swarming", | 3650 "--swarming", |
| 3651 "https://chromium-swarm.appspot.com", | 3651 "https://chromium-swarm.appspot.com", |
| 3652 "--decorate", | 3652 "--decorate", |
| 3653 "--print-status-updates", | 3653 "--print-status-updates", |
| 3654 "--shards", | 3654 "--shards", |
| 3655 "1", | 3655 "1", |
| 3656 "tab_capture_end2end_tests on NVIDIA GPU on Windows (with patch)/Windows/[
dummy has/win_chromium_rel_ng/571" | 3656 "tab_capture_end2end_tests on NVIDIA GPU on Windows (with patch)/Windows/[
dummy has/win_chromium_rel_ng/571" |
| 3657 ], | 3657 ], |
| 3658 "cwd": "[SLAVE_BUILD]", | 3658 "cwd": "[SLAVE_BUILD]", |
| 3659 "name": "tab_capture_end2end_tests on NVIDIA GPU on Windows (with patch) on
Windows", | 3659 "name": "tab_capture_end2end_tests on NVIDIA GPU on Windows (with patch) on
Windows", |
| 3660 "~followup_annotations": [ | 3660 "~followup_annotations": [ |
| 3661 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 3661 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 3662 ] | 3662 ] |
| 3663 }, | 3663 }, |
| 3664 { | 3664 { |
| 3665 "cmd": [ | 3665 "cmd": [ |
| 3666 "python", | 3666 "python", |
| 3667 "-u", | 3667 "-u", |
| 3668 "RECIPE_MODULE[test_results]\\resources\\upload_gtest_test_results.py", | 3668 "RECIPE_MODULE[build.test_results]\\resources\\upload_gtest_test_results.p
y", |
| 3669 "--input-gtest-json", | 3669 "--input-gtest-json", |
| 3670 "{\"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\"}}]}}"
, | 3670 "{\"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\"}}]}}"
, |
| 3671 "--master-name", | 3671 "--master-name", |
| 3672 "tryserver.chromium.win", | 3672 "tryserver.chromium.win", |
| 3673 "--builder-name", | 3673 "--builder-name", |
| 3674 "win_chromium_rel_ng", | 3674 "win_chromium_rel_ng", |
| 3675 "--build-number", | 3675 "--build-number", |
| 3676 "571", | 3676 "571", |
| 3677 "--test-type", | 3677 "--test-type", |
| 3678 "tab_capture_end2end_tests on NVIDIA GPU on Windows (with patch) on Window
s", | 3678 "tab_capture_end2end_tests on NVIDIA GPU on Windows (with patch) on Window
s", |
| 3679 "--test-results-server", | 3679 "--test-results-server", |
| 3680 "test-results.appspot.com", | 3680 "test-results.appspot.com", |
| 3681 "--chrome-revision", | 3681 "--chrome-revision", |
| 3682 "170242" | 3682 "170242" |
| 3683 ], | 3683 ], |
| 3684 "cwd": "[SLAVE_BUILD]", | 3684 "cwd": "[SLAVE_BUILD]", |
| 3685 "name": "Upload to test-results [tab_capture_end2end_tests on NVIDIA GPU on
Windows (with patch) on Windows]" | 3685 "name": "Upload to test-results [tab_capture_end2end_tests on NVIDIA GPU on
Windows (with patch) on Windows]" |
| 3686 }, | 3686 }, |
| 3687 { | 3687 { |
| 3688 "allow_subannotations": true, | 3688 "allow_subannotations": true, |
| 3689 "cmd": [ | 3689 "cmd": [ |
| 3690 "python", | 3690 "python", |
| 3691 "-u", | 3691 "-u", |
| 3692 "RECIPE_MODULE[swarming]\\resources\\collect_gtest_task.py", | 3692 "RECIPE_MODULE[build.swarming]\\resources\\collect_gtest_task.py", |
| 3693 "--swarming-client-dir", | 3693 "--swarming-client-dir", |
| 3694 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 3694 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
| 3695 "--temp-root-dir", | 3695 "--temp-root-dir", |
| 3696 "[TMP_BASE]", | 3696 "[TMP_BASE]", |
| 3697 "--merged-test-output", | 3697 "--merged-test-output", |
| 3698 "/path/to/tmp/json", | 3698 "/path/to/tmp/json", |
| 3699 "--", | 3699 "--", |
| 3700 "collect", | 3700 "collect", |
| 3701 "--swarming", | 3701 "--swarming", |
| 3702 "https://chromium-swarm.appspot.com", | 3702 "https://chromium-swarm.appspot.com", |
| 3703 "--decorate", | 3703 "--decorate", |
| 3704 "--print-status-updates", | 3704 "--print-status-updates", |
| 3705 "--shards", | 3705 "--shards", |
| 3706 "1", | 3706 "1", |
| 3707 "content_gl_tests on ATI GPU on Windows (with patch)/Windows/[dummy has/wi
n_chromium_rel_ng/571" | 3707 "content_gl_tests on ATI GPU on Windows (with patch)/Windows/[dummy has/wi
n_chromium_rel_ng/571" |
| 3708 ], | 3708 ], |
| 3709 "cwd": "[SLAVE_BUILD]", | 3709 "cwd": "[SLAVE_BUILD]", |
| 3710 "name": "content_gl_tests on ATI GPU on Windows (with patch) on Windows", | 3710 "name": "content_gl_tests on ATI GPU on Windows (with patch) on Windows", |
| 3711 "~followup_annotations": [ | 3711 "~followup_annotations": [ |
| 3712 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 3712 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 3713 ] | 3713 ] |
| 3714 }, | 3714 }, |
| 3715 { | 3715 { |
| 3716 "cmd": [ | 3716 "cmd": [ |
| 3717 "python", | 3717 "python", |
| 3718 "-u", | 3718 "-u", |
| 3719 "RECIPE_MODULE[test_results]\\resources\\upload_gtest_test_results.py", | 3719 "RECIPE_MODULE[build.test_results]\\resources\\upload_gtest_test_results.p
y", |
| 3720 "--input-gtest-json", | 3720 "--input-gtest-json", |
| 3721 "{\"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\"}}]}}"
, | 3721 "{\"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\"}}]}}"
, |
| 3722 "--master-name", | 3722 "--master-name", |
| 3723 "tryserver.chromium.win", | 3723 "tryserver.chromium.win", |
| 3724 "--builder-name", | 3724 "--builder-name", |
| 3725 "win_chromium_rel_ng", | 3725 "win_chromium_rel_ng", |
| 3726 "--build-number", | 3726 "--build-number", |
| 3727 "571", | 3727 "571", |
| 3728 "--test-type", | 3728 "--test-type", |
| 3729 "content_gl_tests on ATI GPU on Windows (with patch) on Windows", | 3729 "content_gl_tests on ATI GPU on Windows (with patch) on Windows", |
| 3730 "--test-results-server", | 3730 "--test-results-server", |
| 3731 "test-results.appspot.com", | 3731 "test-results.appspot.com", |
| 3732 "--chrome-revision", | 3732 "--chrome-revision", |
| 3733 "170242" | 3733 "170242" |
| 3734 ], | 3734 ], |
| 3735 "cwd": "[SLAVE_BUILD]", | 3735 "cwd": "[SLAVE_BUILD]", |
| 3736 "name": "Upload to test-results [content_gl_tests on ATI GPU on Windows (wit
h patch) on Windows]" | 3736 "name": "Upload to test-results [content_gl_tests on ATI GPU on Windows (wit
h patch) on Windows]" |
| 3737 }, | 3737 }, |
| 3738 { | 3738 { |
| 3739 "allow_subannotations": true, | 3739 "allow_subannotations": true, |
| 3740 "cmd": [ | 3740 "cmd": [ |
| 3741 "python", | 3741 "python", |
| 3742 "-u", | 3742 "-u", |
| 3743 "RECIPE_MODULE[swarming]\\resources\\collect_gtest_task.py", | 3743 "RECIPE_MODULE[build.swarming]\\resources\\collect_gtest_task.py", |
| 3744 "--swarming-client-dir", | 3744 "--swarming-client-dir", |
| 3745 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 3745 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
| 3746 "--temp-root-dir", | 3746 "--temp-root-dir", |
| 3747 "[TMP_BASE]", | 3747 "[TMP_BASE]", |
| 3748 "--merged-test-output", | 3748 "--merged-test-output", |
| 3749 "/path/to/tmp/json", | 3749 "/path/to/tmp/json", |
| 3750 "--", | 3750 "--", |
| 3751 "collect", | 3751 "collect", |
| 3752 "--swarming", | 3752 "--swarming", |
| 3753 "https://chromium-swarm.appspot.com", | 3753 "https://chromium-swarm.appspot.com", |
| 3754 "--decorate", | 3754 "--decorate", |
| 3755 "--print-status-updates", | 3755 "--print-status-updates", |
| 3756 "--shards", | 3756 "--shards", |
| 3757 "1", | 3757 "1", |
| 3758 "gl_tests on ATI GPU on Windows (with patch)/Windows/[dummy has/win_chromi
um_rel_ng/571" | 3758 "gl_tests on ATI GPU on Windows (with patch)/Windows/[dummy has/win_chromi
um_rel_ng/571" |
| 3759 ], | 3759 ], |
| 3760 "cwd": "[SLAVE_BUILD]", | 3760 "cwd": "[SLAVE_BUILD]", |
| 3761 "name": "gl_tests on ATI GPU on Windows (with patch) on Windows", | 3761 "name": "gl_tests on ATI GPU on Windows (with patch) on Windows", |
| 3762 "~followup_annotations": [ | 3762 "~followup_annotations": [ |
| 3763 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 3763 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 3764 ] | 3764 ] |
| 3765 }, | 3765 }, |
| 3766 { | 3766 { |
| 3767 "cmd": [ | 3767 "cmd": [ |
| 3768 "python", | 3768 "python", |
| 3769 "-u", | 3769 "-u", |
| 3770 "RECIPE_MODULE[test_results]\\resources\\upload_gtest_test_results.py", | 3770 "RECIPE_MODULE[build.test_results]\\resources\\upload_gtest_test_results.p
y", |
| 3771 "--input-gtest-json", | 3771 "--input-gtest-json", |
| 3772 "{\"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\"}}]}}"
, | 3772 "{\"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\"}}]}}"
, |
| 3773 "--master-name", | 3773 "--master-name", |
| 3774 "tryserver.chromium.win", | 3774 "tryserver.chromium.win", |
| 3775 "--builder-name", | 3775 "--builder-name", |
| 3776 "win_chromium_rel_ng", | 3776 "win_chromium_rel_ng", |
| 3777 "--build-number", | 3777 "--build-number", |
| 3778 "571", | 3778 "571", |
| 3779 "--test-type", | 3779 "--test-type", |
| 3780 "gl_tests on ATI GPU on Windows (with patch) on Windows", | 3780 "gl_tests on ATI GPU on Windows (with patch) on Windows", |
| 3781 "--test-results-server", | 3781 "--test-results-server", |
| 3782 "test-results.appspot.com", | 3782 "test-results.appspot.com", |
| 3783 "--chrome-revision", | 3783 "--chrome-revision", |
| 3784 "170242" | 3784 "170242" |
| 3785 ], | 3785 ], |
| 3786 "cwd": "[SLAVE_BUILD]", | 3786 "cwd": "[SLAVE_BUILD]", |
| 3787 "name": "Upload to test-results [gl_tests on ATI GPU on Windows (with patch)
on Windows]" | 3787 "name": "Upload to test-results [gl_tests on ATI GPU on Windows (with patch)
on Windows]" |
| 3788 }, | 3788 }, |
| 3789 { | 3789 { |
| 3790 "allow_subannotations": true, | 3790 "allow_subannotations": true, |
| 3791 "cmd": [ | 3791 "cmd": [ |
| 3792 "python", | 3792 "python", |
| 3793 "-u", | 3793 "-u", |
| 3794 "RECIPE_MODULE[swarming]\\resources\\collect_gtest_task.py", | 3794 "RECIPE_MODULE[build.swarming]\\resources\\collect_gtest_task.py", |
| 3795 "--swarming-client-dir", | 3795 "--swarming-client-dir", |
| 3796 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 3796 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
| 3797 "--temp-root-dir", | 3797 "--temp-root-dir", |
| 3798 "[TMP_BASE]", | 3798 "[TMP_BASE]", |
| 3799 "--merged-test-output", | 3799 "--merged-test-output", |
| 3800 "/path/to/tmp/json", | 3800 "/path/to/tmp/json", |
| 3801 "--", | 3801 "--", |
| 3802 "collect", | 3802 "collect", |
| 3803 "--swarming", | 3803 "--swarming", |
| 3804 "https://chromium-swarm.appspot.com", | 3804 "https://chromium-swarm.appspot.com", |
| 3805 "--decorate", | 3805 "--decorate", |
| 3806 "--print-status-updates", | 3806 "--print-status-updates", |
| 3807 "--shards", | 3807 "--shards", |
| 3808 "1", | 3808 "1", |
| 3809 "angle_unittests on ATI GPU on Windows (with patch)/Windows/[dummy has/win
_chromium_rel_ng/571" | 3809 "angle_unittests on ATI GPU on Windows (with patch)/Windows/[dummy has/win
_chromium_rel_ng/571" |
| 3810 ], | 3810 ], |
| 3811 "cwd": "[SLAVE_BUILD]", | 3811 "cwd": "[SLAVE_BUILD]", |
| 3812 "name": "angle_unittests on ATI GPU on Windows (with patch) on Windows", | 3812 "name": "angle_unittests on ATI GPU on Windows (with patch) on Windows", |
| 3813 "~followup_annotations": [ | 3813 "~followup_annotations": [ |
| 3814 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 3814 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 3815 ] | 3815 ] |
| 3816 }, | 3816 }, |
| 3817 { | 3817 { |
| 3818 "cmd": [ | 3818 "cmd": [ |
| 3819 "python", | 3819 "python", |
| 3820 "-u", | 3820 "-u", |
| 3821 "RECIPE_MODULE[test_results]\\resources\\upload_gtest_test_results.py", | 3821 "RECIPE_MODULE[build.test_results]\\resources\\upload_gtest_test_results.p
y", |
| 3822 "--input-gtest-json", | 3822 "--input-gtest-json", |
| 3823 "{\"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\"}}]}}"
, | 3823 "{\"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\"}}]}}"
, |
| 3824 "--master-name", | 3824 "--master-name", |
| 3825 "tryserver.chromium.win", | 3825 "tryserver.chromium.win", |
| 3826 "--builder-name", | 3826 "--builder-name", |
| 3827 "win_chromium_rel_ng", | 3827 "win_chromium_rel_ng", |
| 3828 "--build-number", | 3828 "--build-number", |
| 3829 "571", | 3829 "571", |
| 3830 "--test-type", | 3830 "--test-type", |
| 3831 "angle_unittests on ATI GPU on Windows (with patch) on Windows", | 3831 "angle_unittests on ATI GPU on Windows (with patch) on Windows", |
| 3832 "--test-results-server", | 3832 "--test-results-server", |
| 3833 "test-results.appspot.com", | 3833 "test-results.appspot.com", |
| 3834 "--chrome-revision", | 3834 "--chrome-revision", |
| 3835 "170242" | 3835 "170242" |
| 3836 ], | 3836 ], |
| 3837 "cwd": "[SLAVE_BUILD]", | 3837 "cwd": "[SLAVE_BUILD]", |
| 3838 "name": "Upload to test-results [angle_unittests on ATI GPU on Windows (with
patch) on Windows]" | 3838 "name": "Upload to test-results [angle_unittests on ATI GPU on Windows (with
patch) on Windows]" |
| 3839 }, | 3839 }, |
| 3840 { | 3840 { |
| 3841 "allow_subannotations": true, | 3841 "allow_subannotations": true, |
| 3842 "cmd": [ | 3842 "cmd": [ |
| 3843 "python", | 3843 "python", |
| 3844 "-u", | 3844 "-u", |
| 3845 "RECIPE_MODULE[swarming]\\resources\\collect_gtest_task.py", | 3845 "RECIPE_MODULE[build.swarming]\\resources\\collect_gtest_task.py", |
| 3846 "--swarming-client-dir", | 3846 "--swarming-client-dir", |
| 3847 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 3847 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
| 3848 "--temp-root-dir", | 3848 "--temp-root-dir", |
| 3849 "[TMP_BASE]", | 3849 "[TMP_BASE]", |
| 3850 "--merged-test-output", | 3850 "--merged-test-output", |
| 3851 "/path/to/tmp/json", | 3851 "/path/to/tmp/json", |
| 3852 "--", | 3852 "--", |
| 3853 "collect", | 3853 "collect", |
| 3854 "--swarming", | 3854 "--swarming", |
| 3855 "https://chromium-swarm.appspot.com", | 3855 "https://chromium-swarm.appspot.com", |
| 3856 "--decorate", | 3856 "--decorate", |
| 3857 "--print-status-updates", | 3857 "--print-status-updates", |
| 3858 "--shards", | 3858 "--shards", |
| 3859 "1", | 3859 "1", |
| 3860 "gl_unittests on ATI GPU on Windows (with patch)/Windows/[dummy has/win_ch
romium_rel_ng/571" | 3860 "gl_unittests on ATI GPU on Windows (with patch)/Windows/[dummy has/win_ch
romium_rel_ng/571" |
| 3861 ], | 3861 ], |
| 3862 "cwd": "[SLAVE_BUILD]", | 3862 "cwd": "[SLAVE_BUILD]", |
| 3863 "name": "gl_unittests on ATI GPU on Windows (with patch) on Windows", | 3863 "name": "gl_unittests on ATI GPU on Windows (with patch) on Windows", |
| 3864 "~followup_annotations": [ | 3864 "~followup_annotations": [ |
| 3865 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 3865 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 3866 ] | 3866 ] |
| 3867 }, | 3867 }, |
| 3868 { | 3868 { |
| 3869 "cmd": [ | 3869 "cmd": [ |
| 3870 "python", | 3870 "python", |
| 3871 "-u", | 3871 "-u", |
| 3872 "RECIPE_MODULE[test_results]\\resources\\upload_gtest_test_results.py", | 3872 "RECIPE_MODULE[build.test_results]\\resources\\upload_gtest_test_results.p
y", |
| 3873 "--input-gtest-json", | 3873 "--input-gtest-json", |
| 3874 "{\"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\"}}]}}"
, | 3874 "{\"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\"}}]}}"
, |
| 3875 "--master-name", | 3875 "--master-name", |
| 3876 "tryserver.chromium.win", | 3876 "tryserver.chromium.win", |
| 3877 "--builder-name", | 3877 "--builder-name", |
| 3878 "win_chromium_rel_ng", | 3878 "win_chromium_rel_ng", |
| 3879 "--build-number", | 3879 "--build-number", |
| 3880 "571", | 3880 "571", |
| 3881 "--test-type", | 3881 "--test-type", |
| 3882 "gl_unittests on ATI GPU on Windows (with patch) on Windows", | 3882 "gl_unittests on ATI GPU on Windows (with patch) on Windows", |
| (...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4146 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\
"internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@", | 4146 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\
"internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@", |
| 4147 "@@@STEP_LOG_LINE@outdir_json@}@@@", | 4147 "@@@STEP_LOG_LINE@outdir_json@}@@@", |
| 4148 "@@@STEP_LOG_END@outdir_json@@@" | 4148 "@@@STEP_LOG_END@outdir_json@@@" |
| 4149 ] | 4149 ] |
| 4150 }, | 4150 }, |
| 4151 { | 4151 { |
| 4152 "allow_subannotations": true, | 4152 "allow_subannotations": true, |
| 4153 "cmd": [ | 4153 "cmd": [ |
| 4154 "python", | 4154 "python", |
| 4155 "-u", | 4155 "-u", |
| 4156 "RECIPE_MODULE[swarming]\\resources\\collect_gtest_task.py", | 4156 "RECIPE_MODULE[build.swarming]\\resources\\collect_gtest_task.py", |
| 4157 "--swarming-client-dir", | 4157 "--swarming-client-dir", |
| 4158 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 4158 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
| 4159 "--temp-root-dir", | 4159 "--temp-root-dir", |
| 4160 "[TMP_BASE]", | 4160 "[TMP_BASE]", |
| 4161 "--merged-test-output", | 4161 "--merged-test-output", |
| 4162 "/path/to/tmp/json", | 4162 "/path/to/tmp/json", |
| 4163 "--", | 4163 "--", |
| 4164 "collect", | 4164 "collect", |
| 4165 "--swarming", | 4165 "--swarming", |
| 4166 "https://chromium-swarm.appspot.com", | 4166 "https://chromium-swarm.appspot.com", |
| 4167 "--decorate", | 4167 "--decorate", |
| 4168 "--print-status-updates", | 4168 "--print-status-updates", |
| 4169 "--shards", | 4169 "--shards", |
| 4170 "1", | 4170 "1", |
| 4171 "tab_capture_end2end_tests on ATI GPU on Windows (with patch)/Windows/[dum
my has/win_chromium_rel_ng/571" | 4171 "tab_capture_end2end_tests on ATI GPU on Windows (with patch)/Windows/[dum
my has/win_chromium_rel_ng/571" |
| 4172 ], | 4172 ], |
| 4173 "cwd": "[SLAVE_BUILD]", | 4173 "cwd": "[SLAVE_BUILD]", |
| 4174 "name": "tab_capture_end2end_tests on ATI GPU on Windows (with patch) on Win
dows", | 4174 "name": "tab_capture_end2end_tests on ATI GPU on Windows (with patch) on Win
dows", |
| 4175 "~followup_annotations": [ | 4175 "~followup_annotations": [ |
| 4176 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 4176 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 4177 ] | 4177 ] |
| 4178 }, | 4178 }, |
| 4179 { | 4179 { |
| 4180 "cmd": [ | 4180 "cmd": [ |
| 4181 "python", | 4181 "python", |
| 4182 "-u", | 4182 "-u", |
| 4183 "RECIPE_MODULE[test_results]\\resources\\upload_gtest_test_results.py", | 4183 "RECIPE_MODULE[build.test_results]\\resources\\upload_gtest_test_results.p
y", |
| 4184 "--input-gtest-json", | 4184 "--input-gtest-json", |
| 4185 "{\"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\"}}]}}"
, | 4185 "{\"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\"}}]}}"
, |
| 4186 "--master-name", | 4186 "--master-name", |
| 4187 "tryserver.chromium.win", | 4187 "tryserver.chromium.win", |
| 4188 "--builder-name", | 4188 "--builder-name", |
| 4189 "win_chromium_rel_ng", | 4189 "win_chromium_rel_ng", |
| 4190 "--build-number", | 4190 "--build-number", |
| 4191 "571", | 4191 "571", |
| 4192 "--test-type", | 4192 "--test-type", |
| 4193 "tab_capture_end2end_tests on ATI GPU on Windows (with patch) on Windows", | 4193 "tab_capture_end2end_tests on ATI GPU on Windows (with patch) on Windows", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 4213 "step returned non-zero exit code: 1", | 4213 "step returned non-zero exit code: 1", |
| 4214 "@@@STEP_EXCEPTION@@@" | 4214 "@@@STEP_EXCEPTION@@@" |
| 4215 ] | 4215 ] |
| 4216 }, | 4216 }, |
| 4217 { | 4217 { |
| 4218 "name": "$result", | 4218 "name": "$result", |
| 4219 "recipe_result": null, | 4219 "recipe_result": null, |
| 4220 "status_code": 0 | 4220 "status_code": 0 |
| 4221 } | 4221 } |
| 4222 ] | 4222 ] |
| OLD | NEW |