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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-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", 4 "git",
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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 183 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
184 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 184 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
185 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 185 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
186 "@@@STEP_LOG_END@python.inline@@@" 186 "@@@STEP_LOG_END@python.inline@@@"
187 ] 187 ]
188 }, 188 },
189 { 189 {
190 "cmd": [ 190 "cmd": [
191 "python", 191 "python",
192 "-u", 192 "-u",
193 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 193 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
194 "--", 194 "--",
195 "[DEPOT_TOOLS]/gsutil.py", 195 "[DEPOT_TOOLS]/gsutil.py",
196 "--force-version", 196 "--force-version",
197 "3.25", 197 "3.25",
198 "--", 198 "--",
199 "cp", 199 "cp",
200 "-R", 200 "-R",
201 "gs://chromium-skia-gm/playback_42/skps", 201 "gs://chromium-skia-gm/playback_42/skps",
202 "[SLAVE_BUILD]/playback" 202 "[SLAVE_BUILD]/playback"
203 ], 203 ],
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 250 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
251 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 251 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
252 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 252 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
253 "@@@STEP_LOG_END@python.inline@@@" 253 "@@@STEP_LOG_END@python.inline@@@"
254 ] 254 ]
255 }, 255 },
256 { 256 {
257 "cmd": [ 257 "cmd": [
258 "python", 258 "python",
259 "-u", 259 "-u",
260 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 260 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
261 "--", 261 "--",
262 "[DEPOT_TOOLS]/gsutil.py", 262 "[DEPOT_TOOLS]/gsutil.py",
263 "--force-version", 263 "--force-version",
264 "3.25", 264 "3.25",
265 "--", 265 "--",
266 "cp", 266 "cp",
267 "-R", 267 "-R",
268 "gs://chromium-skia-gm/skimage/input/*", 268 "gs://chromium-skia-gm/skimage/input/*",
269 "[SLAVE_BUILD]/images" 269 "[SLAVE_BUILD]/images"
270 ], 270 ],
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 "os", 358 "os",
359 "Ubuntu13.10", 359 "Ubuntu13.10",
360 "--dummy-flags" 360 "--dummy-flags"
361 ], 361 ],
362 "name": "dm" 362 "name": "dm"
363 }, 363 },
364 { 364 {
365 "cmd": [ 365 "cmd": [
366 "python", 366 "python",
367 "-u", 367 "-u",
368 "[BUILD]/scripts/slave/recipe_modules/skia/resources/upload_dm_results.py" , 368 "RECIPE_MODULE[skia]/resources/upload_dm_results.py",
369 "[SLAVE_BUILD]/dm", 369 "[SLAVE_BUILD]/dm",
370 "164710", 370 "164710",
371 "Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-Trybot", 371 "Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-Trybot",
372 "5", 372 "5",
373 "500", 373 "500",
374 "[SLAVE_BUILD]/skia/common/py/utils" 374 "[SLAVE_BUILD]/skia/common/py/utils"
375 ], 375 ],
376 "cwd": "[SLAVE_BUILD]/skia", 376 "cwd": "[SLAVE_BUILD]/skia",
377 "name": "Upload DM Results" 377 "name": "Upload DM Results"
378 }, 378 },
(...skipping 20 matching lines...) Expand all
399 "[SLAVE_BUILD]/skia/out/Debug/nanobench", 399 "[SLAVE_BUILD]/skia/out/Debug/nanobench",
400 "-i", 400 "-i",
401 "[SLAVE_BUILD]/skia/resources", 401 "[SLAVE_BUILD]/skia/resources",
402 "--skps", 402 "--skps",
403 "[SLAVE_BUILD]/playback/skps", 403 "[SLAVE_BUILD]/playback/skps",
404 "--dummy-flags" 404 "--dummy-flags"
405 ], 405 ],
406 "name": "nanobench" 406 "name": "nanobench"
407 } 407 }
408 ] 408 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698