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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_with_component_rev.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.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux_chromium_gn_rel", 10 "v8_linux_chromium_gn_rel",
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 "tryserver.v8", 333 "tryserver.v8",
334 "-b", 334 "-b",
335 "v8_linux_chromium_gn_rel", 335 "v8_linux_chromium_gn_rel",
336 "--config-file", 336 "--config-file",
337 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 337 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
338 "--goma-dir", 338 "--goma-dir",
339 "[CACHE]/cipd/goma", 339 "[CACHE]/cipd/goma",
340 "//out/Release" 340 "//out/Release"
341 ], 341 ],
342 "cwd": "[SLAVE_BUILD]", 342 "cwd": "[SLAVE_BUILD]",
343 "env": {
344 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
345 },
343 "name": "generate_build_files (with patch)" 346 "name": "generate_build_files (with patch)"
344 }, 347 },
345 { 348 {
346 "cmd": [ 349 "cmd": [
347 "python", 350 "python",
348 "-u", 351 "-u",
349 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 352 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
350 "--show-path", 353 "--show-path",
351 "python", 354 "python",
352 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 355 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 "tryserver.v8", 517 "tryserver.v8",
515 "-b", 518 "-b",
516 "v8_linux_chromium_gn_rel", 519 "v8_linux_chromium_gn_rel",
517 "--config-file", 520 "--config-file",
518 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 521 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
519 "--goma-dir", 522 "--goma-dir",
520 "[CACHE]/cipd/goma", 523 "[CACHE]/cipd/goma",
521 "//out/Release" 524 "//out/Release"
522 ], 525 ],
523 "cwd": "[SLAVE_BUILD]", 526 "cwd": "[SLAVE_BUILD]",
527 "env": {
528 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
529 },
524 "name": "generate_build_files (without patch)" 530 "name": "generate_build_files (without patch)"
525 }, 531 },
526 { 532 {
527 "cmd": [ 533 "cmd": [
528 "python", 534 "python",
529 "-u", 535 "-u",
530 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 536 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
531 "--show-path", 537 "--show-path",
532 "python", 538 "python",
533 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 539 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 "~followup_annotations": [ 592 "~followup_annotations": [
587 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@" 593 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@"
588 ] 594 ]
589 }, 595 },
590 { 596 {
591 "name": "$result", 597 "name": "$result",
592 "reason": "Step('compile (with patch)') failed with return_code 1", 598 "reason": "Step('compile (with patch)') failed with return_code 1",
593 "status_code": 1 599 "status_code": 1
594 } 600 }
595 ] 601 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698