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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_compile_rel.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_compile_rel", 10 "linux_compile_rel",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "--src-dir", 115 "--src-dir",
116 "[SLAVE_BUILD]/src", 116 "[SLAVE_BUILD]/src",
117 "--goma-cache-dir", 117 "--goma-cache-dir",
118 "[GOMA_CACHE]", 118 "[GOMA_CACHE]",
119 "--build-tool", 119 "--build-tool",
120 "ninja", 120 "ninja",
121 "--compiler", 121 "--compiler",
122 "goma", 122 "goma",
123 "--goma-jsonstatus", 123 "--goma-jsonstatus",
124 "/path/to/tmp/json", 124 "/path/to/tmp/json",
125 "--goma-service-account-json-file",
126 "/creds/service_accounts/service-account-goma-client.json",
125 "--goma-dir", 127 "--goma-dir",
126 "[BUILD]/goma", 128 "[BUILD]/goma",
127 "--goma-fail-fast", 129 "--goma-fail-fast",
128 "--goma-disable-local-fallback", 130 "--goma-disable-local-fallback",
129 "--", 131 "--",
130 "All" 132 "All"
131 ], 133 ],
132 "cwd": "[SLAVE_BUILD]", 134 "cwd": "[SLAVE_BUILD]",
133 "name": "compile", 135 "name": "compile",
134 "~followup_annotations": [ 136 "~followup_annotations": [
135 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 137 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
136 "@@@STEP_LOG_END@json.output (invalid)@@@" 138 "@@@STEP_LOG_END@json.output (invalid)@@@"
137 ] 139 ]
138 }, 140 },
139 { 141 {
140 "name": "$result", 142 "name": "$result",
141 "recipe_result": null, 143 "recipe_result": null,
142 "status_code": 0 144 "status_code": 0
143 } 145 }
144 ] 146 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698