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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_linux_release.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.dart.fyi", 8 "client.dart.fyi",
9 "--builder", 9 "--builder",
10 "v8-linux-release", 10 "v8-linux-release",
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "--src-dir", 122 "--src-dir",
123 "[SLAVE_BUILD]/v8", 123 "[SLAVE_BUILD]/v8",
124 "--goma-cache-dir", 124 "--goma-cache-dir",
125 "[GOMA_CACHE]", 125 "[GOMA_CACHE]",
126 "--build-tool", 126 "--build-tool",
127 "ninja", 127 "ninja",
128 "--compiler", 128 "--compiler",
129 "goma-clang", 129 "goma-clang",
130 "--goma-jsonstatus", 130 "--goma-jsonstatus",
131 "/path/to/tmp/json", 131 "/path/to/tmp/json",
132 "--goma-service-account-json-file",
133 "/creds/service_accounts/service-account-goma-client.json",
132 "--goma-dir", 134 "--goma-dir",
133 "[BUILD]/goma", 135 "[BUILD]/goma",
134 "--" 136 "--"
135 ], 137 ],
136 "cwd": "[SLAVE_BUILD]", 138 "cwd": "[SLAVE_BUILD]",
137 "name": "compile", 139 "name": "compile",
138 "~followup_annotations": [ 140 "~followup_annotations": [
139 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 141 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
140 "@@@STEP_LOG_END@json.output (invalid)@@@" 142 "@@@STEP_LOG_END@json.output (invalid)@@@"
141 ] 143 ]
(...skipping 20 matching lines...) Expand all
162 ], 164 ],
163 "cwd": "[SLAVE_BUILD]", 165 "cwd": "[SLAVE_BUILD]",
164 "name": "package build" 166 "name": "package build"
165 }, 167 },
166 { 168 {
167 "name": "$result", 169 "name": "$result",
168 "recipe_result": null, 170 "recipe_result": null,
169 "status_code": 0 171 "status_code": 0
170 } 172 }
171 ] 173 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698