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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/missing_SKP_VERSION_device.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 792 matching lines...) Expand 10 before | Expand all | Expand 10 after
803 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0", 803 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0",
804 "SKIA_ANDROID_VERBOSE_SETUP": "1", 804 "SKIA_ANDROID_VERBOSE_SETUP": "1",
805 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Debug" 805 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Debug"
806 }, 806 },
807 "name": "pull skia_dm" 807 "name": "pull skia_dm"
808 }, 808 },
809 { 809 {
810 "cmd": [ 810 "cmd": [
811 "python", 811 "python",
812 "-u", 812 "-u",
813 "RECIPE_MODULE[skia]/resources/upload_dm_results.py", 813 "RECIPE_MODULE[build.skia]/resources/upload_dm_results.py",
814 "[SLAVE_BUILD]/dm", 814 "[SLAVE_BUILD]/dm",
815 "164710", 815 "164710",
816 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug", 816 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug",
817 "6", 817 "6",
818 "", 818 "",
819 "[SLAVE_BUILD]/skia/common/py/utils" 819 "[SLAVE_BUILD]/skia/common/py/utils"
820 ], 820 ],
821 "cwd": "[SLAVE_BUILD]/skia", 821 "cwd": "[SLAVE_BUILD]/skia",
822 "env": { 822 "env": {
823 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", 823 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
922 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Debug" 922 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Debug"
923 }, 923 },
924 "name": "wait for device (3)" 924 "name": "wait for device (3)"
925 }, 925 },
926 { 926 {
927 "name": "$result", 927 "name": "$result",
928 "recipe_result": null, 928 "recipe_result": null,
929 "status_code": 0 929 "status_code": 0
930 } 930 }
931 ] 931 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698