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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_ASAN___debug.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 "Chromium ASAN - debug", 10 "Chromium ASAN - debug",
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 "--goma-cache-dir", 260 "--goma-cache-dir",
261 "[GOMA_CACHE]", 261 "[GOMA_CACHE]",
262 "--build-tool", 262 "--build-tool",
263 "ninja", 263 "ninja",
264 "--build-data-dir", 264 "--build-data-dir",
265 "[ROOT]/build_data_dir", 265 "[ROOT]/build_data_dir",
266 "--compiler", 266 "--compiler",
267 "goma-clang", 267 "goma-clang",
268 "--goma-jsonstatus", 268 "--goma-jsonstatus",
269 "/path/to/tmp/json", 269 "/path/to/tmp/json",
270 "--goma-service-account-json-file",
271 "/creds/service_accounts/service-account-goma-client.json",
270 "--goma-dir", 272 "--goma-dir",
271 "[CACHE]/cipd/goma", 273 "[CACHE]/cipd/goma",
272 "--clobber", 274 "--clobber",
273 "--", 275 "--",
274 "chromium_builder_asan" 276 "chromium_builder_asan"
275 ], 277 ],
276 "cwd": "[SLAVE_BUILD]", 278 "cwd": "[SLAVE_BUILD]",
277 "name": "compile", 279 "name": "compile",
278 "~followup_annotations": [ 280 "~followup_annotations": [
279 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 281 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 359 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
358 "@@@STEP_LOG_END@python.inline@@@" 360 "@@@STEP_LOG_END@python.inline@@@"
359 ] 361 ]
360 }, 362 },
361 { 363 {
362 "name": "$result", 364 "name": "$result",
363 "recipe_result": null, 365 "recipe_result": null,
364 "status_code": 0 366 "status_code": 0
365 } 367 }
366 ] 368 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698