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

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

Issue 2260733002: Use files in path['checkout'] not resource. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: updated *.json 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", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 "name": "compile (with patch)", 447 "name": "compile (with patch)",
448 "~followup_annotations": [ 448 "~followup_annotations": [
449 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 449 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
450 "@@@STEP_LOG_END@json.output (invalid)@@@" 450 "@@@STEP_LOG_END@json.output (invalid)@@@"
451 ] 451 ]
452 }, 452 },
453 { 453 {
454 "cmd": [ 454 "cmd": [
455 "python", 455 "python",
456 "-u", 456 "-u",
457 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 457 "[BUILDER_CACHE]/linux/src/tools/determinism/remove_build_metadata.py",
458 "--build-dir", 458 "--build-dir",
459 "[BUILDER_CACHE]/linux/src/out/Release", 459 "[BUILDER_CACHE]/linux/src/out/Release"
460 "--src-dir",
461 "[BUILDER_CACHE]/linux/src"
462 ], 460 ],
463 "cwd": "[SLAVE_BUILD]", 461 "cwd": "[SLAVE_BUILD]",
464 "name": "remove_build_metadata" 462 "name": "remove_build_metadata"
465 }, 463 },
466 { 464 {
467 "cmd": [ 465 "cmd": [
468 "python", 466 "python",
469 "-u", 467 "-u",
470 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 468 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
471 "[BUILDER_CACHE]/linux/src/tools/swarming_client", 469 "[BUILDER_CACHE]/linux/src/tools/swarming_client",
(...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
1051 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1 fb76\"@@@" 1049 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1 fb76\"@@@"
1052 ] 1050 ]
1053 }, 1051 },
1054 { 1052 {
1055 "name": "$result", 1053 "name": "$result",
1056 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret ry summary)') failed with return_code 1", 1054 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret ry summary)') failed with return_code 1",
1057 "recipe_result": null, 1055 "recipe_result": null,
1058 "status_code": 1 1056 "status_code": 1
1059 } 1057 }
1060 ] 1058 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698