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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_gtest_memory_builder.json

Issue 1906513003: Revert "goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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",
288 "--goma-dir", 286 "--goma-dir",
289 "[CACHE]/cipd/goma", 287 "[CACHE]/cipd/goma",
290 "--", 288 "--",
291 "browser_tests" 289 "browser_tests"
292 ], 290 ],
293 "cwd": "[SLAVE_BUILD]", 291 "cwd": "[SLAVE_BUILD]",
294 "name": "compile", 292 "name": "compile",
295 "~followup_annotations": [ 293 "~followup_annotations": [
296 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 294 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
297 "@@@STEP_LOG_END@json.output (invalid)@@@" 295 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 "~followup_annotations": [ 371 "~followup_annotations": [
374 "@@@STEP_TEXT@Linux ASan Tests (sandboxed)@@@" 372 "@@@STEP_TEXT@Linux ASan Tests (sandboxed)@@@"
375 ] 373 ]
376 }, 374 },
377 { 375 {
378 "name": "$result", 376 "name": "$result",
379 "recipe_result": null, 377 "recipe_result": null,
380 "status_code": 0 378 "status_code": 0
381 } 379 }
382 ] 380 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698