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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_mac64_release__gn_.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 "client.libyuv", 8 "client.libyuv",
9 "--builder", 9 "--builder",
10 "Mac64 Release (GN)", 10 "Mac64 Release (GN)",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 ] 96 ]
97 }, 97 },
98 { 98 {
99 "cmd": [ 99 "cmd": [
100 "python", 100 "python",
101 "-u", 101 "-u",
102 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 102 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
103 "--show-path", 103 "--show-path",
104 "python", 104 "python",
105 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 105 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
106 "--gsutil-py-path",
107 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
106 "--ninja-path", 108 "--ninja-path",
107 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 109 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
108 "--target", 110 "--target",
109 "Release", 111 "Release",
110 "--src-dir", 112 "--src-dir",
111 "[SLAVE_BUILD]/src", 113 "[SLAVE_BUILD]/src",
112 "--goma-cache-dir", 114 "--goma-cache-dir",
113 "[GOMA_CACHE]", 115 "[GOMA_CACHE]",
114 "--build-tool", 116 "--build-tool",
115 "ninja", 117 "ninja",
(...skipping 12 matching lines...) Expand all
128 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 130 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
129 "@@@STEP_LOG_END@json.output (invalid)@@@" 131 "@@@STEP_LOG_END@json.output (invalid)@@@"
130 ] 132 ]
131 }, 133 },
132 { 134 {
133 "name": "$result", 135 "name": "$result",
134 "recipe_result": null, 136 "recipe_result": null,
135 "status_code": 0 137 "status_code": 0
136 } 138 }
137 ] 139 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698