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]/Android32_Builder_x86", | 7 "[BUILDER_CACHE]/Android32_Builder_x86", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 { | 171 { |
172 "cmd": [ | 172 "cmd": [ |
173 "python", | 173 "python", |
174 "-u", | 174 "-u", |
175 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 175 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
176 "runhooks" | 176 "runhooks" |
177 ], | 177 ], |
178 "cwd": "[BUILDER_CACHE]/Android32_Builder_x86/src", | 178 "cwd": "[BUILDER_CACHE]/Android32_Builder_x86/src", |
179 "env": { | 179 "env": { |
180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 181 "GYP_CHROMIUM_NO_ACTION": "1", |
181 "GYP_CROSSCOMPILE": "1", | 182 "GYP_CROSSCOMPILE": "1", |
182 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=ia32 use_goma=1", | 183 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=ia32 use_goma=1", |
183 "PATH": "[BUILDER_CACHE]/Android32_Builder_x86/src/third_party/android_too
ls/sdk/platform-tools:[BUILDER_CACHE]/Android32_Builder_x86/src/build/android:%(
PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 184 "PATH": "[BUILDER_CACHE]/Android32_Builder_x86/src/third_party/android_too
ls/sdk/platform-tools:[BUILDER_CACHE]/Android32_Builder_x86/src/build/android:%(
PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
184 }, | 185 }, |
185 "name": "gclient runhooks" | 186 "name": "gclient runhooks" |
186 }, | 187 }, |
187 { | 188 { |
188 "cmd": [ | 189 "cmd": [ |
189 "python", | 190 "python", |
190 "-u", | 191 "-u", |
| 192 "[BUILDER_CACHE]/Android32_Builder_x86/src/tools/mb/mb.py", |
| 193 "gen", |
| 194 "-m", |
| 195 "client.webrtc", |
| 196 "-b", |
| 197 "Android32 Builder x86", |
| 198 "--config-file", |
| 199 "[BUILDER_CACHE]/Android32_Builder_x86/src/webrtc/build/mb_config.pyl", |
| 200 "--goma-dir", |
| 201 "[CACHE]/cipd/goma", |
| 202 "--gyp-script=[BUILDER_CACHE]/Android32_Builder_x86/src/webrtc/build/gyp_w
ebrtc.py", |
| 203 "//out/Release" |
| 204 ], |
| 205 "cwd": "[BUILDER_CACHE]/Android32_Builder_x86/src", |
| 206 "env": { |
| 207 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 208 }, |
| 209 "name": "generate_build_files" |
| 210 }, |
| 211 { |
| 212 "cmd": [ |
| 213 "python", |
| 214 "-u", |
191 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 215 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
192 "--show-path", | 216 "--show-path", |
193 "python", | 217 "python", |
194 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 218 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
195 "--gsutil-py-path", | 219 "--gsutil-py-path", |
196 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 220 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
197 "--ninja-path", | 221 "--ninja-path", |
198 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 222 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
199 "--target", | 223 "--target", |
200 "Release", | 224 "Release", |
(...skipping 22 matching lines...) Expand all Loading... |
223 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 247 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
224 "@@@STEP_LOG_END@json.output (invalid)@@@" | 248 "@@@STEP_LOG_END@json.output (invalid)@@@" |
225 ] | 249 ] |
226 }, | 250 }, |
227 { | 251 { |
228 "name": "$result", | 252 "name": "$result", |
229 "recipe_result": null, | 253 "recipe_result": null, |
230 "status_code": 0 | 254 "status_code": 0 |
231 } | 255 } |
232 ] | 256 ] |
OLD | NEW |