| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 "python", | 257 "python", |
| 258 "-u", | 258 "-u", |
| 259 "[BUILD]/scripts/slave/cleanup_temp.py" | 259 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 260 ], | 260 ], |
| 261 "name": "cleanup_temp" | 261 "name": "cleanup_temp" |
| 262 }, | 262 }, |
| 263 { | 263 { |
| 264 "cmd": [ | 264 "cmd": [ |
| 265 "python", | 265 "python", |
| 266 "-u", | 266 "-u", |
| 267 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", | 267 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
| 268 "--build-dir", | 268 "--build-dir", |
| 269 "[SLAVE_BUILD]/src/out/Release", | 269 "[SLAVE_BUILD]/src/out/Release", |
| 270 "--clean-isolated-files" | 270 "--clean-isolated-files" |
| 271 ], | 271 ], |
| 272 "name": "clean isolated files" | 272 "name": "clean isolated files" |
| 273 }, | 273 }, |
| 274 { | 274 { |
| 275 "cmd": [ | 275 "cmd": [ |
| 276 "python", | 276 "python", |
| 277 "-u", | 277 "-u", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 297 "tab_capture_end2end_tests_run", | 297 "tab_capture_end2end_tests_run", |
| 298 "content_gl_tests_run", | 298 "content_gl_tests_run", |
| 299 "gl_tests_run" | 299 "gl_tests_run" |
| 300 ], | 300 ], |
| 301 "name": "compile (with patch)" | 301 "name": "compile (with patch)" |
| 302 }, | 302 }, |
| 303 { | 303 { |
| 304 "cmd": [ | 304 "cmd": [ |
| 305 "python", | 305 "python", |
| 306 "-u", | 306 "-u", |
| 307 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad
ata.py", | 307 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", |
| 308 "--build-dir", | 308 "--build-dir", |
| 309 "[SLAVE_BUILD]/src/out/Release", | 309 "[SLAVE_BUILD]/src/out/Release", |
| 310 "--src-dir", | 310 "--src-dir", |
| 311 "[SLAVE_BUILD]/src" | 311 "[SLAVE_BUILD]/src" |
| 312 ], | 312 ], |
| 313 "cwd": "[SLAVE_BUILD]", | 313 "cwd": "[SLAVE_BUILD]", |
| 314 "name": "remove_build_metadata" | 314 "name": "remove_build_metadata" |
| 315 }, | 315 }, |
| 316 { | 316 { |
| 317 "cmd": [ | 317 "cmd": [ |
| (...skipping 2625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2943 "@@@STEP_LOG_LINE@json.output@}@@@", | 2943 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2944 "@@@STEP_LOG_END@json.output@@@", | 2944 "@@@STEP_LOG_END@json.output@@@", |
| 2945 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 2945 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 2946 ] | 2946 ] |
| 2947 }, | 2947 }, |
| 2948 { | 2948 { |
| 2949 "allow_subannotations": true, | 2949 "allow_subannotations": true, |
| 2950 "cmd": [ | 2950 "cmd": [ |
| 2951 "python", | 2951 "python", |
| 2952 "-u", | 2952 "-u", |
| 2953 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas
k.py", | 2953 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
| 2954 "--swarming-client-dir", | 2954 "--swarming-client-dir", |
| 2955 "[SLAVE_BUILD]/src/tools/swarming_client", | 2955 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 2956 "--temp-root-dir", | 2956 "--temp-root-dir", |
| 2957 "[TMP_BASE]", | 2957 "[TMP_BASE]", |
| 2958 "--merged-test-output", | 2958 "--merged-test-output", |
| 2959 "/path/to/tmp/json", | 2959 "/path/to/tmp/json", |
| 2960 "--", | 2960 "--", |
| 2961 "collect", | 2961 "collect", |
| 2962 "--swarming", | 2962 "--swarming", |
| 2963 "https://chromium-swarm.appspot.com", | 2963 "https://chromium-swarm.appspot.com", |
| 2964 "--decorate", | 2964 "--decorate", |
| 2965 "--print-status-updates", | 2965 "--print-status-updates", |
| 2966 "--shards", | 2966 "--shards", |
| 2967 "1", | 2967 "1", |
| 2968 "content_gl_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac
_chromium_rel_ng/571" | 2968 "content_gl_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac
_chromium_rel_ng/571" |
| 2969 ], | 2969 ], |
| 2970 "name": "content_gl_tests on Intel GPU on Mac (with patch)" | 2970 "name": "content_gl_tests on Intel GPU on Mac (with patch)" |
| 2971 }, | 2971 }, |
| 2972 { | 2972 { |
| 2973 "allow_subannotations": true, | 2973 "allow_subannotations": true, |
| 2974 "cmd": [ | 2974 "cmd": [ |
| 2975 "python", | 2975 "python", |
| 2976 "-u", | 2976 "-u", |
| 2977 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas
k.py", | 2977 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
| 2978 "--swarming-client-dir", | 2978 "--swarming-client-dir", |
| 2979 "[SLAVE_BUILD]/src/tools/swarming_client", | 2979 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 2980 "--temp-root-dir", | 2980 "--temp-root-dir", |
| 2981 "[TMP_BASE]", | 2981 "[TMP_BASE]", |
| 2982 "--merged-test-output", | 2982 "--merged-test-output", |
| 2983 "/path/to/tmp/json", | 2983 "/path/to/tmp/json", |
| 2984 "--", | 2984 "--", |
| 2985 "collect", | 2985 "collect", |
| 2986 "--swarming", | 2986 "--swarming", |
| 2987 "https://chromium-swarm.appspot.com", | 2987 "https://chromium-swarm.appspot.com", |
| 2988 "--decorate", | 2988 "--decorate", |
| 2989 "--print-status-updates", | 2989 "--print-status-updates", |
| 2990 "--shards", | 2990 "--shards", |
| 2991 "1", | 2991 "1", |
| 2992 "gl_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromiu
m_rel_ng/571" | 2992 "gl_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromiu
m_rel_ng/571" |
| 2993 ], | 2993 ], |
| 2994 "name": "gl_tests on Intel GPU on Mac (with patch)" | 2994 "name": "gl_tests on Intel GPU on Mac (with patch)" |
| 2995 }, | 2995 }, |
| 2996 { | 2996 { |
| 2997 "allow_subannotations": true, | 2997 "allow_subannotations": true, |
| 2998 "cmd": [ | 2998 "cmd": [ |
| 2999 "python", | 2999 "python", |
| 3000 "-u", | 3000 "-u", |
| 3001 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas
k.py", | 3001 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
| 3002 "--swarming-client-dir", | 3002 "--swarming-client-dir", |
| 3003 "[SLAVE_BUILD]/src/tools/swarming_client", | 3003 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 3004 "--temp-root-dir", | 3004 "--temp-root-dir", |
| 3005 "[TMP_BASE]", | 3005 "[TMP_BASE]", |
| 3006 "--merged-test-output", | 3006 "--merged-test-output", |
| 3007 "/path/to/tmp/json", | 3007 "/path/to/tmp/json", |
| 3008 "--", | 3008 "--", |
| 3009 "collect", | 3009 "collect", |
| 3010 "--swarming", | 3010 "--swarming", |
| 3011 "https://chromium-swarm.appspot.com", | 3011 "https://chromium-swarm.appspot.com", |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3198 "--task-output-dir", | 3198 "--task-output-dir", |
| 3199 "/path/to/tmp/" | 3199 "/path/to/tmp/" |
| 3200 ], | 3200 ], |
| 3201 "name": "gpu_rasterization on Intel GPU on Mac (with patch)" | 3201 "name": "gpu_rasterization on Intel GPU on Mac (with patch)" |
| 3202 }, | 3202 }, |
| 3203 { | 3203 { |
| 3204 "allow_subannotations": true, | 3204 "allow_subannotations": true, |
| 3205 "cmd": [ | 3205 "cmd": [ |
| 3206 "python", | 3206 "python", |
| 3207 "-u", | 3207 "-u", |
| 3208 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas
k.py", | 3208 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
| 3209 "--swarming-client-dir", | 3209 "--swarming-client-dir", |
| 3210 "[SLAVE_BUILD]/src/tools/swarming_client", | 3210 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 3211 "--temp-root-dir", | 3211 "--temp-root-dir", |
| 3212 "[TMP_BASE]", | 3212 "[TMP_BASE]", |
| 3213 "--merged-test-output", | 3213 "--merged-test-output", |
| 3214 "/path/to/tmp/json", | 3214 "/path/to/tmp/json", |
| 3215 "--", | 3215 "--", |
| 3216 "collect", | 3216 "collect", |
| 3217 "--swarming", | 3217 "--swarming", |
| 3218 "https://chromium-swarm.appspot.com", | 3218 "https://chromium-swarm.appspot.com", |
| 3219 "--decorate", | 3219 "--decorate", |
| 3220 "--print-status-updates", | 3220 "--print-status-updates", |
| 3221 "--shards", | 3221 "--shards", |
| 3222 "1", | 3222 "1", |
| 3223 "tab_capture_end2end_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dumm
y has/mac_chromium_rel_ng/571" | 3223 "tab_capture_end2end_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dumm
y has/mac_chromium_rel_ng/571" |
| 3224 ], | 3224 ], |
| 3225 "name": "tab_capture_end2end_tests on Intel GPU on Mac (with patch)" | 3225 "name": "tab_capture_end2end_tests on Intel GPU on Mac (with patch)" |
| 3226 }, | 3226 }, |
| 3227 { | 3227 { |
| 3228 "allow_subannotations": true, | 3228 "allow_subannotations": true, |
| 3229 "cmd": [ | 3229 "cmd": [ |
| 3230 "python", | 3230 "python", |
| 3231 "-u", | 3231 "-u", |
| 3232 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas
k.py", | 3232 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
| 3233 "--swarming-client-dir", | 3233 "--swarming-client-dir", |
| 3234 "[SLAVE_BUILD]/src/tools/swarming_client", | 3234 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 3235 "--temp-root-dir", | 3235 "--temp-root-dir", |
| 3236 "[TMP_BASE]", | 3236 "[TMP_BASE]", |
| 3237 "--merged-test-output", | 3237 "--merged-test-output", |
| 3238 "/path/to/tmp/json", | 3238 "/path/to/tmp/json", |
| 3239 "--", | 3239 "--", |
| 3240 "collect", | 3240 "collect", |
| 3241 "--swarming", | 3241 "--swarming", |
| 3242 "https://chromium-swarm.appspot.com", | 3242 "https://chromium-swarm.appspot.com", |
| 3243 "--decorate", | 3243 "--decorate", |
| 3244 "--print-status-updates", | 3244 "--print-status-updates", |
| 3245 "--shards", | 3245 "--shards", |
| 3246 "1", | 3246 "1", |
| 3247 "content_gl_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy
has/mac_chromium_rel_ng/571" | 3247 "content_gl_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy
has/mac_chromium_rel_ng/571" |
| 3248 ], | 3248 ], |
| 3249 "name": "content_gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10
.9" | 3249 "name": "content_gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10
.9" |
| 3250 }, | 3250 }, |
| 3251 { | 3251 { |
| 3252 "allow_subannotations": true, | 3252 "allow_subannotations": true, |
| 3253 "cmd": [ | 3253 "cmd": [ |
| 3254 "python", | 3254 "python", |
| 3255 "-u", | 3255 "-u", |
| 3256 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas
k.py", | 3256 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
| 3257 "--swarming-client-dir", | 3257 "--swarming-client-dir", |
| 3258 "[SLAVE_BUILD]/src/tools/swarming_client", | 3258 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 3259 "--temp-root-dir", | 3259 "--temp-root-dir", |
| 3260 "[TMP_BASE]", | 3260 "[TMP_BASE]", |
| 3261 "--merged-test-output", | 3261 "--merged-test-output", |
| 3262 "/path/to/tmp/json", | 3262 "/path/to/tmp/json", |
| 3263 "--", | 3263 "--", |
| 3264 "collect", | 3264 "collect", |
| 3265 "--swarming", | 3265 "--swarming", |
| 3266 "https://chromium-swarm.appspot.com", | 3266 "https://chromium-swarm.appspot.com", |
| 3267 "--decorate", | 3267 "--decorate", |
| 3268 "--print-status-updates", | 3268 "--print-status-updates", |
| 3269 "--shards", | 3269 "--shards", |
| 3270 "1", | 3270 "1", |
| 3271 "gl_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac
_chromium_rel_ng/571" | 3271 "gl_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac
_chromium_rel_ng/571" |
| 3272 ], | 3272 ], |
| 3273 "name": "gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9" | 3273 "name": "gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9" |
| 3274 }, | 3274 }, |
| 3275 { | 3275 { |
| 3276 "allow_subannotations": true, | 3276 "allow_subannotations": true, |
| 3277 "cmd": [ | 3277 "cmd": [ |
| 3278 "python", | 3278 "python", |
| 3279 "-u", | 3279 "-u", |
| 3280 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas
k.py", | 3280 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
| 3281 "--swarming-client-dir", | 3281 "--swarming-client-dir", |
| 3282 "[SLAVE_BUILD]/src/tools/swarming_client", | 3282 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 3283 "--temp-root-dir", | 3283 "--temp-root-dir", |
| 3284 "[TMP_BASE]", | 3284 "[TMP_BASE]", |
| 3285 "--merged-test-output", | 3285 "--merged-test-output", |
| 3286 "/path/to/tmp/json", | 3286 "/path/to/tmp/json", |
| 3287 "--", | 3287 "--", |
| 3288 "collect", | 3288 "collect", |
| 3289 "--swarming", | 3289 "--swarming", |
| 3290 "https://chromium-swarm.appspot.com", | 3290 "https://chromium-swarm.appspot.com", |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3474 "--task-output-dir", | 3474 "--task-output-dir", |
| 3475 "/path/to/tmp/" | 3475 "/path/to/tmp/" |
| 3476 ], | 3476 ], |
| 3477 "name": "gpu_rasterization on NVIDIA GPU on Mac Retina (with patch) on Mac-1
0.9" | 3477 "name": "gpu_rasterization on NVIDIA GPU on Mac Retina (with patch) on Mac-1
0.9" |
| 3478 }, | 3478 }, |
| 3479 { | 3479 { |
| 3480 "allow_subannotations": true, | 3480 "allow_subannotations": true, |
| 3481 "cmd": [ | 3481 "cmd": [ |
| 3482 "python", | 3482 "python", |
| 3483 "-u", | 3483 "-u", |
| 3484 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas
k.py", | 3484 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
| 3485 "--swarming-client-dir", | 3485 "--swarming-client-dir", |
| 3486 "[SLAVE_BUILD]/src/tools/swarming_client", | 3486 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 3487 "--temp-root-dir", | 3487 "--temp-root-dir", |
| 3488 "[TMP_BASE]", | 3488 "[TMP_BASE]", |
| 3489 "--merged-test-output", | 3489 "--merged-test-output", |
| 3490 "/path/to/tmp/json", | 3490 "/path/to/tmp/json", |
| 3491 "--", | 3491 "--", |
| 3492 "collect", | 3492 "collect", |
| 3493 "--swarming", | 3493 "--swarming", |
| 3494 "https://chromium-swarm.appspot.com", | 3494 "https://chromium-swarm.appspot.com", |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3749 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", | 3749 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", |
| 3750 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", | 3750 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", |
| 3751 "@@@STEP_LOG_LINE@python.inline@ print f@@@", | 3751 "@@@STEP_LOG_LINE@python.inline@ print f@@@", |
| 3752 "@@@STEP_LOG_LINE@python.inline@@@@", | 3752 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 3753 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", | 3753 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", |
| 3754 "@@@STEP_LOG_END@python.inline@@@", | 3754 "@@@STEP_LOG_END@python.inline@@@", |
| 3755 "@@@STEP_WARNINGS@@@" | 3755 "@@@STEP_WARNINGS@@@" |
| 3756 ] | 3756 ] |
| 3757 } | 3757 } |
| 3758 ] | 3758 ] |
| OLD | NEW |