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

Side by Side Diff: scripts/slave/recipes/webrtc/libfuzzer.expected/full_tryserver_webrtc_linux_libfuzzer_rel.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.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "linux_libfuzzer_rel", 10 "linux_libfuzzer_rel",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 ] 114 ]
115 }, 115 },
116 { 116 {
117 "cmd": [ 117 "cmd": [
118 "python", 118 "python",
119 "-u", 119 "-u",
120 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 120 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
121 "--show-path", 121 "--show-path",
122 "python", 122 "python",
123 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 123 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
124 "--gsutil-py-path",
125 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
124 "--ninja-path", 126 "--ninja-path",
125 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 127 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
126 "--target", 128 "--target",
127 "Release", 129 "Release",
128 "--src-dir", 130 "--src-dir",
129 "[SLAVE_BUILD]/src", 131 "[SLAVE_BUILD]/src",
130 "--goma-cache-dir", 132 "--goma-cache-dir",
131 "[GOMA_CACHE]", 133 "[GOMA_CACHE]",
132 "--build-tool", 134 "--build-tool",
133 "ninja", 135 "ninja",
(...skipping 16 matching lines...) Expand all
150 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 152 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
151 "@@@STEP_LOG_END@json.output (invalid)@@@" 153 "@@@STEP_LOG_END@json.output (invalid)@@@"
152 ] 154 ]
153 }, 155 },
154 { 156 {
155 "name": "$result", 157 "name": "$result",
156 "recipe_result": null, 158 "recipe_result": null,
157 "status_code": 0 159 "status_code": 0
158 } 160 }
159 ] 161 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698