| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.nacl", | 8 "client.nacl", |
| 9 "--builder", | 9 "--builder", |
| 10 "oneiric_32-newlib-arm_hw-pnacl-panda-dbg", | 10 "oneiric_32-newlib-arm_hw-pnacl-panda-dbg", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlave", | 12 "TestSlave", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'native_client', 'url': 'https://chromium.googlesource.com/native_
client/src/native_client.git'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'native_client', 'url': 'https://chromium.googlesource.com/na
tive_client/src/native_client.git'}]", |
| 15 "--root", | 15 "--root", |
| 16 "native_client", | 16 "native_client", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"native_client\": \"got_revision\"}", | 18 "{\"native_client\": \"got_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[GIT_CACHE]", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "native_client@abcd", | 24 "native_client@abcd", |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 "RUNTEST": "[BUILD]/scripts/slave/runtest.py" | 89 "RUNTEST": "[BUILD]/scripts/slave/runtest.py" |
| 90 }, | 90 }, |
| 91 "name": "annotated steps" | 91 "name": "annotated steps" |
| 92 }, | 92 }, |
| 93 { | 93 { |
| 94 "name": "$result", | 94 "name": "$result", |
| 95 "recipe_result": null, | 95 "recipe_result": null, |
| 96 "status_code": 0 | 96 "status_code": 0 |
| 97 } | 97 } |
| 98 ] | 98 ] |
| OLD | NEW |