| 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 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 "--compiler=goma", | 157 "--compiler=goma", |
| 158 "chrome" | 158 "chrome" |
| 159 ], | 159 ], |
| 160 "name": "compile" | 160 "name": "compile" |
| 161 }, | 161 }, |
| 162 { | 162 { |
| 163 "allow_subannotations": true, | 163 "allow_subannotations": true, |
| 164 "cmd": [ | 164 "cmd": [ |
| 165 "python", | 165 "python", |
| 166 "-u", | 166 "-u", |
| 167 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py", | 167 "[SLAVE_BUILD]/chrome-official/native_client_sdk/src/build_tools/buildbot_
run.py", |
| 168 "--build-properties={\"buildername\":\"windows-sdk-multirel\",\"buildnumbe
r\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"got_r
evision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\":\"
a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp\":\
"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a35f03
975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_webk
it_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revision
_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"client.nacl.sdk\",\"recip
e\":\"client.nacl.sdk.recipe_autogen\",\"revision\":\"123456789abcdef\",\"slaven
ame\":\"TestSlave\"}", | 168 "--build-properties={\"buildername\":\"windows-sdk-multirel\",\"buildnumbe
r\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"got_r
evision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\":\"
a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp\":\
"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a35f03
975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_webk
it_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revision
_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"client.nacl.sdk\",\"recip
e\":\"client.nacl.sdk.recipe_autogen\",\"revision\":\"123456789abcdef\",\"slaven
ame\":\"TestSlave\"}", |
| 169 "--factory-properties={\"annotated_script\":\"nacl_sdk_buildbot_run.py\",\
"blink_config\":\"chromium\",\"gclient_env\":{\"CHROMIUM_GYP_SYNTAX_CHECK\":\"1\
",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"fastbuild=1 component=static_li
brary\",\"LANDMINES_VERBOSE\":\"1\"},\"no_gclient_branch\":true,\"nuke_and_pave\
":true}" | 169 "--factory-properties={\"annotated_script\":\"buildbot_run.py\",\"blink_co
nfig\":\"chromium\",\"gclient_env\":{\"CHROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT
_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"fastbuild=1 component=static_library\",\
"LANDMINES_VERBOSE\":\"1\"},\"no_gclient_branch\":true,\"nuke_and_pave\":true}" |
| 170 ], | 170 ], |
| 171 "name": "annotated_steps" | 171 "name": "annotated_steps" |
| 172 }, | 172 }, |
| 173 { | 173 { |
| 174 "name": "$result", | 174 "name": "$result", |
| 175 "recipe_result": null, | 175 "recipe_result": null, |
| 176 "status_code": 0 | 176 "status_code": 0 |
| 177 } | 177 } |
| 178 ] | 178 ] |
| OLD | NEW |