| 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]/Linux_Debug_Builder", | 7 "[BUILDER_CACHE]/Linux_Debug_Builder", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 "--ninja-path", | 281 "--ninja-path", |
| 282 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 282 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 283 "--target", | 283 "--target", |
| 284 "Debug", | 284 "Debug", |
| 285 "--src-dir", | 285 "--src-dir", |
| 286 "[BUILDER_CACHE]/Linux_Debug_Builder/src", | 286 "[BUILDER_CACHE]/Linux_Debug_Builder/src", |
| 287 "--goma-cache-dir", | 287 "--goma-cache-dir", |
| 288 "[GOMA_CACHE]", | 288 "[GOMA_CACHE]", |
| 289 "--goma-deps-cache-dir", | 289 "--goma-deps-cache-dir", |
| 290 "[GOMA_DEPS_CACHE]", | 290 "[GOMA_DEPS_CACHE]", |
| 291 "--build-tool", | |
| 292 "ninja", | |
| 293 "--build-data-dir", | 291 "--build-data-dir", |
| 294 "[ROOT]/build_data_dir", | 292 "[ROOT]/build_data_dir", |
| 295 "--compiler", | 293 "--compiler", |
| 296 "goma", | 294 "goma", |
| 297 "--goma-jsonstatus", | 295 "--goma-jsonstatus", |
| 298 "/path/to/tmp/json", | 296 "/path/to/tmp/json", |
| 299 "--goma-service-account-json-file", | 297 "--goma-service-account-json-file", |
| 300 "/creds/service_accounts/service-account-goma-client.json", | 298 "/creds/service_accounts/service-account-goma-client.json", |
| 301 "--goma-dir", | 299 "--goma-dir", |
| 302 "[CACHE]/cipd/goma", | 300 "[CACHE]/cipd/goma", |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 "~followup_annotations": [ | 367 "~followup_annotations": [ |
| 370 "@@@STEP_TEXT@Linux Tests (dbg)(1)@@@" | 368 "@@@STEP_TEXT@Linux Tests (dbg)(1)@@@" |
| 371 ] | 369 ] |
| 372 }, | 370 }, |
| 373 { | 371 { |
| 374 "name": "$result", | 372 "name": "$result", |
| 375 "recipe_result": null, | 373 "recipe_result": null, |
| 376 "status_code": 0 | 374 "status_code": 0 |
| 377 } | 375 } |
| 378 ] | 376 ] |
| OLD | NEW |