OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.linux", | 8 "chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "Android Builder", | 10 "Android Builder", |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 "-f" | 98 "-f" |
99 ], | 99 ], |
100 "cwd": "[SLAVE_BUILD]/android-src", | 100 "cwd": "[SLAVE_BUILD]/android-src", |
101 "name": "repo sync" | 101 "name": "repo sync" |
102 }, | 102 }, |
103 { | 103 { |
104 "cmd": [ | 104 "cmd": [ |
105 "[BUILD]/scripts/slave/android/with_lunch", | 105 "[BUILD]/scripts/slave/android/with_lunch", |
106 "[SLAVE_BUILD]/android-src", | 106 "[SLAVE_BUILD]/android-src", |
107 "nakasi-userdebug", | 107 "nakasi-userdebug", |
108 "RECIPE_MODULE[android]/resources/update_default_props.py", | 108 "RECIPE_MODULE[build.android]/resources/update_default_props.py", |
109 "ro.adb.secure=0" | 109 "ro.adb.secure=0" |
110 ], | 110 ], |
111 "cwd": "[SLAVE_BUILD]", | 111 "cwd": "[SLAVE_BUILD]", |
112 "name": "update /root/default.prop" | 112 "name": "update /root/default.prop" |
113 }, | 113 }, |
114 { | 114 { |
115 "cmd": [ | 115 "cmd": [ |
116 "[SLAVE_BUILD]/src/android_webview/buildbot/deps_whitelist.py", | 116 "[SLAVE_BUILD]/src/android_webview/buildbot/deps_whitelist.py", |
117 "--method", | 117 "--method", |
118 "android_rsync_build", | 118 "android_rsync_build", |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 ], | 167 ], |
168 "cwd": "[SLAVE_BUILD]", | 168 "cwd": "[SLAVE_BUILD]", |
169 "name": "compile android" | 169 "name": "compile android" |
170 }, | 170 }, |
171 { | 171 { |
172 "name": "$result", | 172 "name": "$result", |
173 "recipe_result": null, | 173 "recipe_result": null, |
174 "status_code": 0 | 174 "status_code": 0 |
175 } | 175 } |
176 ] | 176 ] |
OLD | NEW |