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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_infra.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_chromium_rel_ng", 10 "linux_chromium_rel_ng",
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 "tryserver.chromium.linux", 340 "tryserver.chromium.linux",
341 "-b", 341 "-b",
342 "linux_chromium_rel_ng", 342 "linux_chromium_rel_ng",
343 "--config-file", 343 "--config-file",
344 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 344 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
345 "--goma-dir", 345 "--goma-dir",
346 "[CACHE]/cipd/goma", 346 "[CACHE]/cipd/goma",
347 "//out/Release" 347 "//out/Release"
348 ], 348 ],
349 "cwd": "[SLAVE_BUILD]", 349 "cwd": "[SLAVE_BUILD]",
350 "env": {
351 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
352 },
350 "name": "generate_build_files (with patch)" 353 "name": "generate_build_files (with patch)"
351 }, 354 },
352 { 355 {
353 "cmd": [ 356 "cmd": [
354 "python", 357 "python",
355 "-u", 358 "-u",
356 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 359 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
357 "--show-path", 360 "--show-path",
358 "python", 361 "python",
359 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 362 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 "tryserver.chromium.linux", 521 "tryserver.chromium.linux",
519 "-b", 522 "-b",
520 "linux_chromium_rel_ng", 523 "linux_chromium_rel_ng",
521 "--config-file", 524 "--config-file",
522 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 525 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
523 "--goma-dir", 526 "--goma-dir",
524 "[CACHE]/cipd/goma", 527 "[CACHE]/cipd/goma",
525 "//out/Release" 528 "//out/Release"
526 ], 529 ],
527 "cwd": "[SLAVE_BUILD]", 530 "cwd": "[SLAVE_BUILD]",
531 "env": {
532 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
533 },
528 "name": "generate_build_files (without patch)" 534 "name": "generate_build_files (without patch)"
529 }, 535 },
530 { 536 {
531 "cmd": [ 537 "cmd": [
532 "python", 538 "python",
533 "-u", 539 "-u",
534 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 540 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
535 "--show-path", 541 "--show-path",
536 "python", 542 "python",
537 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 543 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 "~followup_annotations": [ 589 "~followup_annotations": [
584 "@@@SET_BUILD_PROPERTY@failure_hash@\"935f5d19481d533c5ea3a8d2d4abf9174668 d7fe\"@@@" 590 "@@@SET_BUILD_PROPERTY@failure_hash@\"935f5d19481d533c5ea3a8d2d4abf9174668 d7fe\"@@@"
585 ] 591 ]
586 }, 592 },
587 { 593 {
588 "name": "$result", 594 "name": "$result",
589 "reason": "Infra compile failure: Step Failure in compile (with patch)", 595 "reason": "Infra compile failure: Step Failure in compile (with patch)",
590 "status_code": 1 596 "status_code": 1
591 } 597 }
592 ] 598 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698