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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_debug__gn_.json

Issue 1903503007: goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE (reland #1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase 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", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Win64 Debug (GN)", 10 "Win64 Debug (GN)",
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 "--src-dir", 123 "--src-dir",
124 "[SLAVE_BUILD]\\src", 124 "[SLAVE_BUILD]\\src",
125 "--goma-cache-dir", 125 "--goma-cache-dir",
126 "[GOMA_CACHE]", 126 "[GOMA_CACHE]",
127 "--build-tool", 127 "--build-tool",
128 "ninja", 128 "ninja",
129 "--compiler", 129 "--compiler",
130 "goma", 130 "goma",
131 "--goma-jsonstatus", 131 "--goma-jsonstatus",
132 "/path/to/tmp/json", 132 "/path/to/tmp/json",
133 "--goma-service-account-json-file",
134 "C:\\creds\\service_accounts\\service-account-goma-client.json",
133 "--goma-dir", 135 "--goma-dir",
134 "[BUILD]\\goma", 136 "[BUILD]\\goma",
135 "--", 137 "--",
136 "all" 138 "all"
137 ], 139 ],
138 "cwd": "[SLAVE_BUILD]", 140 "cwd": "[SLAVE_BUILD]",
139 "name": "compile", 141 "name": "compile",
140 "~followup_annotations": [ 142 "~followup_annotations": [
141 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 143 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
142 "@@@STEP_LOG_END@json.output (invalid)@@@" 144 "@@@STEP_LOG_END@json.output (invalid)@@@"
143 ] 145 ]
144 }, 146 },
145 { 147 {
146 "name": "$result", 148 "name": "$result",
147 "recipe_result": null, 149 "recipe_result": null,
148 "status_code": 0 150 "status_code": 0
149 } 151 }
150 ] 152 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698