OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
7 "[BUILDER_CACHE]/android_dbg", | 7 "[BUILDER_CACHE]/android_dbg", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 { | 177 { |
178 "cmd": [ | 178 "cmd": [ |
179 "python", | 179 "python", |
180 "-u", | 180 "-u", |
181 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 181 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
182 "runhooks" | 182 "runhooks" |
183 ], | 183 ], |
184 "cwd": "[BUILDER_CACHE]/android_dbg/src", | 184 "cwd": "[BUILDER_CACHE]/android_dbg/src", |
185 "env": { | 185 "env": { |
186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 187 "GYP_CHROMIUM_NO_ACTION": "1", |
187 "GYP_CROSSCOMPILE": "1", | 188 "GYP_CROSSCOMPILE": "1", |
188 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas
tbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm use_goma=1", | 189 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas
tbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm use_goma=1", |
189 "PATH": "[BUILDER_CACHE]/android_dbg/src/third_party/android_tools/sdk/pla
tform-tools:[BUILDER_CACHE]/android_dbg/src/build/android:%(PATH)s:RECIPE_PACKAG
E_REPO[depot_tools]" | 190 "PATH": "[BUILDER_CACHE]/android_dbg/src/third_party/android_tools/sdk/pla
tform-tools:[BUILDER_CACHE]/android_dbg/src/build/android:%(PATH)s:RECIPE_PACKAG
E_REPO[depot_tools]" |
190 }, | 191 }, |
191 "name": "gclient runhooks" | 192 "name": "gclient runhooks" |
192 }, | 193 }, |
193 { | 194 { |
194 "cmd": [ | 195 "cmd": [ |
195 "python", | 196 "python", |
196 "-u", | 197 "-u", |
| 198 "[BUILDER_CACHE]/android_dbg/src/tools/mb/mb.py", |
| 199 "gen", |
| 200 "-m", |
| 201 "tryserver.webrtc", |
| 202 "-b", |
| 203 "android_dbg", |
| 204 "--config-file", |
| 205 "[BUILDER_CACHE]/android_dbg/src/webrtc/build/mb_config.pyl", |
| 206 "--goma-dir", |
| 207 "[CACHE]/cipd/goma", |
| 208 "--gyp-script=[BUILDER_CACHE]/android_dbg/src/webrtc/build/gyp_webrtc.py", |
| 209 "//out/Debug" |
| 210 ], |
| 211 "cwd": "[BUILDER_CACHE]/android_dbg/src", |
| 212 "env": { |
| 213 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 214 }, |
| 215 "name": "generate_build_files" |
| 216 }, |
| 217 { |
| 218 "cmd": [ |
| 219 "python", |
| 220 "-u", |
197 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 221 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
198 "--show-path", | 222 "--show-path", |
199 "python", | 223 "python", |
200 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 224 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
201 "--gsutil-py-path", | 225 "--gsutil-py-path", |
202 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 226 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
203 "--ninja-path", | 227 "--ninja-path", |
204 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 228 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
205 "--target", | 229 "--target", |
206 "Debug", | 230 "Debug", |
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
813 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 837 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
814 "@@@STEP_LOG_END@python.inline@@@" | 838 "@@@STEP_LOG_END@python.inline@@@" |
815 ] | 839 ] |
816 }, | 840 }, |
817 { | 841 { |
818 "name": "$result", | 842 "name": "$result", |
819 "recipe_result": null, | 843 "recipe_result": null, |
820 "status_code": 0 | 844 "status_code": 0 |
821 } | 845 } |
822 ] | 846 ] |
OLD | NEW |