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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot.json

Issue 2323233003: Pass rietveld as the default patch_storage. (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 shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
7 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skp\\VERSION", 7 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skp\\VERSION",
8 "/path/to/tmp/" 8 "/path/to/tmp/"
9 ], 9 ],
10 "name": "Get downloaded SKP VERSION" 10 "name": "Get downloaded SKP VERSION"
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 "--properties", 161 "--properties",
162 "gitHash", 162 "gitHash",
163 "abc123", 163 "abc123",
164 "build_number", 164 "build_number",
165 "5", 165 "5",
166 "issue", 166 "issue",
167 "500", 167 "500",
168 "patchset", 168 "patchset",
169 "1", 169 "1",
170 "patch_storage", 170 "patch_storage",
171 "", 171 "rietveld",
172 "--key", 172 "--key",
173 "arch", 173 "arch",
174 "x86_64", 174 "x86_64",
175 "compiler", 175 "compiler",
176 "MSVC", 176 "MSVC",
177 "cpu_or_gpu", 177 "cpu_or_gpu",
178 "GPU", 178 "GPU",
179 "cpu_or_gpu_value", 179 "cpu_or_gpu_value",
180 "HD4600", 180 "HD4600",
181 "model", 181 "model",
(...skipping 29 matching lines...) Expand all
211 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 211 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
212 "@@@STEP_LOG_END@python.inline@@@" 212 "@@@STEP_LOG_END@python.inline@@@"
213 ] 213 ]
214 }, 214 },
215 { 215 {
216 "name": "$result", 216 "name": "$result",
217 "recipe_result": null, 217 "recipe_result": null,
218 "status_code": 0 218 "status_code": 0
219 } 219 }
220 ] 220 ]
OLDNEW
« no previous file with comments | « infra/bots/recipe_modules/vars/api.py ('k') | infra/bots/recipes/swarm_perf.expected/big_issue_number.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698