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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_android_cloud_gtest.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 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Android Cloud Tests", 10 "Android Cloud Tests",
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 "chromium.fyi", 280 "chromium.fyi",
281 "-b", 281 "-b",
282 "Android Cloud Tests", 282 "Android Cloud Tests",
283 "--config-file", 283 "--config-file",
284 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 284 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
285 "--goma-dir", 285 "--goma-dir",
286 "[CACHE]/cipd/goma", 286 "[CACHE]/cipd/goma",
287 "//out/Release" 287 "//out/Release"
288 ], 288 ],
289 "cwd": "[SLAVE_BUILD]", 289 "cwd": "[SLAVE_BUILD]",
290 "env": {
291 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
292 },
290 "name": "generate_build_files" 293 "name": "generate_build_files"
291 }, 294 },
292 { 295 {
293 "cmd": [ 296 "cmd": [
294 "python", 297 "python",
295 "-u", 298 "-u",
296 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 299 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
297 "--show-path", 300 "--show-path",
298 "python", 301 "python",
299 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 302 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 514 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
512 "@@@STEP_LOG_END@python.inline@@@" 515 "@@@STEP_LOG_END@python.inline@@@"
513 ] 516 ]
514 }, 517 },
515 { 518 {
516 "name": "$result", 519 "name": "$result",
517 "recipe_result": null, 520 "recipe_result": null,
518 "status_code": 0 521 "status_code": 0
519 } 522 }
520 ] 523 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698