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

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

Powered by Google App Engine
This is Rietveld 408576698