Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/webkit_tests_interrupted.json

Issue 2307743002: Reland "Avoid to use environment." (Closed)
Patch Set: rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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_layout", 7 "[BUILDER_CACHE]/linux_layout",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 "--gsutil-py-path", 370 "--gsutil-py-path",
371 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 371 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
372 "--ninja-path", 372 "--ninja-path",
373 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 373 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
374 "--target", 374 "--target",
375 "Release", 375 "Release",
376 "--src-dir", 376 "--src-dir",
377 "[BUILDER_CACHE]/linux_layout/src", 377 "[BUILDER_CACHE]/linux_layout/src",
378 "--goma-cache-dir", 378 "--goma-cache-dir",
379 "[GOMA_CACHE]", 379 "[GOMA_CACHE]",
380 "--buildbot-buildername",
381 "linux_precise_blink_rel",
382 "--buildbot-mastername",
383 "tryserver.blink",
384 "--buildbot-slavename",
385 "TestSlavename",
380 "--goma-deps-cache-dir", 386 "--goma-deps-cache-dir",
381 "[GOMA_DEPS_CACHE]", 387 "[GOMA_DEPS_CACHE]",
382 "--compiler", 388 "--compiler",
383 "goma", 389 "goma",
384 "--goma-jsonstatus", 390 "--goma-jsonstatus",
385 "/path/to/tmp/json", 391 "/path/to/tmp/json",
386 "--goma-service-account-json-file", 392 "--goma-service-account-json-file",
387 "/creds/service_accounts/service-account-goma-client.json", 393 "/creds/service_accounts/service-account-goma-client.json",
388 "--goma-dir", 394 "--goma-dir",
389 "[CACHE]/cipd/goma", 395 "[CACHE]/cipd/goma",
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110 eeb0\"@@@" 509 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110 eeb0\"@@@"
504 ] 510 ]
505 }, 511 },
506 { 512 {
507 "name": "$result", 513 "name": "$result",
508 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1", 514 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1",
509 "recipe_result": null, 515 "recipe_result": null,
510 "status_code": 1 516 "status_code": 1
511 } 517 }
512 ] 518 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698