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

Side by Side Diff: scripts/slave/recipes/android/builder.expected/full_client_v8_fyi_Android_Builder.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.v8.fyi", 8 "client.v8.fyi",
9 "--builder", 9 "--builder",
10 "Android Builder", 10 "Android Builder",
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 "--src-dir", 163 "--src-dir",
164 "[SLAVE_BUILD]/src", 164 "[SLAVE_BUILD]/src",
165 "--goma-cache-dir", 165 "--goma-cache-dir",
166 "[GOMA_CACHE]", 166 "[GOMA_CACHE]",
167 "--build-tool", 167 "--build-tool",
168 "ninja", 168 "ninja",
169 "--compiler", 169 "--compiler",
170 "goma", 170 "goma",
171 "--goma-jsonstatus", 171 "--goma-jsonstatus",
172 "/path/to/tmp/json", 172 "/path/to/tmp/json",
173 "--goma-service-account-json-file",
174 "/creds/service_accounts/service-account-goma-client.json",
173 "--goma-dir", 175 "--goma-dir",
174 "[BUILD]/goma", 176 "[BUILD]/goma",
175 "--" 177 "--"
176 ], 178 ],
177 "cwd": "[SLAVE_BUILD]", 179 "cwd": "[SLAVE_BUILD]",
178 "env": { 180 "env": {
179 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 181 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
180 }, 182 },
181 "name": "compile", 183 "name": "compile",
182 "~followup_annotations": [ 184 "~followup_annotations": [
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 "~followup_annotations": [ 218 "~followup_annotations": [
217 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8 _android_perf_rel/full-build-linux_267739.zip@@@" 219 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8 _android_perf_rel/full-build-linux_267739.zip@@@"
218 ] 220 ]
219 }, 221 },
220 { 222 {
221 "name": "$result", 223 "name": "$result",
222 "recipe_result": null, 224 "recipe_result": null,
223 "status_code": 0 225 "status_code": 0
224 } 226 }
225 ] 227 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698