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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Win_Builder_Trybot.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_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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 "Win Builder-Trybot", 290 "Win Builder-Trybot",
291 "--config-file", 291 "--config-file",
292 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", 292 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
293 "--goma-dir", 293 "--goma-dir",
294 "[CACHE]\\cipd\\goma", 294 "[CACHE]\\cipd\\goma",
295 "--swarming-targets-file", 295 "--swarming-targets-file",
296 "browser_tests\n", 296 "browser_tests\n",
297 "//out/Release" 297 "//out/Release"
298 ], 298 ],
299 "cwd": "[SLAVE_BUILD]", 299 "cwd": "[SLAVE_BUILD]",
300 "env": {
301 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
302 },
300 "name": "generate_build_files", 303 "name": "generate_build_files",
301 "~followup_annotations": [ 304 "~followup_annotations": [
302 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 305 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
303 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 306 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
304 ] 307 ]
305 }, 308 },
306 { 309 {
307 "cmd": [ 310 "cmd": [
308 "python", 311 "python",
309 "-u", 312 "-u",
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 "~followup_annotations": [ 440 "~followup_annotations": [
438 "@@@STEP_TEXT@Win7 Tests (1)-Trybot@@@" 441 "@@@STEP_TEXT@Win7 Tests (1)-Trybot@@@"
439 ] 442 ]
440 }, 443 },
441 { 444 {
442 "name": "$result", 445 "name": "$result",
443 "recipe_result": null, 446 "recipe_result": null,
444 "status_code": 0 447 "status_code": 0
445 } 448 }
446 ] 449 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698