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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/invalid_results.json

Issue 1916303006: Fix GOMA_SERVICE_ACCOUNT_JSON_FILE propagation in mb. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: make sure GOMA_SERVICE_ACCOUNT_JSON_FILE is present in generate_build_files, too 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
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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 "tryserver.chromium.linux", 346 "tryserver.chromium.linux",
347 "-b", 347 "-b",
348 "linux_chromium_rel_ng", 348 "linux_chromium_rel_ng",
349 "--config-file", 349 "--config-file",
350 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 350 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
351 "--goma-dir", 351 "--goma-dir",
352 "[CACHE]/cipd/goma", 352 "[CACHE]/cipd/goma",
353 "//out/Release" 353 "//out/Release"
354 ], 354 ],
355 "cwd": "[SLAVE_BUILD]", 355 "cwd": "[SLAVE_BUILD]",
356 "env": {
357 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
358 },
356 "name": "generate_build_files (with patch)" 359 "name": "generate_build_files (with patch)"
357 }, 360 },
358 { 361 {
359 "cmd": [ 362 "cmd": [
360 "python", 363 "python",
361 "-u", 364 "-u",
362 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 365 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
363 "--show-path", 366 "--show-path",
364 "python", 367 "python",
365 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 368 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 "tryserver.chromium.linux", 561 "tryserver.chromium.linux",
559 "-b", 562 "-b",
560 "linux_chromium_rel_ng", 563 "linux_chromium_rel_ng",
561 "--config-file", 564 "--config-file",
562 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 565 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
563 "--goma-dir", 566 "--goma-dir",
564 "[CACHE]/cipd/goma", 567 "[CACHE]/cipd/goma",
565 "//out/Release" 568 "//out/Release"
566 ], 569 ],
567 "cwd": "[SLAVE_BUILD]", 570 "cwd": "[SLAVE_BUILD]",
571 "env": {
572 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
573 },
568 "name": "generate_build_files (without patch)" 574 "name": "generate_build_files (without patch)"
569 }, 575 },
570 { 576 {
571 "cmd": [ 577 "cmd": [
572 "python", 578 "python",
573 "-u", 579 "-u",
574 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 580 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
575 "--show-path", 581 "--show-path",
576 "python", 582 "python",
577 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 583 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 "@@@STEP_FAILURE@@@", 667 "@@@STEP_FAILURE@@@",
662 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@" 668 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@"
663 ] 669 ]
664 }, 670 },
665 { 671 {
666 "name": "$result", 672 "name": "$result",
667 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1", 673 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1",
668 "status_code": 1 674 "status_code": 1
669 } 675 }
670 ] 676 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698