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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_coverage.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.android", 8 "tryserver.chromium.android",
9 "--builder", 9 "--builder",
10 "android_coverage", 10 "android_coverage",
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 "tryserver.chromium.android", 356 "tryserver.chromium.android",
357 "-b", 357 "-b",
358 "android_coverage", 358 "android_coverage",
359 "--config-file", 359 "--config-file",
360 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 360 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
361 "--goma-dir", 361 "--goma-dir",
362 "[CACHE]/cipd/goma", 362 "[CACHE]/cipd/goma",
363 "//out/Debug" 363 "//out/Debug"
364 ], 364 ],
365 "cwd": "[SLAVE_BUILD]", 365 "cwd": "[SLAVE_BUILD]",
366 "env": {
367 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
368 },
366 "name": "generate_build_files (with patch)" 369 "name": "generate_build_files (with patch)"
367 }, 370 },
368 { 371 {
369 "cmd": [ 372 "cmd": [
370 "python", 373 "python",
371 "-u", 374 "-u",
372 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 375 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
373 "--show-path", 376 "--show-path",
374 "python", 377 "python",
375 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 378 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
1118 "tryserver.chromium.android", 1121 "tryserver.chromium.android",
1119 "-b", 1122 "-b",
1120 "android_coverage", 1123 "android_coverage",
1121 "--config-file", 1124 "--config-file",
1122 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 1125 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
1123 "--goma-dir", 1126 "--goma-dir",
1124 "[CACHE]/cipd/goma", 1127 "[CACHE]/cipd/goma",
1125 "//out/Debug" 1128 "//out/Debug"
1126 ], 1129 ],
1127 "cwd": "[SLAVE_BUILD]", 1130 "cwd": "[SLAVE_BUILD]",
1131 "env": {
1132 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
1133 },
1128 "name": "generate_build_files (without patch)" 1134 "name": "generate_build_files (without patch)"
1129 }, 1135 },
1130 { 1136 {
1131 "cmd": [ 1137 "cmd": [
1132 "python", 1138 "python",
1133 "-u", 1139 "-u",
1134 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 1140 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
1135 "--show-path", 1141 "--show-path",
1136 "python", 1142 "python",
1137 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 1143 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
1501 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 1507 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
1502 "@@@STEP_LOG_END@python.inline@@@" 1508 "@@@STEP_LOG_END@python.inline@@@"
1503 ] 1509 ]
1504 }, 1510 },
1505 { 1511 {
1506 "name": "$result", 1512 "name": "$result",
1507 "recipe_result": null, 1513 "recipe_result": null,
1508 "status_code": 0 1514 "status_code": 0
1509 } 1515 }
1510 ] 1516 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698