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

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

Powered by Google App Engine
This is Rietveld 408576698