| 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 2630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2948 "@@@STEP_LOG_LINE@json.output@}@@@", | 2948 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2949 "@@@STEP_LOG_END@json.output@@@", | 2949 "@@@STEP_LOG_END@json.output@@@", |
| 2950 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 2950 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 2951 ] | 2951 ] |
| 2952 }, | 2952 }, |
| 2953 { | 2953 { |
| 2954 "allow_subannotations": true, | 2954 "allow_subannotations": true, |
| 2955 "cmd": [ | 2955 "cmd": [ |
| 2956 "python", | 2956 "python", |
| 2957 "-u", | 2957 "-u", |
| 2958 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas
k.py", | 2958 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
| 2959 "--swarming-client-dir", | 2959 "--swarming-client-dir", |
| 2960 "[SLAVE_BUILD]/src/tools/swarming_client", | 2960 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 2961 "--temp-root-dir", | 2961 "--temp-root-dir", |
| 2962 "[TMP_BASE]", | 2962 "[TMP_BASE]", |
| 2963 "--merged-test-output", | 2963 "--merged-test-output", |
| 2964 "/path/to/tmp/json", | 2964 "/path/to/tmp/json", |
| 2965 "--", | 2965 "--", |
| 2966 "collect", | 2966 "collect", |
| 2967 "--swarming", | 2967 "--swarming", |
| 2968 "https://chromium-swarm.appspot.com", | 2968 "https://chromium-swarm.appspot.com", |
| 2969 "--decorate", | 2969 "--decorate", |
| 2970 "--print-status-updates", | 2970 "--print-status-updates", |
| 2971 "--shards", | 2971 "--shards", |
| 2972 "1", | 2972 "1", |
| 2973 "content_gl_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac
_chromium_rel_ng/571" | 2973 "content_gl_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac
_chromium_rel_ng/571" |
| 2974 ], | 2974 ], |
| 2975 "name": "content_gl_tests on Intel GPU on Mac (with patch)" | 2975 "name": "content_gl_tests on Intel GPU on Mac (with patch)" |
| 2976 }, | 2976 }, |
| 2977 { | 2977 { |
| 2978 "allow_subannotations": true, | 2978 "allow_subannotations": true, |
| 2979 "cmd": [ | 2979 "cmd": [ |
| 2980 "python", | 2980 "python", |
| 2981 "-u", | 2981 "-u", |
| 2982 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas
k.py", | 2982 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
| 2983 "--swarming-client-dir", | 2983 "--swarming-client-dir", |
| 2984 "[SLAVE_BUILD]/src/tools/swarming_client", | 2984 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 2985 "--temp-root-dir", | 2985 "--temp-root-dir", |
| 2986 "[TMP_BASE]", | 2986 "[TMP_BASE]", |
| 2987 "--merged-test-output", | 2987 "--merged-test-output", |
| 2988 "/path/to/tmp/json", | 2988 "/path/to/tmp/json", |
| 2989 "--", | 2989 "--", |
| 2990 "collect", | 2990 "collect", |
| 2991 "--swarming", | 2991 "--swarming", |
| 2992 "https://chromium-swarm.appspot.com", | 2992 "https://chromium-swarm.appspot.com", |
| 2993 "--decorate", | 2993 "--decorate", |
| 2994 "--print-status-updates", | 2994 "--print-status-updates", |
| 2995 "--shards", | 2995 "--shards", |
| 2996 "1", | 2996 "1", |
| 2997 "gl_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromiu
m_rel_ng/571" | 2997 "gl_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromiu
m_rel_ng/571" |
| 2998 ], | 2998 ], |
| 2999 "name": "gl_tests on Intel GPU on Mac (with patch)" | 2999 "name": "gl_tests on Intel GPU on Mac (with patch)" |
| 3000 }, | 3000 }, |
| 3001 { | 3001 { |
| 3002 "allow_subannotations": true, | 3002 "allow_subannotations": true, |
| 3003 "cmd": [ | 3003 "cmd": [ |
| 3004 "python", | 3004 "python", |
| 3005 "-u", | 3005 "-u", |
| 3006 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas
k.py", | 3006 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
| 3007 "--swarming-client-dir", | 3007 "--swarming-client-dir", |
| 3008 "[SLAVE_BUILD]/src/tools/swarming_client", | 3008 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 3009 "--temp-root-dir", | 3009 "--temp-root-dir", |
| 3010 "[TMP_BASE]", | 3010 "[TMP_BASE]", |
| 3011 "--merged-test-output", | 3011 "--merged-test-output", |
| 3012 "/path/to/tmp/json", | 3012 "/path/to/tmp/json", |
| 3013 "--", | 3013 "--", |
| 3014 "collect", | 3014 "collect", |
| 3015 "--swarming", | 3015 "--swarming", |
| 3016 "https://chromium-swarm.appspot.com", | 3016 "https://chromium-swarm.appspot.com", |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3200 "--task-output-dir", | 3200 "--task-output-dir", |
| 3201 "/path/to/tmp/" | 3201 "/path/to/tmp/" |
| 3202 ], | 3202 ], |
| 3203 "name": "gpu_rasterization on Intel GPU on Mac (with patch)" | 3203 "name": "gpu_rasterization on Intel GPU on Mac (with patch)" |
| 3204 }, | 3204 }, |
| 3205 { | 3205 { |
| 3206 "allow_subannotations": true, | 3206 "allow_subannotations": true, |
| 3207 "cmd": [ | 3207 "cmd": [ |
| 3208 "python", | 3208 "python", |
| 3209 "-u", | 3209 "-u", |
| 3210 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas
k.py", | 3210 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
| 3211 "--swarming-client-dir", | 3211 "--swarming-client-dir", |
| 3212 "[SLAVE_BUILD]/src/tools/swarming_client", | 3212 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 3213 "--temp-root-dir", | 3213 "--temp-root-dir", |
| 3214 "[TMP_BASE]", | 3214 "[TMP_BASE]", |
| 3215 "--merged-test-output", | 3215 "--merged-test-output", |
| 3216 "/path/to/tmp/json", | 3216 "/path/to/tmp/json", |
| 3217 "--", | 3217 "--", |
| 3218 "collect", | 3218 "collect", |
| 3219 "--swarming", | 3219 "--swarming", |
| 3220 "https://chromium-swarm.appspot.com", | 3220 "https://chromium-swarm.appspot.com", |
| 3221 "--decorate", | 3221 "--decorate", |
| 3222 "--print-status-updates", | 3222 "--print-status-updates", |
| 3223 "--shards", | 3223 "--shards", |
| 3224 "1", | 3224 "1", |
| 3225 "tab_capture_end2end_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dumm
y has/mac_chromium_rel_ng/571" | 3225 "tab_capture_end2end_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dumm
y has/mac_chromium_rel_ng/571" |
| 3226 ], | 3226 ], |
| 3227 "name": "tab_capture_end2end_tests on Intel GPU on Mac (with patch)" | 3227 "name": "tab_capture_end2end_tests on Intel GPU on Mac (with patch)" |
| 3228 }, | 3228 }, |
| 3229 { | 3229 { |
| 3230 "allow_subannotations": true, | 3230 "allow_subannotations": true, |
| 3231 "cmd": [ | 3231 "cmd": [ |
| 3232 "python", | 3232 "python", |
| 3233 "-u", | 3233 "-u", |
| 3234 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas
k.py", | 3234 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
| 3235 "--swarming-client-dir", | 3235 "--swarming-client-dir", |
| 3236 "[SLAVE_BUILD]/src/tools/swarming_client", | 3236 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 3237 "--temp-root-dir", | 3237 "--temp-root-dir", |
| 3238 "[TMP_BASE]", | 3238 "[TMP_BASE]", |
| 3239 "--merged-test-output", | 3239 "--merged-test-output", |
| 3240 "/path/to/tmp/json", | 3240 "/path/to/tmp/json", |
| 3241 "--", | 3241 "--", |
| 3242 "collect", | 3242 "collect", |
| 3243 "--swarming", | 3243 "--swarming", |
| 3244 "https://chromium-swarm.appspot.com", | 3244 "https://chromium-swarm.appspot.com", |
| 3245 "--decorate", | 3245 "--decorate", |
| 3246 "--print-status-updates", | 3246 "--print-status-updates", |
| 3247 "--shards", | 3247 "--shards", |
| 3248 "1", | 3248 "1", |
| 3249 "content_gl_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy
has/mac_chromium_rel_ng/571" | 3249 "content_gl_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy
has/mac_chromium_rel_ng/571" |
| 3250 ], | 3250 ], |
| 3251 "name": "content_gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10
.9" | 3251 "name": "content_gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10
.9" |
| 3252 }, | 3252 }, |
| 3253 { | 3253 { |
| 3254 "allow_subannotations": true, | 3254 "allow_subannotations": true, |
| 3255 "cmd": [ | 3255 "cmd": [ |
| 3256 "python", | 3256 "python", |
| 3257 "-u", | 3257 "-u", |
| 3258 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas
k.py", | 3258 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
| 3259 "--swarming-client-dir", | 3259 "--swarming-client-dir", |
| 3260 "[SLAVE_BUILD]/src/tools/swarming_client", | 3260 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 3261 "--temp-root-dir", | 3261 "--temp-root-dir", |
| 3262 "[TMP_BASE]", | 3262 "[TMP_BASE]", |
| 3263 "--merged-test-output", | 3263 "--merged-test-output", |
| 3264 "/path/to/tmp/json", | 3264 "/path/to/tmp/json", |
| 3265 "--", | 3265 "--", |
| 3266 "collect", | 3266 "collect", |
| 3267 "--swarming", | 3267 "--swarming", |
| 3268 "https://chromium-swarm.appspot.com", | 3268 "https://chromium-swarm.appspot.com", |
| 3269 "--decorate", | 3269 "--decorate", |
| 3270 "--print-status-updates", | 3270 "--print-status-updates", |
| 3271 "--shards", | 3271 "--shards", |
| 3272 "1", | 3272 "1", |
| 3273 "gl_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac
_chromium_rel_ng/571" | 3273 "gl_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac
_chromium_rel_ng/571" |
| 3274 ], | 3274 ], |
| 3275 "name": "gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9" | 3275 "name": "gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9" |
| 3276 }, | 3276 }, |
| 3277 { | 3277 { |
| 3278 "allow_subannotations": true, | 3278 "allow_subannotations": true, |
| 3279 "cmd": [ | 3279 "cmd": [ |
| 3280 "python", | 3280 "python", |
| 3281 "-u", | 3281 "-u", |
| 3282 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas
k.py", | 3282 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
| 3283 "--swarming-client-dir", | 3283 "--swarming-client-dir", |
| 3284 "[SLAVE_BUILD]/src/tools/swarming_client", | 3284 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 3285 "--temp-root-dir", | 3285 "--temp-root-dir", |
| 3286 "[TMP_BASE]", | 3286 "[TMP_BASE]", |
| 3287 "--merged-test-output", | 3287 "--merged-test-output", |
| 3288 "/path/to/tmp/json", | 3288 "/path/to/tmp/json", |
| 3289 "--", | 3289 "--", |
| 3290 "collect", | 3290 "collect", |
| 3291 "--swarming", | 3291 "--swarming", |
| 3292 "https://chromium-swarm.appspot.com", | 3292 "https://chromium-swarm.appspot.com", |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3476 "--task-output-dir", | 3476 "--task-output-dir", |
| 3477 "/path/to/tmp/" | 3477 "/path/to/tmp/" |
| 3478 ], | 3478 ], |
| 3479 "name": "gpu_rasterization on NVIDIA GPU on Mac Retina (with patch) on Mac-1
0.9" | 3479 "name": "gpu_rasterization on NVIDIA GPU on Mac Retina (with patch) on Mac-1
0.9" |
| 3480 }, | 3480 }, |
| 3481 { | 3481 { |
| 3482 "allow_subannotations": true, | 3482 "allow_subannotations": true, |
| 3483 "cmd": [ | 3483 "cmd": [ |
| 3484 "python", | 3484 "python", |
| 3485 "-u", | 3485 "-u", |
| 3486 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas
k.py", | 3486 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
| 3487 "--swarming-client-dir", | 3487 "--swarming-client-dir", |
| 3488 "[SLAVE_BUILD]/src/tools/swarming_client", | 3488 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 3489 "--temp-root-dir", | 3489 "--temp-root-dir", |
| 3490 "[TMP_BASE]", | 3490 "[TMP_BASE]", |
| 3491 "--merged-test-output", | 3491 "--merged-test-output", |
| 3492 "/path/to/tmp/json", | 3492 "/path/to/tmp/json", |
| 3493 "--", | 3493 "--", |
| 3494 "collect", | 3494 "collect", |
| 3495 "--swarming", | 3495 "--swarming", |
| 3496 "https://chromium-swarm.appspot.com", | 3496 "https://chromium-swarm.appspot.com", |
| 3497 "--decorate", | 3497 "--decorate", |
| 3498 "--print-status-updates", | 3498 "--print-status-updates", |
| 3499 "--shards", | 3499 "--shards", |
| 3500 "1", | 3500 "1", |
| 3501 "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10
.9/[dummy has/mac_chromium_rel_ng/571" | 3501 "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10
.9/[dummy has/mac_chromium_rel_ng/571" |
| 3502 ], | 3502 ], |
| 3503 "name": "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch)
on Mac-10.9" | 3503 "name": "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch)
on Mac-10.9" |
| 3504 } | 3504 } |
| 3505 ] | 3505 ] |
| OLD | NEW |