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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_failed.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.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_variable", 10 "linux_variable",
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 "chromium.linux", 485 "chromium.linux",
486 "-b", 486 "-b",
487 "Linux Builder", 487 "Linux Builder",
488 "--config-file", 488 "--config-file",
489 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 489 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
490 "--goma-dir", 490 "--goma-dir",
491 "[CACHE]/cipd/goma", 491 "[CACHE]/cipd/goma",
492 "//out/Release" 492 "//out/Release"
493 ], 493 ],
494 "cwd": "[SLAVE_BUILD]", 494 "cwd": "[SLAVE_BUILD]",
495 "env": {
496 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
497 },
495 "name": "test r1.generate_build_files", 498 "name": "test r1.generate_build_files",
496 "~followup_annotations": [ 499 "~followup_annotations": [
497 "@@@STEP_NEST_LEVEL@1@@@" 500 "@@@STEP_NEST_LEVEL@1@@@"
498 ] 501 ]
499 }, 502 },
500 { 503 {
501 "cmd": [ 504 "cmd": [
502 "python", 505 "python",
503 "-u", 506 "-u",
504 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 507 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 "@@@STEP_LOG_END@report@@@", 575 "@@@STEP_LOG_END@report@@@",
573 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r1\", \"metadata\": {\"regre ssion_range_size\": 1, \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \ "failed\"}}@@@" 576 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r1\", \"metadata\": {\"regre ssion_range_size\": 1, \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \ "failed\"}}@@@"
574 ] 577 ]
575 }, 578 },
576 { 579 {
577 "name": "$result", 580 "name": "$result",
578 "recipe_result": null, 581 "recipe_result": null,
579 "status_code": 0 582 "status_code": 0
580 } 583 }
581 ] 584 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698