| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 "name": "package build" | 225 "name": "package build" |
| 226 }, | 226 }, |
| 227 { | 227 { |
| 228 "cmd": [], | 228 "cmd": [], |
| 229 "cwd": "[SLAVE_BUILD]", | 229 "cwd": "[SLAVE_BUILD]", |
| 230 "name": "trigger", | 230 "name": "trigger", |
| 231 "trigger_specs": [ | 231 "trigger_specs": [ |
| 232 { | 232 { |
| 233 "builder_name": "V8 Win32 - debug", | 233 "builder_name": "V8 Win32 - debug", |
| 234 "properties": { | 234 "properties": { |
| 235 "build_environment": { | |
| 236 "GYP_DEFINES": "chromium_win_pch=0 fastbuild=1 target_arch=ia32 test
_isolation_mode=prepare use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debug=1
v8_target_arch=ia32", | |
| 237 "GYP_GENERATORS": "ninja" | |
| 238 }, | |
| 239 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 235 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
| 240 "parent_got_revision_cp": "refs/heads/master@{#50110}", | 236 "parent_got_revision_cp": "refs/heads/master@{#50110}", |
| 241 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", | 237 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", |
| 242 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 238 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
| 243 "swarm_hashes": { | 239 "swarm_hashes": { |
| 244 "bot_default": "[dummy hash for bot_default]", | 240 "bot_default": "[dummy hash for bot_default]", |
| 245 "ignition": "[dummy hash for ignition]", | 241 "ignition": "[dummy hash for ignition]", |
| 246 "mozilla": "[dummy hash for mozilla]", | 242 "mozilla": "[dummy hash for mozilla]", |
| 247 "test262": "[dummy hash for test262]" | 243 "test262": "[dummy hash for test262]" |
| 248 } | 244 } |
| 249 } | 245 } |
| 250 } | 246 } |
| 251 ], | 247 ], |
| 252 "~followup_annotations": [ | 248 "~followup_annotations": [ |
| 253 "@@@STEP_TEXT@V8 Win32 - debug@@@" | 249 "@@@STEP_TEXT@V8 Win32 - debug@@@" |
| 254 ] | 250 ] |
| 255 }, | 251 }, |
| 256 { | 252 { |
| 257 "name": "$result", | 253 "name": "$result", |
| 258 "recipe_result": null, | 254 "recipe_result": null, |
| 259 "status_code": 0 | 255 "status_code": 0 |
| 260 } | 256 } |
| 261 ] | 257 ] |
| OLD | NEW |