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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Debug_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, 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 "client.v8.fyi", 8 "client.v8.fyi",
9 "--builder", 9 "--builder",
10 "Linux Debug Builder", 10 "Linux Debug Builder",
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 "client.v8.fyi", 233 "client.v8.fyi",
234 "-b", 234 "-b",
235 "Linux Debug Builder", 235 "Linux Debug Builder",
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 "//out/Debug" 240 "//out/Debug"
241 ], 241 ],
242 "cwd": "[SLAVE_BUILD]", 242 "cwd": "[SLAVE_BUILD]",
243 "env": {
244 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
245 },
243 "name": "generate_build_files" 246 "name": "generate_build_files"
244 }, 247 },
245 { 248 {
246 "cmd": [ 249 "cmd": [
247 "python", 250 "python",
248 "-u", 251 "-u",
249 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 252 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
250 "--show-path", 253 "--show-path",
251 "python", 254 "python",
252 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 255 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 "~followup_annotations": [ 339 "~followup_annotations": [
337 "@@@STEP_TEXT@Linux Tests (dbg)(1)@@@" 340 "@@@STEP_TEXT@Linux Tests (dbg)(1)@@@"
338 ] 341 ]
339 }, 342 },
340 { 343 {
341 "name": "$result", 344 "name": "$result",
342 "recipe_result": null, 345 "recipe_result": null,
343 "status_code": 0 346 "status_code": 0
344 } 347 }
345 ] 348 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698