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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_dbg.json

Issue 2334373002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: 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_dbg", 7 "[BUILDER_CACHE]/linux_dbg",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 "python", 92 "python",
93 "-u", 93 "-u",
94 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 94 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
95 "--show-path", 95 "--show-path",
96 "python", 96 "python",
97 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 97 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
98 ], 98 ],
99 "name": "cleanup_temp" 99 "name": "cleanup_temp"
100 }, 100 },
101 { 101 {
102 "cmd": [],
103 "name": "ensure_goma" 102 "name": "ensure_goma"
104 }, 103 },
105 { 104 {
106 "cmd": [ 105 "cmd": [
107 "python", 106 "python",
108 "-u", 107 "-u",
109 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 108 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
110 "--platform", 109 "--platform",
111 "linux-amd64", 110 "linux-amd64",
112 "--dest-directory", 111 "--dest-directory",
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 ], 654 ],
656 "cwd": "[BUILDER_CACHE]/linux_dbg", 655 "cwd": "[BUILDER_CACHE]/linux_dbg",
657 "name": "webrtc_nonparallel_tests" 656 "name": "webrtc_nonparallel_tests"
658 }, 657 },
659 { 658 {
660 "name": "$result", 659 "name": "$result",
661 "recipe_result": null, 660 "recipe_result": null,
662 "status_code": 0 661 "status_code": 0
663 } 662 }
664 ] 663 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698