| 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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 "--gsutil-py-path", | 223 "--gsutil-py-path", |
| 224 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 224 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 225 "--ninja-path", | 225 "--ninja-path", |
| 226 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 226 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 227 "--target", | 227 "--target", |
| 228 "Release", | 228 "Release", |
| 229 "--src-dir", | 229 "--src-dir", |
| 230 "[BUILDER_CACHE]/Android32_Builder_x86/src", | 230 "[BUILDER_CACHE]/Android32_Builder_x86/src", |
| 231 "--goma-cache-dir", | 231 "--goma-cache-dir", |
| 232 "[GOMA_CACHE]", | 232 "[GOMA_CACHE]", |
| 233 "--buildbot-buildername", | |
| 234 "Android32 Builder x86", | |
| 235 "--buildbot-mastername", | |
| 236 "client.webrtc", | |
| 237 "--buildbot-slavename", | |
| 238 "slavename", | |
| 239 "--goma-deps-cache-dir", | 233 "--goma-deps-cache-dir", |
| 240 "[GOMA_DEPS_CACHE]", | 234 "[GOMA_DEPS_CACHE]", |
| 241 "--compiler", | 235 "--compiler", |
| 242 "goma", | 236 "goma", |
| 243 "--goma-jsonstatus", | 237 "--goma-jsonstatus", |
| 244 "/path/to/tmp/json", | 238 "/path/to/tmp/json", |
| 245 "--goma-service-account-json-file", | 239 "--goma-service-account-json-file", |
| 246 "/creds/service_accounts/service-account-goma-client.json", | 240 "/creds/service_accounts/service-account-goma-client.json", |
| 247 "--goma-dir", | 241 "--goma-dir", |
| 248 "[CACHE]/cipd/goma", | 242 "[CACHE]/cipd/goma", |
| 249 "--" | 243 "--" |
| 250 ], | 244 ], |
| 251 "env": { | 245 "env": { |
| 252 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 246 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 253 "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" | 247 "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" |
| 254 }, | 248 }, |
| 255 "name": "compile", | 249 "name": "compile", |
| 256 "~followup_annotations": [ | 250 "~followup_annotations": [ |
| 257 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 251 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 258 "@@@STEP_LOG_END@json.output (invalid)@@@" | 252 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 259 ] | 253 ] |
| 260 }, | 254 }, |
| 261 { | 255 { |
| 262 "name": "$result", | 256 "name": "$result", |
| 263 "recipe_result": null, | 257 "recipe_result": null, |
| 264 "status_code": 0 | 258 "status_code": 0 |
| 265 } | 259 } |
| 266 ] | 260 ] |
| OLD | NEW |