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

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

Issue 2239293002: Switch to cipd module in depot_tools (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: pylint 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]/Android32_Tests__L_Nexus5_", 7 "[BUILDER_CACHE]/Android32_Tests__L_Nexus5_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 ] 115 ]
116 }, 116 },
117 { 117 {
118 "cmd": [], 118 "cmd": [],
119 "name": "ensure_goma" 119 "name": "ensure_goma"
120 }, 120 },
121 { 121 {
122 "cmd": [ 122 "cmd": [
123 "python", 123 "python",
124 "-u", 124 "-u",
125 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 125 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
126 "--platform", 126 "--platform",
127 "linux-386", 127 "linux-386",
128 "--dest-directory", 128 "--dest-directory",
129 "[SLAVE_BUILD]/cipd", 129 "[SLAVE_BUILD]/cipd",
130 "--json-output", 130 "--json-output",
131 "/path/to/tmp/json" 131 "/path/to/tmp/json"
132 ], 132 ],
133 "name": "ensure_goma.install cipd", 133 "name": "ensure_goma.install cipd",
134 "~followup_annotations": [ 134 "~followup_annotations": [
135 "@@@STEP_NEST_LEVEL@1@@@", 135 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 706 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 842 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
843 "@@@STEP_LOG_END@python.inline@@@" 843 "@@@STEP_LOG_END@python.inline@@@"
844 ] 844 ]
845 }, 845 },
846 { 846 {
847 "name": "$result", 847 "name": "$result",
848 "recipe_result": null, 848 "recipe_result": null,
849 "status_code": 0 849 "status_code": 0
850 } 850 }
851 ] 851 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698