| 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 "--spec", | 7 "--spec", |
| 8 "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'}]", | 8 "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'}]", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "native_client", | 10 "native_client", |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 "BUILDBOT_BUILDERNAME": "precise_64-newlib-arm_qemu-pnacl-dbg", | 74 "BUILDBOT_BUILDERNAME": "precise_64-newlib-arm_qemu-pnacl-dbg", |
| 75 "BUILDBOT_GOT_REVISION": "a95eb4c044a154d692a53fdfa564ee8de7aeea5b", | 75 "BUILDBOT_GOT_REVISION": "a95eb4c044a154d692a53fdfa564ee8de7aeea5b", |
| 76 "BUILDBOT_MASTERNAME": "client.nacl", | 76 "BUILDBOT_MASTERNAME": "client.nacl", |
| 77 "BUILDBOT_REVISION": "abcd", | 77 "BUILDBOT_REVISION": "abcd", |
| 78 "BUILDBOT_SLAVE_TYPE": "BuilderTester", | 78 "BUILDBOT_SLAVE_TYPE": "BuilderTester", |
| 79 "RUNTEST": "[BUILD]/scripts/slave/runtest.py" | 79 "RUNTEST": "[BUILD]/scripts/slave/runtest.py" |
| 80 }, | 80 }, |
| 81 "name": "annotated steps" | 81 "name": "annotated steps" |
| 82 }, | 82 }, |
| 83 { | 83 { |
| 84 "cmd": [], | |
| 85 "name": "trigger", | 84 "name": "trigger", |
| 86 "trigger_specs": [ | 85 "trigger_specs": [ |
| 87 { | 86 { |
| 88 "builder_name": "oneiric_32-newlib-arm_hw-pnacl-panda-dbg", | 87 "builder_name": "oneiric_32-newlib-arm_hw-pnacl-panda-dbg", |
| 89 "properties": { | 88 "properties": { |
| 90 "parent_slavename": "TestSlave" | 89 "parent_slavename": "TestSlave" |
| 91 } | 90 } |
| 92 } | 91 } |
| 93 ], | 92 ], |
| 94 "~followup_annotations": [ | 93 "~followup_annotations": [ |
| 95 "@@@STEP_TEXT@oneiric_32-newlib-arm_hw-pnacl-panda-dbg@@@" | 94 "@@@STEP_TEXT@oneiric_32-newlib-arm_hw-pnacl-panda-dbg@@@" |
| 96 ] | 95 ] |
| 97 }, | 96 }, |
| 98 { | 97 { |
| 99 "name": "$result", | 98 "name": "$result", |
| 100 "recipe_result": null, | 99 "recipe_result": null, |
| 101 "status_code": 0 | 100 "status_code": 0 |
| 102 } | 101 } |
| 103 ] | 102 ] |
| OLD | NEW |