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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_ng.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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 "tryserver.chromium.linux", 334 "tryserver.chromium.linux",
335 "-b", 335 "-b",
336 "linux_chromium_rel_ng", 336 "linux_chromium_rel_ng",
337 "--config-file", 337 "--config-file",
338 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 338 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
339 "--goma-dir", 339 "--goma-dir",
340 "[CACHE]/cipd/goma", 340 "[CACHE]/cipd/goma",
341 "//out/Release" 341 "//out/Release"
342 ], 342 ],
343 "cwd": "[SLAVE_BUILD]", 343 "cwd": "[SLAVE_BUILD]",
344 "env": {
345 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
346 },
344 "name": "generate_build_files (with patch)" 347 "name": "generate_build_files (with patch)"
345 }, 348 },
346 { 349 {
347 "cmd": [ 350 "cmd": [
348 "python", 351 "python",
349 "-u", 352 "-u",
350 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 353 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
351 "--show-path", 354 "--show-path",
352 "python", 355 "python",
353 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 356 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 "tryserver.chromium.linux", 508 "tryserver.chromium.linux",
506 "-b", 509 "-b",
507 "linux_chromium_rel_ng", 510 "linux_chromium_rel_ng",
508 "--config-file", 511 "--config-file",
509 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 512 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
510 "--goma-dir", 513 "--goma-dir",
511 "[CACHE]/cipd/goma", 514 "[CACHE]/cipd/goma",
512 "//out/Release" 515 "//out/Release"
513 ], 516 ],
514 "cwd": "[SLAVE_BUILD]", 517 "cwd": "[SLAVE_BUILD]",
518 "env": {
519 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
520 },
515 "name": "generate_build_files (without patch)" 521 "name": "generate_build_files (without patch)"
516 }, 522 },
517 { 523 {
518 "cmd": [ 524 "cmd": [
519 "python", 525 "python",
520 "-u", 526 "-u",
521 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 527 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
522 "--show-path", 528 "--show-path",
523 "python", 529 "python",
524 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 530 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 "~followup_annotations": [ 576 "~followup_annotations": [
571 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@" 577 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@"
572 ] 578 ]
573 }, 579 },
574 { 580 {
575 "name": "$result", 581 "name": "$result",
576 "reason": "Step('compile (with patch)') failed with return_code 1", 582 "reason": "Step('compile (with patch)') failed with return_code 1",
577 "status_code": 1 583 "status_code": 1
578 } 584 }
579 ] 585 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698