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

Side by Side Diff: scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch.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 "chromium.infra.cron", 8 "chromium.infra.cron",
9 "--builder", 9 "--builder",
10 "ChromiumOS Codesearch", 10 "ChromiumOS Codesearch",
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 "--goma-cache-dir", 196 "--goma-cache-dir",
197 "[GOMA_CACHE]", 197 "[GOMA_CACHE]",
198 "--build-args", 198 "--build-args",
199 "-k 0", 199 "-k 0",
200 "--build-tool", 200 "--build-tool",
201 "ninja", 201 "ninja",
202 "--compiler", 202 "--compiler",
203 "goma-clang", 203 "goma-clang",
204 "--goma-jsonstatus", 204 "--goma-jsonstatus",
205 "/path/to/tmp/json", 205 "/path/to/tmp/json",
206 "--goma-service-account-json-file",
207 "/creds/service_accounts/service-account-goma-client.json",
206 "--goma-dir", 208 "--goma-dir",
207 "[BUILD]/goma", 209 "[BUILD]/goma",
208 "--", 210 "--",
209 "All" 211 "All"
210 ], 212 ],
211 "cwd": "[SLAVE_BUILD]", 213 "cwd": "[SLAVE_BUILD]",
212 "name": "compile", 214 "name": "compile",
213 "~followup_annotations": [ 215 "~followup_annotations": [
214 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 216 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
215 "@@@STEP_LOG_END@json.output (invalid)@@@" 217 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 "~followup_annotations": [ 354 "~followup_annotations": [
353 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese arch/prod/chromium_src_chromeos_170242.tar.bz2@@@" 355 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese arch/prod/chromium_src_chromeos_170242.tar.bz2@@@"
354 ] 356 ]
355 }, 357 },
356 { 358 {
357 "name": "$result", 359 "name": "$result",
358 "recipe_result": null, 360 "recipe_result": null,
359 "status_code": 0 361 "status_code": 0
360 } 362 }
361 ] 363 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698