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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win_Builder.json

Issue 2161643002: chromium.run_mb: set cwd to checkout (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 "-m", 283 "-m",
284 "chromium.webrtc.fyi", 284 "chromium.webrtc.fyi",
285 "-b", 285 "-b",
286 "Win Builder", 286 "Win Builder",
287 "--config-file", 287 "--config-file",
288 "[BUILDER_CACHE]\\Win_Builder\\src\\tools\\mb\\mb_config.pyl", 288 "[BUILDER_CACHE]\\Win_Builder\\src\\tools\\mb\\mb_config.pyl",
289 "--goma-dir", 289 "--goma-dir",
290 "[CACHE]\\cipd\\goma", 290 "[CACHE]\\cipd\\goma",
291 "//out/Release" 291 "//out/Release"
292 ], 292 ],
293 "cwd": "[BUILDER_CACHE]\\Win_Builder\\src",
293 "env": { 294 "env": {
294 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 295 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
295 }, 296 },
296 "name": "generate_build_files" 297 "name": "generate_build_files"
297 }, 298 },
298 { 299 {
299 "cmd": [ 300 "cmd": [
300 "python", 301 "python",
301 "-u", 302 "-u",
302 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 303 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 "~followup_annotations": [ 424 "~followup_annotations": [
424 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester@@@" 425 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester@@@"
425 ] 426 ]
426 }, 427 },
427 { 428 {
428 "name": "$result", 429 "name": "$result",
429 "recipe_result": null, 430 "recipe_result": null,
430 "status_code": 0 431 "status_code": 0
431 } 432 }
432 ] 433 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698