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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Perf-Android-Nexus7-Tegra3-Arm7-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", 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 233 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
234 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 234 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
235 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 235 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
236 "@@@STEP_LOG_END@python.inline@@@" 236 "@@@STEP_LOG_END@python.inline@@@"
237 ] 237 ]
238 }, 238 },
239 { 239 {
240 "cmd": [ 240 "cmd": [
241 "python", 241 "python",
242 "-u", 242 "-u",
243 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 243 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
244 "--", 244 "--",
245 "[DEPOT_TOOLS]/gsutil.py", 245 "[DEPOT_TOOLS]/gsutil.py",
246 "--force-version", 246 "--force-version",
247 "3.25", 247 "3.25",
248 "--", 248 "--",
249 "cp", 249 "cp",
250 "-R", 250 "-R",
251 "gs://chromium-skia-gm/playback_42/skps", 251 "gs://chromium-skia-gm/playback_42/skps",
252 "[SLAVE_BUILD]/playback" 252 "[SLAVE_BUILD]/playback"
253 ], 253 ],
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 "env": { 441 "env": {
442 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux", 442 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux",
443 "SKIA_ANDROID_VERBOSE_SETUP": "1" 443 "SKIA_ANDROID_VERBOSE_SETUP": "1"
444 }, 444 },
445 "name": "pull /storage/emulated/legacy/skiabot/skia_perf" 445 "name": "pull /storage/emulated/legacy/skiabot/skia_perf"
446 }, 446 },
447 { 447 {
448 "cmd": [ 448 "cmd": [
449 "python", 449 "python",
450 "-u", 450 "-u",
451 "[BUILD]/scripts/slave/recipe_modules/skia/resources/upload_bench_results. py", 451 "RECIPE_MODULE[skia]/resources/upload_bench_results.py",
452 "Perf-Android-Nexus7-Tegra3-Arm7-Release", 452 "Perf-Android-Nexus7-Tegra3-Arm7-Release",
453 "5", 453 "5",
454 "[SLAVE_BUILD]/perfdata/Perf-Android-Nexus7-Tegra3-Arm7-Release/data", 454 "[SLAVE_BUILD]/perfdata/Perf-Android-Nexus7-Tegra3-Arm7-Release/data",
455 "164710", 455 "164710",
456 "[DEPOT_TOOLS]/third_party/gsutil/gsutil" 456 "[DEPOT_TOOLS]/third_party/gsutil/gsutil"
457 ], 457 ],
458 "cwd": "[SLAVE_BUILD]/skia", 458 "cwd": "[SLAVE_BUILD]/skia",
459 "name": "Upload Nanobench Results" 459 "name": "Upload Nanobench Results"
460 }, 460 },
461 { 461 {
(...skipping 15 matching lines...) Expand all
477 { 477 {
478 "cmd": [ 478 "cmd": [
479 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", 479 "/home/chrome-bot/android-sdk-linux/platform-tools/adb",
480 "-s", 480 "-s",
481 "015d210a13480604", 481 "015d210a13480604",
482 "wait-for-device" 482 "wait-for-device"
483 ], 483 ],
484 "name": "wait for device 015d210a13480604 (3)" 484 "name": "wait for device 015d210a13480604 (3)"
485 } 485 }
486 ] 486 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698