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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_mac_blink_rel.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 "tryserver.blink", 8 "tryserver.blink",
9 "--builder", 9 "--builder",
10 "mac_blink_rel", 10 "mac_blink_rel",
(...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",
379 "--goma-dir", 377 "--goma-dir",
380 "[CACHE]/cipd/goma", 378 "[CACHE]/cipd/goma",
381 "--goma-fail-fast", 379 "--goma-fail-fast",
382 "--goma-disable-local-fallback", 380 "--goma-disable-local-fallback",
383 "--", 381 "--",
384 "blink_tests" 382 "blink_tests"
385 ], 383 ],
386 "cwd": "[SLAVE_BUILD]", 384 "cwd": "[SLAVE_BUILD]",
387 "name": "compile (with patch)", 385 "name": "compile (with patch)",
388 "~followup_annotations": [ 386 "~followup_annotations": [
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/mac_blink_rel/571/layout-test-results/results.html@@@", 459 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/mac_blink_rel/571/layout-test-results/results.html@@@",
462 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/mac_blink_rel/571/layout-test-results.zip@@@" 460 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/mac_blink_rel/571/layout-test-results.zip@@@"
463 ] 461 ]
464 }, 462 },
465 { 463 {
466 "name": "$result", 464 "name": "$result",
467 "recipe_result": null, 465 "recipe_result": null,
468 "status_code": 0 466 "status_code": 0
469 } 467 }
470 ] 468 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698