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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_swarming.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]\\win_swarming", 7 "[BUILDER_CACHE]\\win_swarming",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "python", 103 "python",
104 "-u", 104 "-u",
105 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", 105 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py",
106 "--build-dir", 106 "--build-dir",
107 "[BUILDER_CACHE]\\win_swarming\\src\\out\\Debug", 107 "[BUILDER_CACHE]\\win_swarming\\src\\out\\Debug",
108 "--clean-isolated-files" 108 "--clean-isolated-files"
109 ], 109 ],
110 "name": "clean isolated files" 110 "name": "clean isolated files"
111 }, 111 },
112 { 112 {
113 "cmd": [],
114 "name": "ensure_goma" 113 "name": "ensure_goma"
115 }, 114 },
116 { 115 {
117 "cmd": [ 116 "cmd": [
118 "python", 117 "python",
119 "-u", 118 "-u",
120 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", 119 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py",
121 "--platform", 120 "--platform",
122 "windows-386", 121 "windows-386",
123 "--dest-directory", 122 "--dest-directory",
(...skipping 2346 matching lines...) Expand 10 before | Expand all | Expand 10 after
2470 "@@@STEP_LOG_END@json.output@@@", 2469 "@@@STEP_LOG_END@json.output@@@",
2471 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2470 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2472 ] 2471 ]
2473 }, 2472 },
2474 { 2473 {
2475 "name": "$result", 2474 "name": "$result",
2476 "recipe_result": null, 2475 "recipe_result": null,
2477 "status_code": 0 2476 "status_code": 0
2478 } 2477 }
2479 ] 2478 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698