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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Linux_ChromiumOS_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 "chromium.gpu.fyi", 8 "chromium.gpu.fyi",
9 "--builder", 9 "--builder",
10 "Linux ChromiumOS Builder", 10 "Linux ChromiumOS Builder",
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 "chromium.gpu.fyi", 234 "chromium.gpu.fyi",
235 "-b", 235 "-b",
236 "Linux ChromiumOS Builder", 236 "Linux ChromiumOS Builder",
237 "--config-file", 237 "--config-file",
238 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 238 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
239 "--goma-dir", 239 "--goma-dir",
240 "[CACHE]/cipd/goma", 240 "[CACHE]/cipd/goma",
241 "//out/Release" 241 "//out/Release"
242 ], 242 ],
243 "cwd": "[SLAVE_BUILD]", 243 "cwd": "[SLAVE_BUILD]",
244 "env": {
245 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
246 },
244 "name": "generate_build_files" 247 "name": "generate_build_files"
245 }, 248 },
246 { 249 {
247 "cmd": [ 250 "cmd": [
248 "python", 251 "python",
249 "-u", 252 "-u",
250 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 253 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
251 "--show-path", 254 "--show-path",
252 "python", 255 "python",
253 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 256 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 ], 312 ],
310 "cwd": "[SLAVE_BUILD]", 313 "cwd": "[SLAVE_BUILD]",
311 "name": "package build" 314 "name": "package build"
312 }, 315 },
313 { 316 {
314 "name": "$result", 317 "name": "$result",
315 "recipe_result": null, 318 "recipe_result": null,
316 "status_code": 0 319 "status_code": 0
317 } 320 }
318 ] 321 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698