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_clang_dbg", | 7 "[BUILDER_CACHE]/android_clang_dbg", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
251 "--src-dir", | 251 "--src-dir", |
252 "[BUILDER_CACHE]/android_clang_dbg/src", | 252 "[BUILDER_CACHE]/android_clang_dbg/src", |
253 "--goma-cache-dir", | 253 "--goma-cache-dir", |
254 "[GOMA_CACHE]", | 254 "[GOMA_CACHE]", |
255 "--buildbot-buildername", | 255 "--buildbot-buildername", |
256 "android_clang_dbg", | 256 "android_clang_dbg", |
257 "--buildbot-mastername", | 257 "--buildbot-mastername", |
258 "tryserver.webrtc", | 258 "tryserver.webrtc", |
259 "--buildbot-slavename", | 259 "--buildbot-slavename", |
260 "slavename", | 260 "slavename", |
261 "--goma-deps-cache-dir", | 261 "--goma-deps-cache-file", |
262 "[GOMA_DEPS_CACHE]", | 262 "android_clang_dbg.gomadeps", |
263 "--compiler", | 263 "--compiler", |
264 "goma-clang", | 264 "goma-clang", |
265 "--goma-jsonstatus", | 265 "--goma-jsonstatus", |
266 "/path/to/tmp/json", | 266 "/path/to/tmp/json", |
267 "--goma-service-account-json-file", | 267 "--goma-service-account-json-file", |
268 "/creds/service_accounts/service-account-goma-client.json", | 268 "/creds/service_accounts/service-account-goma-client.json", |
269 "--goma-dir", | 269 "--goma-dir", |
270 "[CACHE]/cipd/goma", | 270 "[CACHE]/cipd/goma", |
271 "--goma-fail-fast", | 271 "--goma-fail-fast", |
272 "--goma-disable-local-fallback", | 272 "--goma-disable-local-fallback", |
273 "--" | 273 "--" |
274 ], | 274 ], |
275 "env": { | 275 "env": { |
276 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 276 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
277 "PATH": "[BUILDER_CACHE]/android_clang_dbg/src/third_party/android_tools/s
dk/platform-tools:[BUILDER_CACHE]/android_clang_dbg/src/build/android:%(PATH)s" | 277 "PATH": "[BUILDER_CACHE]/android_clang_dbg/src/third_party/android_tools/s
dk/platform-tools:[BUILDER_CACHE]/android_clang_dbg/src/build/android:%(PATH)s" |
278 }, | 278 }, |
279 "name": "compile", | 279 "name": "compile", |
280 "~followup_annotations": [ | 280 "~followup_annotations": [ |
281 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 281 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
282 "@@@STEP_LOG_END@json.output (invalid)@@@" | 282 "@@@STEP_LOG_END@json.output (invalid)@@@" |
283 ] | 283 ] |
284 }, | 284 }, |
285 { | 285 { |
286 "name": "$result", | 286 "name": "$result", |
287 "recipe_result": null, | 287 "recipe_result": null, |
288 "status_code": 0 | 288 "status_code": 0 |
289 } | 289 } |
290 ] | 290 ] |
OLD | NEW |