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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_gn_dbg.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 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "linux_gn_dbg", 10 "linux_gn_dbg",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "--src-dir", 129 "--src-dir",
130 "[SLAVE_BUILD]/src", 130 "[SLAVE_BUILD]/src",
131 "--goma-cache-dir", 131 "--goma-cache-dir",
132 "[GOMA_CACHE]", 132 "[GOMA_CACHE]",
133 "--build-tool", 133 "--build-tool",
134 "ninja", 134 "ninja",
135 "--compiler", 135 "--compiler",
136 "goma", 136 "goma",
137 "--goma-jsonstatus", 137 "--goma-jsonstatus",
138 "/path/to/tmp/json", 138 "/path/to/tmp/json",
139 "--goma-service-account-json-file",
140 "/creds/service_accounts/service-account-goma-client.json",
139 "--goma-dir", 141 "--goma-dir",
140 "[BUILD]/goma", 142 "[BUILD]/goma",
141 "--goma-fail-fast", 143 "--goma-fail-fast",
142 "--goma-disable-local-fallback", 144 "--goma-disable-local-fallback",
143 "--", 145 "--",
144 "all" 146 "all"
145 ], 147 ],
146 "cwd": "[SLAVE_BUILD]", 148 "cwd": "[SLAVE_BUILD]",
147 "name": "compile", 149 "name": "compile",
148 "~followup_annotations": [ 150 "~followup_annotations": [
149 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 151 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
150 "@@@STEP_LOG_END@json.output (invalid)@@@" 152 "@@@STEP_LOG_END@json.output (invalid)@@@"
151 ] 153 ]
152 }, 154 },
153 { 155 {
154 "name": "$result", 156 "name": "$result",
155 "recipe_result": null, 157 "recipe_result": null,
156 "status_code": 0 158 "status_code": 0
157 } 159 }
158 ] 160 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698