| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 }, | 115 }, |
| 116 { | 116 { |
| 117 "cmd": [ | 117 "cmd": [ |
| 118 "python", | 118 "python", |
| 119 "-u", | 119 "-u", |
| 120 "[DEPOT_TOOLS]\\gclient.py", | 120 "[DEPOT_TOOLS]\\gclient.py", |
| 121 "runhooks" | 121 "runhooks" |
| 122 ], | 122 ], |
| 123 "cwd": "[SLAVE_BUILD]", | 123 "cwd": "[SLAVE_BUILD]", |
| 124 "env": { | 124 "env": { |
| 125 "GYP_CHROMIUM_NO_ACTION": "1", |
| 125 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1" | 126 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1" |
| 126 }, | 127 }, |
| 127 "name": "gclient runhooks" | 128 "name": "gclient runhooks" |
| 128 }, | 129 }, |
| 129 { | 130 { |
| 130 "cmd": [ | 131 "cmd": [ |
| 131 "python", | 132 "python", |
| 132 "-u", | 133 "-u", |
| 133 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 134 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 134 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json", | 135 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 "[SLAVE_BUILD]\\src\\out\\Debug_x64", | 194 "[SLAVE_BUILD]\\src\\out\\Debug_x64", |
| 194 "--clean-isolated-files" | 195 "--clean-isolated-files" |
| 195 ], | 196 ], |
| 196 "cwd": "[SLAVE_BUILD]", | 197 "cwd": "[SLAVE_BUILD]", |
| 197 "name": "clean isolated files" | 198 "name": "clean isolated files" |
| 198 }, | 199 }, |
| 199 { | 200 { |
| 200 "cmd": [ | 201 "cmd": [ |
| 201 "python", | 202 "python", |
| 202 "-u", | 203 "-u", |
| 204 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
| 205 "gen", |
| 206 "-m", |
| 207 "chromium.webkit", |
| 208 "-b", |
| 209 "WebKit Win x64 Builder (dbg)", |
| 210 "--config-file", |
| 211 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 212 "--goma-dir", |
| 213 "[BUILD]\\goma", |
| 214 "--swarming-targets-file", |
| 215 "browser_tests\n", |
| 216 "//out/Debug_x64" |
| 217 ], |
| 218 "cwd": "[SLAVE_BUILD]", |
| 219 "name": "generate_build_files" |
| 220 }, |
| 221 { |
| 222 "cmd": [ |
| 223 "python", |
| 224 "-u", |
| 203 "[BUILD]\\scripts\\slave\\compile.py", | 225 "[BUILD]\\scripts\\slave\\compile.py", |
| 204 "--target", | 226 "--target", |
| 205 "Debug_x64", | 227 "Debug_x64", |
| 206 "--src-dir", | 228 "--src-dir", |
| 207 "[SLAVE_BUILD]\\src", | 229 "[SLAVE_BUILD]\\src", |
| 208 "--build-tool", | 230 "--build-tool", |
| 209 "ninja", | 231 "ninja", |
| 210 "--compiler", | 232 "--compiler", |
| 211 "goma", | 233 "goma", |
| 212 "--goma-jsonstatus", | 234 "--goma-jsonstatus", |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 ], | 360 ], |
| 339 "cwd": "[SLAVE_BUILD]", | 361 "cwd": "[SLAVE_BUILD]", |
| 340 "name": "process_dumps" | 362 "name": "process_dumps" |
| 341 }, | 363 }, |
| 342 { | 364 { |
| 343 "name": "$result", | 365 "name": "$result", |
| 344 "recipe_result": null, | 366 "recipe_result": null, |
| 345 "status_code": 0 | 367 "status_code": 0 |
| 346 } | 368 } |
| 347 ] | 369 ] |
| OLD | NEW |