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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win_x64_GN.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, 8 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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 "chromium.webrtc.fyi", 275 "chromium.webrtc.fyi",
276 "-b", 276 "-b",
277 "Win x64 GN", 277 "Win x64 GN",
278 "--config-file", 278 "--config-file",
279 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", 279 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
280 "--goma-dir", 280 "--goma-dir",
281 "[CACHE]\\cipd\\goma", 281 "[CACHE]\\cipd\\goma",
282 "//out/Release_x64" 282 "//out/Release_x64"
283 ], 283 ],
284 "cwd": "[SLAVE_BUILD]", 284 "cwd": "[SLAVE_BUILD]",
285 "env": {
286 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
287 },
285 "name": "generate_build_files" 288 "name": "generate_build_files"
286 }, 289 },
287 { 290 {
288 "cmd": [ 291 "cmd": [
289 "python", 292 "python",
290 "-u", 293 "-u",
291 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 294 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
292 "--show-path", 295 "--show-path",
293 "python", 296 "python",
294 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 297 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 ], 354 ],
352 "cwd": "[SLAVE_BUILD]", 355 "cwd": "[SLAVE_BUILD]",
353 "name": "package build" 356 "name": "package build"
354 }, 357 },
355 { 358 {
356 "name": "$result", 359 "name": "$result",
357 "recipe_result": null, 360 "recipe_result": null,
358 "status_code": 0 361 "status_code": 0
359 } 362 }
360 ] 363 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698