| 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_chromium_clobber_rel_ng", | 7 "[BUILDER_CACHE]/linux_chromium_clobber_rel_ng", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 "-m", | 363 "-m", |
| 364 "tryserver.chromium.linux", | 364 "tryserver.chromium.linux", |
| 365 "-b", | 365 "-b", |
| 366 "linux_chromium_clobber_rel_ng", | 366 "linux_chromium_clobber_rel_ng", |
| 367 "--config-file", | 367 "--config-file", |
| 368 "[BUILDER_CACHE]/linux_chromium_clobber_rel_ng/src/tools/mb/mb_config.pyl"
, | 368 "[BUILDER_CACHE]/linux_chromium_clobber_rel_ng/src/tools/mb/mb_config.pyl"
, |
| 369 "--goma-dir", | 369 "--goma-dir", |
| 370 "[CACHE]/cipd/goma", | 370 "[CACHE]/cipd/goma", |
| 371 "//out/Release" | 371 "//out/Release" |
| 372 ], | 372 ], |
| 373 "cwd": "[BUILDER_CACHE]/linux_chromium_clobber_rel_ng/src", |
| 373 "env": { | 374 "env": { |
| 374 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 375 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 375 }, | 376 }, |
| 376 "name": "generate_build_files (with patch)" | 377 "name": "generate_build_files (with patch)" |
| 377 }, | 378 }, |
| 378 { | 379 { |
| 379 "cmd": [ | 380 "cmd": [ |
| 380 "python", | 381 "python", |
| 381 "-u", | 382 "-u", |
| 382 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 383 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 "import sys; sys.exit(0)" | 427 "import sys; sys.exit(0)" |
| 427 ], | 428 ], |
| 428 "name": "mark: before_tests" | 429 "name": "mark: before_tests" |
| 429 }, | 430 }, |
| 430 { | 431 { |
| 431 "name": "$result", | 432 "name": "$result", |
| 432 "recipe_result": null, | 433 "recipe_result": null, |
| 433 "status_code": 0 | 434 "status_code": 0 |
| 434 } | 435 } |
| 435 ] | 436 ] |
| OLD | NEW |