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

Side by Side Diff: scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir.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.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Android Builder (dbg)", 10 "Android Builder (dbg)",
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 "Android Builder (dbg)", 235 "Android Builder (dbg)",
236 "--config-file", 236 "--config-file",
237 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 237 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
238 "--goma-dir", 238 "--goma-dir",
239 "[CACHE]/cipd/goma", 239 "[CACHE]/cipd/goma",
240 "--android-version-code=3", 240 "--android-version-code=3",
241 "--android-version-name=example", 241 "--android-version-name=example",
242 "//out/Debug" 242 "//out/Debug"
243 ], 243 ],
244 "cwd": "[SLAVE_BUILD]", 244 "cwd": "[SLAVE_BUILD]",
245 "env": {
246 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
247 },
245 "name": "generate_build_files" 248 "name": "generate_build_files"
246 }, 249 },
247 { 250 {
248 "cmd": [ 251 "cmd": [
249 "python", 252 "python",
250 "-u", 253 "-u",
251 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 254 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
252 "--show-path", 255 "--show-path",
253 "python", 256 "python",
254 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 257 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 290 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
288 "@@@STEP_LOG_END@json.output (invalid)@@@" 291 "@@@STEP_LOG_END@json.output (invalid)@@@"
289 ] 292 ]
290 }, 293 },
291 { 294 {
292 "name": "$result", 295 "name": "$result",
293 "recipe_result": null, 296 "recipe_result": null,
294 "status_code": 0 297 "status_code": 0
295 } 298 }
296 ] 299 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/chromium/api.py ('k') | scripts/slave/recipe_modules/filter/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698