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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_trigger_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, 4 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@" 550 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@"
553 ] 551 ]
554 }, 552 },
555 { 553 {
556 "name": "$result", 554 "name": "$result",
557 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1", 555 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1",
558 "recipe_result": null, 556 "recipe_result": null,
559 "status_code": 1 557 "status_code": 1
560 } 558 }
561 ] 559 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698