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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug.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 672 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0", 683 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0",
684 "SKIA_ANDROID_VERBOSE_SETUP": "1", 684 "SKIA_ANDROID_VERBOSE_SETUP": "1",
685 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Debug" 685 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Debug"
686 }, 686 },
687 "name": "pull skia_dm" 687 "name": "pull skia_dm"
688 }, 688 },
689 { 689 {
690 "cmd": [ 690 "cmd": [
691 "python", 691 "python",
692 "-u", 692 "-u",
693 "RECIPE_MODULE[skia]/resources/upload_dm_results.py", 693 "RECIPE_MODULE[build.skia]/resources/upload_dm_results.py",
694 "[SLAVE_BUILD]/dm", 694 "[SLAVE_BUILD]/dm",
695 "164710", 695 "164710",
696 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug", 696 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug",
697 "5", 697 "5",
698 "", 698 "",
699 "[SLAVE_BUILD]/skia/common/py/utils" 699 "[SLAVE_BUILD]/skia/common/py/utils"
700 ], 700 ],
701 "cwd": "[SLAVE_BUILD]/skia", 701 "cwd": "[SLAVE_BUILD]/skia",
702 "env": { 702 "env": {
703 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", 703 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
802 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Debug" 802 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Debug"
803 }, 803 },
804 "name": "wait for device (3)" 804 "name": "wait for device (3)"
805 }, 805 },
806 { 806 {
807 "name": "$result", 807 "name": "$result",
808 "recipe_result": null, 808 "recipe_result": null,
809 "status_code": 0 809 "status_code": 0
810 } 810 }
811 ] 811 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698