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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_ng.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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 "--src-dir", 359 "--src-dir",
360 "[SLAVE_BUILD]/src", 360 "[SLAVE_BUILD]/src",
361 "--goma-cache-dir", 361 "--goma-cache-dir",
362 "[GOMA_CACHE]", 362 "[GOMA_CACHE]",
363 "--build-tool", 363 "--build-tool",
364 "ninja", 364 "ninja",
365 "--compiler", 365 "--compiler",
366 "goma", 366 "goma",
367 "--goma-jsonstatus", 367 "--goma-jsonstatus",
368 "/path/to/tmp/json", 368 "/path/to/tmp/json",
369 "--goma-service-account-json-file",
370 "/creds/service_accounts/service-account-goma-client.json",
371 "--goma-dir", 369 "--goma-dir",
372 "[CACHE]/cipd/goma", 370 "[CACHE]/cipd/goma",
373 "--goma-fail-fast", 371 "--goma-fail-fast",
374 "--goma-disable-local-fallback", 372 "--goma-disable-local-fallback",
375 "--ninja-ensure-up-to-date", 373 "--ninja-ensure-up-to-date",
376 "--", 374 "--",
377 "chromium_swarm_tests" 375 "chromium_swarm_tests"
378 ], 376 ],
379 "cwd": "[SLAVE_BUILD]", 377 "cwd": "[SLAVE_BUILD]",
380 "name": "compile (with patch)", 378 "name": "compile (with patch)",
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 "--src-dir", 524 "--src-dir",
527 "[SLAVE_BUILD]/src", 525 "[SLAVE_BUILD]/src",
528 "--goma-cache-dir", 526 "--goma-cache-dir",
529 "[GOMA_CACHE]", 527 "[GOMA_CACHE]",
530 "--build-tool", 528 "--build-tool",
531 "ninja", 529 "ninja",
532 "--compiler", 530 "--compiler",
533 "goma", 531 "goma",
534 "--goma-jsonstatus", 532 "--goma-jsonstatus",
535 "/path/to/tmp/json", 533 "/path/to/tmp/json",
536 "--goma-service-account-json-file",
537 "/creds/service_accounts/service-account-goma-client.json",
538 "--goma-dir", 534 "--goma-dir",
539 "[CACHE]/cipd/goma", 535 "[CACHE]/cipd/goma",
540 "--goma-fail-fast", 536 "--goma-fail-fast",
541 "--goma-disable-local-fallback", 537 "--goma-disable-local-fallback",
542 "--ninja-ensure-up-to-date", 538 "--ninja-ensure-up-to-date",
543 "--", 539 "--",
544 "chromium_swarm_tests" 540 "chromium_swarm_tests"
545 ], 541 ],
546 "cwd": "[SLAVE_BUILD]", 542 "cwd": "[SLAVE_BUILD]",
547 "name": "compile (without patch)", 543 "name": "compile (without patch)",
(...skipping 18 matching lines...) Expand all
566 "~followup_annotations": [ 562 "~followup_annotations": [
567 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8 ac1f\"@@@" 563 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8 ac1f\"@@@"
568 ] 564 ]
569 }, 565 },
570 { 566 {
571 "name": "$result", 567 "name": "$result",
572 "reason": "Step('compile (without patch)') failed with return_code 1", 568 "reason": "Step('compile (without patch)') failed with return_code 1",
573 "status_code": 1 569 "status_code": 1
574 } 570 }
575 ] 571 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698