| 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]\\win_compile_dbg", | 7 "[BUILDER_CACHE]\\win_compile_dbg", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 "--gsutil-py-path", | 212 "--gsutil-py-path", |
| 213 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 213 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 214 "--ninja-path", | 214 "--ninja-path", |
| 215 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 215 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 216 "--target", | 216 "--target", |
| 217 "Debug", | 217 "Debug", |
| 218 "--src-dir", | 218 "--src-dir", |
| 219 "[BUILDER_CACHE]\\win_compile_dbg\\src", | 219 "[BUILDER_CACHE]\\win_compile_dbg\\src", |
| 220 "--goma-cache-dir", | 220 "--goma-cache-dir", |
| 221 "[GOMA_CACHE]", | 221 "[GOMA_CACHE]", |
| 222 "--buildbot-buildername", | |
| 223 "win_compile_dbg", | |
| 224 "--buildbot-mastername", | |
| 225 "tryserver.webrtc", | |
| 226 "--buildbot-slavename", | |
| 227 "slavename", | |
| 228 "--goma-deps-cache-dir", | 222 "--goma-deps-cache-dir", |
| 229 "[GOMA_DEPS_CACHE]", | 223 "[GOMA_DEPS_CACHE]", |
| 230 "--compiler", | 224 "--compiler", |
| 231 "goma", | 225 "goma", |
| 232 "--goma-jsonstatus", | 226 "--goma-jsonstatus", |
| 233 "/path/to/tmp/json", | 227 "/path/to/tmp/json", |
| 234 "--goma-service-account-json-file", | 228 "--goma-service-account-json-file", |
| 235 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 229 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 236 "--goma-dir", | 230 "--goma-dir", |
| 237 "[CACHE]\\cipd\\goma", | 231 "[CACHE]\\cipd\\goma", |
| 238 "--goma-fail-fast", | 232 "--goma-fail-fast", |
| 239 "--goma-disable-local-fallback", | 233 "--goma-disable-local-fallback", |
| 240 "--" | 234 "--" |
| 241 ], | 235 ], |
| 242 "env": { | 236 "env": { |
| 243 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 237 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 244 }, | 238 }, |
| 245 "name": "compile", | 239 "name": "compile", |
| 246 "~followup_annotations": [ | 240 "~followup_annotations": [ |
| 247 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 241 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 248 "@@@STEP_LOG_END@json.output (invalid)@@@" | 242 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 249 ] | 243 ] |
| 250 }, | 244 }, |
| 251 { | 245 { |
| 252 "name": "$result", | 246 "name": "$result", |
| 253 "recipe_result": null, | 247 "recipe_result": null, |
| 254 "status_code": 0 | 248 "status_code": 0 |
| 255 } | 249 } |
| 256 ] | 250 ] |
| OLD | NEW |