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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Cast_Android__dbg_.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 "Cast Android (dbg)", 10 "Cast Android (dbg)",
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 "chromium.linux", 270 "chromium.linux",
271 "-b", 271 "-b",
272 "Cast Android (dbg)", 272 "Cast Android (dbg)",
273 "--config-file", 273 "--config-file",
274 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 274 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
275 "--goma-dir", 275 "--goma-dir",
276 "[CACHE]/cipd/goma", 276 "[CACHE]/cipd/goma",
277 "//out/Debug" 277 "//out/Debug"
278 ], 278 ],
279 "cwd": "[SLAVE_BUILD]", 279 "cwd": "[SLAVE_BUILD]",
280 "env": {
281 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
282 },
280 "name": "generate_build_files" 283 "name": "generate_build_files"
281 }, 284 },
282 { 285 {
283 "cmd": [ 286 "cmd": [
284 "python", 287 "python",
285 "-u", 288 "-u",
286 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 289 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
287 "--show-path", 290 "--show-path",
288 "python", 291 "python",
289 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 292 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 325 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
323 "@@@STEP_LOG_END@json.output (invalid)@@@" 326 "@@@STEP_LOG_END@json.output (invalid)@@@"
324 ] 327 ]
325 }, 328 },
326 { 329 {
327 "name": "$result", 330 "name": "$result",
328 "recipe_result": null, 331 "recipe_result": null,
329 "status_code": 0 332 "status_code": 0
330 } 333 }
331 ] 334 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698