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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_infra.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.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_rel_ng", 10 "linux_chromium_rel_ng",
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 "--src-dir", 365 "--src-dir",
366 "[SLAVE_BUILD]/src", 366 "[SLAVE_BUILD]/src",
367 "--goma-cache-dir", 367 "--goma-cache-dir",
368 "[GOMA_CACHE]", 368 "[GOMA_CACHE]",
369 "--build-tool", 369 "--build-tool",
370 "ninja", 370 "ninja",
371 "--compiler", 371 "--compiler",
372 "goma", 372 "goma",
373 "--goma-jsonstatus", 373 "--goma-jsonstatus",
374 "/path/to/tmp/json", 374 "/path/to/tmp/json",
375 "--goma-service-account-json-file",
376 "/creds/service_accounts/service-account-goma-client.json",
375 "--goma-dir", 377 "--goma-dir",
376 "[CACHE]/cipd/goma", 378 "[CACHE]/cipd/goma",
377 "--goma-fail-fast", 379 "--goma-fail-fast",
378 "--goma-disable-local-fallback", 380 "--goma-disable-local-fallback",
379 "--ninja-ensure-up-to-date", 381 "--ninja-ensure-up-to-date",
380 "--", 382 "--",
381 "chromium_swarm_tests" 383 "chromium_swarm_tests"
382 ], 384 ],
383 "cwd": "[SLAVE_BUILD]", 385 "cwd": "[SLAVE_BUILD]",
384 "name": "compile (with patch)", 386 "name": "compile (with patch)",
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 "--src-dir", 539 "--src-dir",
538 "[SLAVE_BUILD]/src", 540 "[SLAVE_BUILD]/src",
539 "--goma-cache-dir", 541 "--goma-cache-dir",
540 "[GOMA_CACHE]", 542 "[GOMA_CACHE]",
541 "--build-tool", 543 "--build-tool",
542 "ninja", 544 "ninja",
543 "--compiler", 545 "--compiler",
544 "goma", 546 "goma",
545 "--goma-jsonstatus", 547 "--goma-jsonstatus",
546 "/path/to/tmp/json", 548 "/path/to/tmp/json",
549 "--goma-service-account-json-file",
550 "/creds/service_accounts/service-account-goma-client.json",
547 "--goma-dir", 551 "--goma-dir",
548 "[CACHE]/cipd/goma", 552 "[CACHE]/cipd/goma",
549 "--goma-fail-fast", 553 "--goma-fail-fast",
550 "--goma-disable-local-fallback", 554 "--goma-disable-local-fallback",
551 "--ninja-ensure-up-to-date", 555 "--ninja-ensure-up-to-date",
552 "--", 556 "--",
553 "chromium_swarm_tests" 557 "chromium_swarm_tests"
554 ], 558 ],
555 "cwd": "[SLAVE_BUILD]", 559 "cwd": "[SLAVE_BUILD]",
556 "name": "compile (without patch)", 560 "name": "compile (without patch)",
(...skipping 14 matching lines...) Expand all
571 "~followup_annotations": [ 575 "~followup_annotations": [
572 "@@@SET_BUILD_PROPERTY@failure_hash@\"935f5d19481d533c5ea3a8d2d4abf9174668 d7fe\"@@@" 576 "@@@SET_BUILD_PROPERTY@failure_hash@\"935f5d19481d533c5ea3a8d2d4abf9174668 d7fe\"@@@"
573 ] 577 ]
574 }, 578 },
575 { 579 {
576 "name": "$result", 580 "name": "$result",
577 "reason": "Infra compile failure: Step Failure in compile (with patch)", 581 "reason": "Infra compile failure: Step Failure in compile (with patch)",
578 "status_code": 1 582 "status_code": 1
579 } 583 }
580 ] 584 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698