| 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]/Linux32_ARM", | 7 "[BUILDER_CACHE]/Linux32_ARM", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 "--gsutil-py-path", | 207 "--gsutil-py-path", |
| 208 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 208 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 209 "--ninja-path", | 209 "--ninja-path", |
| 210 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 210 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 211 "--target", | 211 "--target", |
| 212 "Release", | 212 "Release", |
| 213 "--src-dir", | 213 "--src-dir", |
| 214 "[BUILDER_CACHE]/Linux32_ARM/src", | 214 "[BUILDER_CACHE]/Linux32_ARM/src", |
| 215 "--goma-cache-dir", | 215 "--goma-cache-dir", |
| 216 "[GOMA_CACHE]", | 216 "[GOMA_CACHE]", |
| 217 "--buildbot-buildername", |
| 218 "Linux32 ARM", |
| 219 "--buildbot-mastername", |
| 220 "client.webrtc", |
| 221 "--buildbot-slavename", |
| 222 "slavename", |
| 217 "--goma-deps-cache-dir", | 223 "--goma-deps-cache-dir", |
| 218 "[GOMA_DEPS_CACHE]", | 224 "[GOMA_DEPS_CACHE]", |
| 219 "--compiler", | 225 "--compiler", |
| 220 "goma", | 226 "goma", |
| 221 "--goma-jsonstatus", | 227 "--goma-jsonstatus", |
| 222 "/path/to/tmp/json", | 228 "/path/to/tmp/json", |
| 223 "--goma-service-account-json-file", | 229 "--goma-service-account-json-file", |
| 224 "/creds/service_accounts/service-account-goma-client.json", | 230 "/creds/service_accounts/service-account-goma-client.json", |
| 225 "--goma-dir", | 231 "--goma-dir", |
| 226 "[CACHE]/cipd/goma", | 232 "[CACHE]/cipd/goma", |
| 227 "--" | 233 "--" |
| 228 ], | 234 ], |
| 229 "env": { | 235 "env": { |
| 230 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 236 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 231 }, | 237 }, |
| 232 "name": "compile", | 238 "name": "compile", |
| 233 "~followup_annotations": [ | 239 "~followup_annotations": [ |
| 234 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 240 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 235 "@@@STEP_LOG_END@json.output (invalid)@@@" | 241 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 236 ] | 242 ] |
| 237 }, | 243 }, |
| 238 { | 244 { |
| 239 "name": "$result", | 245 "name": "$result", |
| 240 "recipe_result": null, | 246 "recipe_result": null, |
| 241 "status_code": 0 | 247 "status_code": 0 |
| 242 } | 248 } |
| 243 ] | 249 ] |
| OLD | NEW |