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

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

Powered by Google App Engine
This is Rietveld 408576698