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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Cast_Linux.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 "Cast Linux", 10 "Cast Linux",
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 "chromium.linux", 231 "chromium.linux",
232 "-b", 232 "-b",
233 "Cast Linux", 233 "Cast Linux",
234 "--config-file", 234 "--config-file",
235 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 235 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
236 "--goma-dir", 236 "--goma-dir",
237 "[CACHE]/cipd/goma", 237 "[CACHE]/cipd/goma",
238 "//out/Release" 238 "//out/Release"
239 ], 239 ],
240 "cwd": "[SLAVE_BUILD]", 240 "cwd": "[SLAVE_BUILD]",
241 "env": {
242 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
243 },
241 "name": "generate_build_files" 244 "name": "generate_build_files"
242 }, 245 },
243 { 246 {
244 "allow_subannotations": true, 247 "allow_subannotations": true,
245 "cmd": [ 248 "cmd": [
246 "python", 249 "python",
247 "-u", 250 "-u",
248 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 251 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
249 "--src-dir", 252 "--src-dir",
250 "[SLAVE_BUILD]/src", 253 "[SLAVE_BUILD]/src",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 309 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
307 "@@@STEP_LOG_END@json.output (invalid)@@@" 310 "@@@STEP_LOG_END@json.output (invalid)@@@"
308 ] 311 ]
309 }, 312 },
310 { 313 {
311 "name": "$result", 314 "name": "$result",
312 "recipe_result": null, 315 "recipe_result": null,
313 "status_code": 0 316 "status_code": 0
314 } 317 }
315 ] 318 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698