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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Perf-Win7-ShuttleA-HD2000-x86-Release.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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 154 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
155 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 155 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
156 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 156 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
157 "@@@STEP_LOG_END@python.inline@@@" 157 "@@@STEP_LOG_END@python.inline@@@"
158 ] 158 ]
159 }, 159 },
160 { 160 {
161 "cmd": [ 161 "cmd": [
162 "python", 162 "python",
163 "-u", 163 "-u",
164 "[BUILD]\\scripts\\slave\\recipe_modules\\gsutil\\resources\\gsutil_wrappe r.py", 164 "RECIPE_MODULE[gsutil]\\resources\\gsutil_wrapper.py",
165 "--", 165 "--",
166 "[DEPOT_TOOLS]\\gsutil.py", 166 "[DEPOT_TOOLS]\\gsutil.py",
167 "--force-version", 167 "--force-version",
168 "3.25", 168 "3.25",
169 "--", 169 "--",
170 "cp", 170 "cp",
171 "-R", 171 "-R",
172 "gs://chromium-skia-gm/playback_42/skps", 172 "gs://chromium-skia-gm/playback_42/skps",
173 "[SLAVE_BUILD]\\playback" 173 "[SLAVE_BUILD]\\playback"
174 ], 174 ],
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 "ShuttleA", 277 "ShuttleA",
278 "os", 278 "os",
279 "Win7" 279 "Win7"
280 ], 280 ],
281 "name": "nanobench" 281 "name": "nanobench"
282 }, 282 },
283 { 283 {
284 "cmd": [ 284 "cmd": [
285 "python", 285 "python",
286 "-u", 286 "-u",
287 "[BUILD]\\scripts\\slave\\recipe_modules\\skia\\resources\\upload_bench_re sults.py", 287 "RECIPE_MODULE[skia]\\resources\\upload_bench_results.py",
288 "Perf-Win7-ShuttleA-HD2000-x86-Release", 288 "Perf-Win7-ShuttleA-HD2000-x86-Release",
289 "5", 289 "5",
290 "[SLAVE_BUILD]\\perfdata\\Perf-Win7-ShuttleA-HD2000-x86-Release\\data", 290 "[SLAVE_BUILD]\\perfdata\\Perf-Win7-ShuttleA-HD2000-x86-Release\\data",
291 "164710", 291 "164710",
292 "[DEPOT_TOOLS]\\third_party\\gsutil\\gsutil" 292 "[DEPOT_TOOLS]\\third_party\\gsutil\\gsutil"
293 ], 293 ],
294 "cwd": "[SLAVE_BUILD]\\skia", 294 "cwd": "[SLAVE_BUILD]\\skia",
295 "name": "Upload Nanobench Results" 295 "name": "Upload Nanobench Results"
296 } 296 }
297 ] 297 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698