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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_ios_arm64.json

Issue 1896113002: compile.py: explicitly pass gsutil.py path for uploading goma logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.libyuv", 8 "tryserver.libyuv",
9 "--builder", 9 "--builder",
10 "ios_arm64", 10 "ios_arm64",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 ] 86 ]
87 }, 87 },
88 { 88 {
89 "cmd": [ 89 "cmd": [
90 "python", 90 "python",
91 "-u", 91 "-u",
92 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 92 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
93 "--show-path", 93 "--show-path",
94 "python", 94 "python",
95 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 95 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
96 "--gsutil-py-path",
97 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
96 "--ninja-path", 98 "--ninja-path",
97 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 99 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
98 "--target", 100 "--target",
99 "Debug-iphoneos", 101 "Debug-iphoneos",
100 "--src-dir", 102 "--src-dir",
101 "[SLAVE_BUILD]/src", 103 "[SLAVE_BUILD]/src",
102 "--goma-cache-dir", 104 "--goma-cache-dir",
103 "[GOMA_CACHE]", 105 "[GOMA_CACHE]",
104 "--build-tool", 106 "--build-tool",
105 "ninja", 107 "ninja",
(...skipping 14 matching lines...) Expand all
120 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 122 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
121 "@@@STEP_LOG_END@json.output (invalid)@@@" 123 "@@@STEP_LOG_END@json.output (invalid)@@@"
122 ] 124 ]
123 }, 125 },
124 { 126 {
125 "name": "$result", 127 "name": "$result",
126 "recipe_result": null, 128 "recipe_result": null,
127 "status_code": 0 129 "status_code": 0
128 } 130 }
129 ] 131 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698