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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/blink_minimal_pass_continues.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, 7 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.blink", 8 "tryserver.blink",
9 "--builder", 9 "--builder",
10 "linux_blink_rel", 10 "linux_blink_rel",
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 "tryserver.blink", 322 "tryserver.blink",
323 "-b", 323 "-b",
324 "linux_blink_rel", 324 "linux_blink_rel",
325 "--config-file", 325 "--config-file",
326 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 326 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
327 "--goma-dir", 327 "--goma-dir",
328 "[CACHE]/cipd/goma", 328 "[CACHE]/cipd/goma",
329 "//out/Release" 329 "//out/Release"
330 ], 330 ],
331 "cwd": "[SLAVE_BUILD]", 331 "cwd": "[SLAVE_BUILD]",
332 "env": {
333 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
334 },
332 "name": "generate_build_files (with patch)" 335 "name": "generate_build_files (with patch)"
333 }, 336 },
334 { 337 {
335 "cmd": [ 338 "cmd": [
336 "python", 339 "python",
337 "-u", 340 "-u",
338 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 341 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
339 "--show-path", 342 "--show-path",
340 "python", 343 "python",
341 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 344 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 "tryserver.blink", 570 "tryserver.blink",
568 "-b", 571 "-b",
569 "linux_blink_rel", 572 "linux_blink_rel",
570 "--config-file", 573 "--config-file",
571 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 574 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
572 "--goma-dir", 575 "--goma-dir",
573 "[CACHE]/cipd/goma", 576 "[CACHE]/cipd/goma",
574 "//out/Release" 577 "//out/Release"
575 ], 578 ],
576 "cwd": "[SLAVE_BUILD]", 579 "cwd": "[SLAVE_BUILD]",
580 "env": {
581 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
582 },
577 "name": "generate_build_files (without patch)" 583 "name": "generate_build_files (without patch)"
578 }, 584 },
579 { 585 {
580 "cmd": [ 586 "cmd": [
581 "python", 587 "python",
582 "-u", 588 "-u",
583 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 589 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
584 "--show-path", 590 "--show-path",
585 "python", 591 "python",
586 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 592 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", 686 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@",
681 "@@@SET_BUILD_PROPERTY@failure_hash@\"c3c333c07f535499b5146eecbf978c6b4f5b 7535\"@@@" 687 "@@@SET_BUILD_PROPERTY@failure_hash@\"c3c333c07f535499b5146eecbf978c6b4f5b 7535\"@@@"
682 ] 688 ]
683 }, 689 },
684 { 690 {
685 "name": "$result", 691 "name": "$result",
686 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests (retry summary)') failed with return_code 1", 692 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests (retry summary)') failed with return_code 1",
687 "status_code": 1 693 "status_code": 1
688 } 694 }
689 ] 695 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698