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/skia/skia.expected/Perf-Win7-ShuttleA-HD2000-x86-Release-Trybot.json

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "git.bat", 4 "git.bat",
5 "fetch" 5 "fetch"
6 ], 6 ],
7 "cwd": "[SLAVE_BUILD]\\skia", 7 "cwd": "[SLAVE_BUILD]\\skia",
8 "name": "git fetch" 8 "name": "git fetch"
9 }, 9 },
10 { 10 {
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 184 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
185 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 185 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
186 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 186 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
187 "@@@STEP_LOG_END@python.inline@@@" 187 "@@@STEP_LOG_END@python.inline@@@"
188 ] 188 ]
189 }, 189 },
190 { 190 {
191 "cmd": [ 191 "cmd": [
192 "python", 192 "python",
193 "-u", 193 "-u",
194 "[BUILD]\\scripts\\slave\\recipe_modules\\gsutil\\resources\\gsutil_wrappe r.py", 194 "RECIPE_MODULE[gsutil]\\resources\\gsutil_wrapper.py",
195 "--", 195 "--",
196 "[DEPOT_TOOLS]\\gsutil.py", 196 "[DEPOT_TOOLS]\\gsutil.py",
197 "--force-version", 197 "--force-version",
198 "3.25", 198 "3.25",
199 "--", 199 "--",
200 "cp", 200 "cp",
201 "-R", 201 "-R",
202 "gs://chromium-skia-gm/playback_42/skps", 202 "gs://chromium-skia-gm/playback_42/skps",
203 "[SLAVE_BUILD]\\playback" 203 "[SLAVE_BUILD]\\playback"
204 ], 204 ],
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 "ShuttleA", 307 "ShuttleA",
308 "os", 308 "os",
309 "Win7" 309 "Win7"
310 ], 310 ],
311 "name": "nanobench" 311 "name": "nanobench"
312 }, 312 },
313 { 313 {
314 "cmd": [ 314 "cmd": [
315 "python", 315 "python",
316 "-u", 316 "-u",
317 "[BUILD]\\scripts\\slave\\recipe_modules\\skia\\resources\\upload_bench_re sults.py", 317 "RECIPE_MODULE[skia]\\resources\\upload_bench_results.py",
318 "Perf-Win7-ShuttleA-HD2000-x86-Release-Trybot", 318 "Perf-Win7-ShuttleA-HD2000-x86-Release-Trybot",
319 "5", 319 "5",
320 "[SLAVE_BUILD]\\perfdata\\Perf-Win7-ShuttleA-HD2000-x86-Release-Trybot\\da ta", 320 "[SLAVE_BUILD]\\perfdata\\Perf-Win7-ShuttleA-HD2000-x86-Release-Trybot\\da ta",
321 "164710", 321 "164710",
322 "[DEPOT_TOOLS]\\third_party\\gsutil\\gsutil", 322 "[DEPOT_TOOLS]\\third_party\\gsutil\\gsutil",
323 "500" 323 "500"
324 ], 324 ],
325 "cwd": "[SLAVE_BUILD]\\skia", 325 "cwd": "[SLAVE_BUILD]\\skia",
326 "name": "Upload Nanobench Results" 326 "name": "Upload Nanobench Results"
327 } 327 }
328 ] 328 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698