| 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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 "--gsutil-py-path", | 286 "--gsutil-py-path", |
| 287 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 287 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 288 "--ninja-path", | 288 "--ninja-path", |
| 289 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 289 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 290 "--target", | 290 "--target", |
| 291 "Debug", | 291 "Debug", |
| 292 "--src-dir", | 292 "--src-dir", |
| 293 "[BUILDER_CACHE]/Linux_Debug_Builder/src", | 293 "[BUILDER_CACHE]/Linux_Debug_Builder/src", |
| 294 "--goma-cache-dir", | 294 "--goma-cache-dir", |
| 295 "[GOMA_CACHE]", | 295 "[GOMA_CACHE]", |
| 296 "--buildbot-buildername", | |
| 297 "Linux Debug Builder", | |
| 298 "--buildbot-mastername", | |
| 299 "client.v8.fyi", | |
| 300 "--buildbot-slavename", | |
| 301 "TestSlavename", | |
| 302 "--goma-deps-cache-dir", | 296 "--goma-deps-cache-dir", |
| 303 "[GOMA_DEPS_CACHE]", | 297 "[GOMA_DEPS_CACHE]", |
| 304 "--build-data-dir", | 298 "--build-data-dir", |
| 305 "[ROOT]/build_data_dir", | 299 "[ROOT]/build_data_dir", |
| 306 "--compiler", | 300 "--compiler", |
| 307 "goma", | 301 "goma", |
| 308 "--goma-jsonstatus", | 302 "--goma-jsonstatus", |
| 309 "/path/to/tmp/json", | 303 "/path/to/tmp/json", |
| 310 "--goma-service-account-json-file", | 304 "--goma-service-account-json-file", |
| 311 "/creds/service_accounts/service-account-goma-client.json", | 305 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 380 "~followup_annotations": [ | 374 "~followup_annotations": [ |
| 381 "@@@STEP_TEXT@Linux Tests (dbg)(1)@@@" | 375 "@@@STEP_TEXT@Linux Tests (dbg)(1)@@@" |
| 382 ] | 376 ] |
| 383 }, | 377 }, |
| 384 { | 378 { |
| 385 "name": "$result", | 379 "name": "$result", |
| 386 "recipe_result": null, | 380 "recipe_result": null, |
| 387 "status_code": 0 | 381 "status_code": 0 |
| 388 } | 382 } |
| 389 ] | 383 ] |
| OLD | NEW |