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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Builder.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 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Android Builder", 10 "Android Builder",
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 "Android Builder", 309 "Android Builder",
310 "--config-file", 310 "--config-file",
311 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 311 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
312 "--goma-dir", 312 "--goma-dir",
313 "[CACHE]/cipd/goma", 313 "[CACHE]/cipd/goma",
314 "--swarming-targets-file", 314 "--swarming-targets-file",
315 "browser_tests_apk\n", 315 "browser_tests_apk\n",
316 "//out/Release" 316 "//out/Release"
317 ], 317 ],
318 "cwd": "[SLAVE_BUILD]", 318 "cwd": "[SLAVE_BUILD]",
319 "env": {
320 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
321 },
319 "name": "generate_build_files", 322 "name": "generate_build_files",
320 "~followup_annotations": [ 323 "~followup_annotations": [
321 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests_apk@@@", 324 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests_apk@@@",
322 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 325 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
323 ] 326 ]
324 }, 327 },
325 { 328 {
326 "cmd": [ 329 "cmd": [
327 "python", 330 "python",
328 "-u", 331 "-u",
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 "~followup_annotations": [ 455 "~followup_annotations": [
453 "@@@STEP_TEXT@Android Tests@@@" 456 "@@@STEP_TEXT@Android Tests@@@"
454 ] 457 ]
455 }, 458 },
456 { 459 {
457 "name": "$result", 460 "name": "$result",
458 "recipe_result": null, 461 "recipe_result": null,
459 "status_code": 0 462 "status_code": 0
460 } 463 }
461 ] 464 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698