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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_ChromiumOS_x86_generic_Compile.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.chromiumos", 8 "chromium.chromiumos",
9 "--builder", 9 "--builder",
10 "ChromiumOS x86-generic Compile", 10 "ChromiumOS x86-generic Compile",
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 "chromium.chromiumos", 248 "chromium.chromiumos",
249 "-b", 249 "-b",
250 "ChromiumOS x86-generic Compile", 250 "ChromiumOS x86-generic Compile",
251 "--config-file", 251 "--config-file",
252 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 252 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
253 "--goma-dir", 253 "--goma-dir",
254 "[CACHE]/cipd/goma", 254 "[CACHE]/cipd/goma",
255 "//out/Release" 255 "//out/Release"
256 ], 256 ],
257 "cwd": "[SLAVE_BUILD]", 257 "cwd": "[SLAVE_BUILD]",
258 "env": {
259 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
260 },
258 "name": "generate_build_files" 261 "name": "generate_build_files"
259 }, 262 },
260 { 263 {
261 "cmd": [ 264 "cmd": [
262 "RECIPE_PACKAGE_REPO[depot_tools]/cros", 265 "RECIPE_PACKAGE_REPO[depot_tools]/cros",
263 "chrome-sdk", 266 "chrome-sdk",
264 "--board=x86-generic", 267 "--board=x86-generic",
265 "--nocolor", 268 "--nocolor",
266 "--use-external-config", 269 "--use-external-config",
267 "--gomadir", 270 "--gomadir",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 ], 338 ],
336 "cwd": "[SLAVE_BUILD]", 339 "cwd": "[SLAVE_BUILD]",
337 "name": "package build" 340 "name": "package build"
338 }, 341 },
339 { 342 {
340 "name": "$result", 343 "name": "$result",
341 "recipe_result": null, 344 "recipe_result": null,
342 "status_code": 0 345 "status_code": 0
343 } 346 }
344 ] 347 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698