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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_swarming.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 "win_swarming", 10 "win_swarming",
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 "--src-dir", 141 "--src-dir",
142 "[SLAVE_BUILD]\\src", 142 "[SLAVE_BUILD]\\src",
143 "--goma-cache-dir", 143 "--goma-cache-dir",
144 "[GOMA_CACHE]", 144 "[GOMA_CACHE]",
145 "--build-tool", 145 "--build-tool",
146 "ninja", 146 "ninja",
147 "--compiler", 147 "--compiler",
148 "goma", 148 "goma",
149 "--goma-jsonstatus", 149 "--goma-jsonstatus",
150 "/path/to/tmp/json", 150 "/path/to/tmp/json",
151 "--goma-service-account-json-file",
152 "C:\\creds\\service_accounts\\service-account-goma-client.json",
153 "--goma-dir", 151 "--goma-dir",
154 "[BUILD]\\goma", 152 "[BUILD]\\goma",
155 "--goma-fail-fast", 153 "--goma-fail-fast",
156 "--goma-disable-local-fallback", 154 "--goma-disable-local-fallback",
157 "--", 155 "--",
158 "All" 156 "All"
159 ], 157 ],
160 "cwd": "[SLAVE_BUILD]", 158 "cwd": "[SLAVE_BUILD]",
161 "name": "compile", 159 "name": "compile",
162 "~followup_annotations": [ 160 "~followup_annotations": [
(...skipping 2060 matching lines...) Expand 10 before | Expand all | Expand 10 after
2223 "@@@STEP_LOG_END@json.output@@@", 2221 "@@@STEP_LOG_END@json.output@@@",
2224 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2222 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2225 ] 2223 ]
2226 }, 2224 },
2227 { 2225 {
2228 "name": "$result", 2226 "name": "$result",
2229 "recipe_result": null, 2227 "recipe_result": null,
2230 "status_code": 0 2228 "status_code": 0
2231 } 2229 }
2232 ] 2230 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698