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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_linux32_arm.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.fyi", 8 "client.webrtc.fyi",
9 "--builder", 9 "--builder",
10 "Linux32 ARM", 10 "Linux32 ARM",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 "--src-dir", 110 "--src-dir",
111 "[SLAVE_BUILD]/src", 111 "[SLAVE_BUILD]/src",
112 "--goma-cache-dir", 112 "--goma-cache-dir",
113 "[GOMA_CACHE]", 113 "[GOMA_CACHE]",
114 "--build-tool", 114 "--build-tool",
115 "ninja", 115 "ninja",
116 "--compiler", 116 "--compiler",
117 "goma", 117 "goma",
118 "--goma-jsonstatus", 118 "--goma-jsonstatus",
119 "/path/to/tmp/json", 119 "/path/to/tmp/json",
120 "--goma-service-account-json-file",
121 "/creds/service_accounts/service-account-goma-client.json",
120 "--goma-dir", 122 "--goma-dir",
121 "[BUILD]/goma", 123 "[BUILD]/goma",
122 "--", 124 "--",
123 "All" 125 "All"
124 ], 126 ],
125 "cwd": "[SLAVE_BUILD]", 127 "cwd": "[SLAVE_BUILD]",
126 "name": "compile", 128 "name": "compile",
127 "~followup_annotations": [ 129 "~followup_annotations": [
128 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 130 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
129 "@@@STEP_LOG_END@json.output (invalid)@@@" 131 "@@@STEP_LOG_END@json.output (invalid)@@@"
130 ] 132 ]
131 }, 133 },
132 { 134 {
133 "name": "$result", 135 "name": "$result",
134 "recipe_result": null, 136 "recipe_result": null,
135 "status_code": 0 137 "status_code": 0
136 } 138 }
137 ] 139 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698