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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_with_component_rev.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.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux_chromium_gn_rel", 10 "v8_linux_chromium_gn_rel",
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 "--src-dir", 358 "--src-dir",
359 "[SLAVE_BUILD]/src", 359 "[SLAVE_BUILD]/src",
360 "--goma-cache-dir", 360 "--goma-cache-dir",
361 "[GOMA_CACHE]", 361 "[GOMA_CACHE]",
362 "--build-tool", 362 "--build-tool",
363 "ninja", 363 "ninja",
364 "--compiler", 364 "--compiler",
365 "goma", 365 "goma",
366 "--goma-jsonstatus", 366 "--goma-jsonstatus",
367 "/path/to/tmp/json", 367 "/path/to/tmp/json",
368 "--goma-service-account-json-file",
369 "/creds/service_accounts/service-account-goma-client.json",
370 "--goma-dir", 368 "--goma-dir",
371 "[CACHE]/cipd/goma", 369 "[CACHE]/cipd/goma",
372 "--goma-fail-fast", 370 "--goma-fail-fast",
373 "--goma-disable-local-fallback", 371 "--goma-disable-local-fallback",
374 "--ninja-ensure-up-to-date", 372 "--ninja-ensure-up-to-date",
375 "--", 373 "--",
376 "base_unittests", 374 "base_unittests",
377 "blink_tests", 375 "blink_tests",
378 "extensions_browsertests", 376 "extensions_browsertests",
379 "gin_unittests", 377 "gin_unittests",
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 "--src-dir", 533 "--src-dir",
536 "[SLAVE_BUILD]/src", 534 "[SLAVE_BUILD]/src",
537 "--goma-cache-dir", 535 "--goma-cache-dir",
538 "[GOMA_CACHE]", 536 "[GOMA_CACHE]",
539 "--build-tool", 537 "--build-tool",
540 "ninja", 538 "ninja",
541 "--compiler", 539 "--compiler",
542 "goma", 540 "goma",
543 "--goma-jsonstatus", 541 "--goma-jsonstatus",
544 "/path/to/tmp/json", 542 "/path/to/tmp/json",
545 "--goma-service-account-json-file",
546 "/creds/service_accounts/service-account-goma-client.json",
547 "--goma-dir", 543 "--goma-dir",
548 "[CACHE]/cipd/goma", 544 "[CACHE]/cipd/goma",
549 "--goma-fail-fast", 545 "--goma-fail-fast",
550 "--goma-disable-local-fallback", 546 "--goma-disable-local-fallback",
551 "--ninja-ensure-up-to-date", 547 "--ninja-ensure-up-to-date",
552 "--", 548 "--",
553 "base_unittests", 549 "base_unittests",
554 "blink_tests", 550 "blink_tests",
555 "extensions_browsertests", 551 "extensions_browsertests",
556 "gin_unittests", 552 "gin_unittests",
(...skipping 21 matching lines...) Expand all
578 "~followup_annotations": [ 574 "~followup_annotations": [
579 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@" 575 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@"
580 ] 576 ]
581 }, 577 },
582 { 578 {
583 "name": "$result", 579 "name": "$result",
584 "reason": "Step('compile (with patch)') failed with return_code 1", 580 "reason": "Step('compile (with patch)') failed with return_code 1",
585 "status_code": 1 581 "status_code": 1
586 } 582 }
587 ] 583 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698