| 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_clang_rel", | 7 "[BUILDER_CACHE]\\win_clang_rel", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 "--gsutil-py-path", | 234 "--gsutil-py-path", |
| 235 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 235 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 236 "--ninja-path", | 236 "--ninja-path", |
| 237 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 237 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 238 "--target", | 238 "--target", |
| 239 "Release", | 239 "Release", |
| 240 "--src-dir", | 240 "--src-dir", |
| 241 "[BUILDER_CACHE]\\win_clang_rel\\src", | 241 "[BUILDER_CACHE]\\win_clang_rel\\src", |
| 242 "--goma-cache-dir", | 242 "--goma-cache-dir", |
| 243 "[GOMA_CACHE]", | 243 "[GOMA_CACHE]", |
| 244 "--buildbot-buildername", |
| 245 "win_clang_rel", |
| 246 "--buildbot-mastername", |
| 247 "tryserver.webrtc", |
| 248 "--buildbot-slavename", |
| 249 "slavename", |
| 244 "--goma-deps-cache-dir", | 250 "--goma-deps-cache-dir", |
| 245 "[GOMA_DEPS_CACHE]", | 251 "[GOMA_DEPS_CACHE]", |
| 246 "--compiler", | 252 "--compiler", |
| 247 "goma-clang", | 253 "goma-clang", |
| 248 "--goma-jsonstatus", | 254 "--goma-jsonstatus", |
| 249 "/path/to/tmp/json", | 255 "/path/to/tmp/json", |
| 250 "--goma-service-account-json-file", | 256 "--goma-service-account-json-file", |
| 251 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 257 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 252 "--goma-dir", | 258 "--goma-dir", |
| 253 "[CACHE]\\cipd\\goma", | 259 "[CACHE]\\cipd\\goma", |
| 254 "--goma-fail-fast", | 260 "--goma-fail-fast", |
| 255 "--goma-disable-local-fallback", | 261 "--goma-disable-local-fallback", |
| 256 "--" | 262 "--" |
| 257 ], | 263 ], |
| 258 "env": { | 264 "env": { |
| 259 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 265 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 260 }, | 266 }, |
| 261 "name": "compile", | 267 "name": "compile", |
| 262 "~followup_annotations": [ | 268 "~followup_annotations": [ |
| 263 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 269 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 264 "@@@STEP_LOG_END@json.output (invalid)@@@" | 270 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 265 ] | 271 ] |
| 266 }, | 272 }, |
| 267 { | 273 { |
| 268 "name": "$result", | 274 "name": "$result", |
| 269 "recipe_result": null, | 275 "recipe_result": null, |
| 270 "status_code": 0 | 276 "status_code": 0 |
| 271 } | 277 } |
| 272 ] | 278 ] |
| OLD | NEW |