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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_gtest_memory_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 "chromium.memory", 8 "chromium.memory",
9 "--builder", 9 "--builder",
10 "Linux ASan LSan Builder", 10 "Linux ASan LSan Builder",
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 "--src-dir", 276 "--src-dir",
277 "[SLAVE_BUILD]/src", 277 "[SLAVE_BUILD]/src",
278 "--goma-cache-dir", 278 "--goma-cache-dir",
279 "[GOMA_CACHE]", 279 "[GOMA_CACHE]",
280 "--build-tool", 280 "--build-tool",
281 "ninja", 281 "ninja",
282 "--compiler", 282 "--compiler",
283 "goma-clang", 283 "goma-clang",
284 "--goma-jsonstatus", 284 "--goma-jsonstatus",
285 "/path/to/tmp/json", 285 "/path/to/tmp/json",
286 "--goma-service-account-json-file",
287 "/creds/service_accounts/service-account-goma-client.json",
286 "--goma-dir", 288 "--goma-dir",
287 "[CACHE]/cipd/goma", 289 "[CACHE]/cipd/goma",
288 "--", 290 "--",
289 "browser_tests" 291 "browser_tests"
290 ], 292 ],
291 "cwd": "[SLAVE_BUILD]", 293 "cwd": "[SLAVE_BUILD]",
292 "name": "compile", 294 "name": "compile",
293 "~followup_annotations": [ 295 "~followup_annotations": [
294 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 296 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
295 "@@@STEP_LOG_END@json.output (invalid)@@@" 297 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 "~followup_annotations": [ 373 "~followup_annotations": [
372 "@@@STEP_TEXT@Linux ASan Tests (sandboxed)@@@" 374 "@@@STEP_TEXT@Linux ASan Tests (sandboxed)@@@"
373 ] 375 ]
374 }, 376 },
375 { 377 {
376 "name": "$result", 378 "name": "$result",
377 "recipe_result": null, 379 "recipe_result": null,
378 "status_code": 0 380 "status_code": 0
379 } 381 }
380 ] 382 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698