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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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 "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 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 "GYP_DEFINES": "skia_arch_type=arm skia_dump_stats=1 skia_warnings_as_erro rs=0", 583 "GYP_DEFINES": "skia_arch_type=arm skia_dump_stats=1 skia_warnings_as_erro rs=0",
584 "SKIA_ANDROID_VERBOSE_SETUP": "1", 584 "SKIA_ANDROID_VERBOSE_SETUP": "1",
585 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Release" 585 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Release"
586 }, 586 },
587 "name": "pull skia_perf" 587 "name": "pull skia_perf"
588 }, 588 },
589 { 589 {
590 "cmd": [ 590 "cmd": [
591 "python", 591 "python",
592 "-u", 592 "-u",
593 "RECIPE_MODULE[skia]/resources/upload_bench_results.py", 593 "RECIPE_MODULE[build.skia]/resources/upload_bench_results.py",
594 "Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release", 594 "Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release",
595 "5", 595 "5",
596 "[SLAVE_BUILD]/perfdata/Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release/da ta", 596 "[SLAVE_BUILD]/perfdata/Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release/da ta",
597 "164710", 597 "164710",
598 "[DEPOT_TOOLS]/third_party/gsutil/gsutil" 598 "[DEPOT_TOOLS]/third_party/gsutil/gsutil"
599 ], 599 ],
600 "cwd": "[SLAVE_BUILD]/skia", 600 "cwd": "[SLAVE_BUILD]/skia",
601 "env": { 601 "env": {
602 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", 602 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto",
603 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto", 603 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Release" 668 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Release"
669 }, 669 },
670 "name": "wait for device (3)" 670 "name": "wait for device (3)"
671 }, 671 },
672 { 672 {
673 "name": "$result", 673 "name": "$result",
674 "recipe_result": null, 674 "recipe_result": null,
675 "status_code": 0 675 "status_code": 0
676 } 676 }
677 ] 677 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698