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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_mac_blink_dbg.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 "tryserver.blink", 8 "tryserver.blink",
9 "--builder", 9 "--builder",
10 "mac_blink_dbg", 10 "mac_blink_dbg",
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 "--src-dir", 367 "--src-dir",
368 "[SLAVE_BUILD]/src", 368 "[SLAVE_BUILD]/src",
369 "--goma-cache-dir", 369 "--goma-cache-dir",
370 "[GOMA_CACHE]", 370 "[GOMA_CACHE]",
371 "--build-tool", 371 "--build-tool",
372 "ninja", 372 "ninja",
373 "--compiler", 373 "--compiler",
374 "goma-clang", 374 "goma-clang",
375 "--goma-jsonstatus", 375 "--goma-jsonstatus",
376 "/path/to/tmp/json", 376 "/path/to/tmp/json",
377 "--goma-service-account-json-file",
378 "/creds/service_accounts/service-account-goma-client.json",
377 "--goma-dir", 379 "--goma-dir",
378 "[CACHE]/cipd/goma", 380 "[CACHE]/cipd/goma",
379 "--goma-fail-fast", 381 "--goma-fail-fast",
380 "--goma-disable-local-fallback", 382 "--goma-disable-local-fallback",
381 "--", 383 "--",
382 "blink_tests" 384 "blink_tests"
383 ], 385 ],
384 "cwd": "[SLAVE_BUILD]", 386 "cwd": "[SLAVE_BUILD]",
385 "name": "compile (with patch)", 387 "name": "compile (with patch)",
386 "~followup_annotations": [ 388 "~followup_annotations": [
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/mac_blink_dbg/571/layout-test-results/results.html@@@", 461 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/mac_blink_dbg/571/layout-test-results/results.html@@@",
460 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/mac_blink_dbg/571/layout-test-results.zip@@@" 462 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/mac_blink_dbg/571/layout-test-results.zip@@@"
461 ] 463 ]
462 }, 464 },
463 { 465 {
464 "name": "$result", 466 "name": "$result",
465 "recipe_result": null, 467 "recipe_result": null,
466 "status_code": 0 468 "status_code": 0
467 } 469 }
468 ] 470 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698