| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 6 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "cleanup_temp" | 9 "name": "cleanup_temp" |
| 10 }, | 10 }, |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 }, | 108 }, |
| 109 { | 109 { |
| 110 "cmd": [ | 110 "cmd": [ |
| 111 "python", | 111 "python", |
| 112 "-u", | 112 "-u", |
| 113 "RECIPE_PACKAGE[depot_tools]\\gclient.py", | 113 "RECIPE_PACKAGE[depot_tools]\\gclient.py", |
| 114 "runhooks" | 114 "runhooks" |
| 115 ], | 115 ], |
| 116 "cwd": "[SLAVE_BUILD]", | 116 "cwd": "[SLAVE_BUILD]", |
| 117 "env": { | 117 "env": { |
| 118 "GYP_DEFINES": "clang=1 component=static_library dont_embed_build_metadata
=1 fastbuild=1 target_arch=ia32 test_isolation_mode=prepare", | 118 "GYP_DEFINES": "clang=1 component=static_library fastbuild=1 target_arch=i
a32 test_isolation_mode=prepare", |
| 119 "PATH": "%(PATH)s;RECIPE_PACKAGE[depot_tools]" | 119 "PATH": "%(PATH)s;RECIPE_PACKAGE[depot_tools]" |
| 120 }, | 120 }, |
| 121 "name": "gclient runhooks" | 121 "name": "gclient runhooks" |
| 122 }, | 122 }, |
| 123 { | 123 { |
| 124 "allow_subannotations": true, | 124 "allow_subannotations": true, |
| 125 "cmd": [ | 125 "cmd": [ |
| 126 "python", | 126 "python", |
| 127 "-u", | 127 "-u", |
| 128 "[BUILD]\\scripts\\slave\\clang_revision.py", | 128 "[BUILD]\\scripts\\slave\\clang_revision.py", |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 }, | 236 }, |
| 237 { | 237 { |
| 238 "cmd": [ | 238 "cmd": [ |
| 239 "python", | 239 "python", |
| 240 "-u", | 240 "-u", |
| 241 "RECIPE_PACKAGE[depot_tools]\\gclient.py", | 241 "RECIPE_PACKAGE[depot_tools]\\gclient.py", |
| 242 "runhooks" | 242 "runhooks" |
| 243 ], | 243 ], |
| 244 "cwd": "[SLAVE_BUILD]", | 244 "cwd": "[SLAVE_BUILD]", |
| 245 "env": { | 245 "env": { |
| 246 "GYP_DEFINES": "clang=1 component=static_library dont_embed_build_metadata
=1 fastbuild=1 target_arch=ia32 test_isolation_mode=prepare", | 246 "GYP_DEFINES": "clang=1 component=static_library fastbuild=1 target_arch=i
a32 test_isolation_mode=prepare", |
| 247 "PATH": "%(PATH)s;RECIPE_PACKAGE[depot_tools]" | 247 "PATH": "%(PATH)s;RECIPE_PACKAGE[depot_tools]" |
| 248 }, | 248 }, |
| 249 "name": "gclient runhooks (2)" | 249 "name": "gclient runhooks (2)" |
| 250 }, | 250 }, |
| 251 { | 251 { |
| 252 "allow_subannotations": true, | 252 "allow_subannotations": true, |
| 253 "cmd": [ | 253 "cmd": [ |
| 254 "python", | 254 "python", |
| 255 "-u", | 255 "-u", |
| 256 "[BUILD]\\scripts\\slave\\clang_revision.py", | 256 "[BUILD]\\scripts\\slave\\clang_revision.py", |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 ], | 372 ], |
| 373 "cwd": "[SLAVE_BUILD]", | 373 "cwd": "[SLAVE_BUILD]", |
| 374 "name": "compare_build_artifacts" | 374 "name": "compare_build_artifacts" |
| 375 }, | 375 }, |
| 376 { | 376 { |
| 377 "name": "$result", | 377 "name": "$result", |
| 378 "recipe_result": null, | 378 "recipe_result": null, |
| 379 "status_code": 0 | 379 "status_code": 0 |
| 380 } | 380 } |
| 381 ] | 381 ] |
| OLD | NEW |