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/webrtc/libfuzzer.expected/full_tryserver_webrtc_linux_libfuzzer_rel.json

Issue 1915473003: goma: back to build-provided client and disable oauth2 (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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 "--src-dir", 130 "--src-dir",
131 "[SLAVE_BUILD]/src", 131 "[SLAVE_BUILD]/src",
132 "--goma-cache-dir", 132 "--goma-cache-dir",
133 "[GOMA_CACHE]", 133 "[GOMA_CACHE]",
134 "--build-tool", 134 "--build-tool",
135 "ninja", 135 "ninja",
136 "--compiler", 136 "--compiler",
137 "goma", 137 "goma",
138 "--goma-jsonstatus", 138 "--goma-jsonstatus",
139 "/path/to/tmp/json", 139 "/path/to/tmp/json",
140 "--goma-service-account-json-file",
141 "/creds/service_accounts/service-account-goma-client.json",
142 "--goma-dir", 140 "--goma-dir",
143 "[BUILD]/goma", 141 "[BUILD]/goma",
144 "--goma-fail-fast", 142 "--goma-fail-fast",
145 "--goma-disable-local-fallback", 143 "--goma-disable-local-fallback",
146 "--", 144 "--",
147 "target1", 145 "target1",
148 "target2", 146 "target2",
149 "target3" 147 "target3"
150 ], 148 ],
151 "cwd": "[SLAVE_BUILD]", 149 "cwd": "[SLAVE_BUILD]",
152 "name": "compile", 150 "name": "compile",
153 "~followup_annotations": [ 151 "~followup_annotations": [
154 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 152 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
155 "@@@STEP_LOG_END@json.output (invalid)@@@" 153 "@@@STEP_LOG_END@json.output (invalid)@@@"
156 ] 154 ]
157 }, 155 },
158 { 156 {
159 "name": "$result", 157 "name": "$result",
160 "recipe_result": null, 158 "recipe_result": null,
161 "status_code": 0 159 "status_code": 0
162 } 160 }
163 ] 161 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698