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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_WinClang64__dbg_.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.win", 284 "chromium.win",
285 "-b", 285 "-b",
286 "WinClang64 (dbg)", 286 "WinClang64 (dbg)",
287 "--config-file", 287 "--config-file",
288 "[BUILDER_CACHE]\\win_clang\\src\\tools\\mb\\mb_config.pyl", 288 "[BUILDER_CACHE]\\win_clang\\src\\tools\\mb\\mb_config.pyl",
289 "--goma-dir", 289 "--goma-dir",
290 "[CACHE]\\cipd\\goma", 290 "[CACHE]\\cipd\\goma",
291 "//out/Debug_x64" 291 "//out/Debug_x64"
292 ], 292 ],
293 "cwd": "[BUILDER_CACHE]\\win_clang\\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 "allow_subannotations": true, 300 "allow_subannotations": true,
300 "cmd": [ 301 "cmd": [
301 "python", 302 "python",
302 "-u", 303 "-u",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"WinClang64 (d bg)\", \"buildnumber\": 571, \"mastername\": \"chromium.win\", \"parent_buildern ame\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename \": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 387 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"WinClang64 (d bg)\", \"buildnumber\": 571, \"mastername\": \"chromium.win\", \"parent_buildern ame\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename \": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
387 ], 388 ],
388 "name": "package build" 389 "name": "package build"
389 }, 390 },
390 { 391 {
391 "name": "$result", 392 "name": "$result",
392 "recipe_result": null, 393 "recipe_result": null,
393 "status_code": 0 394 "status_code": 0
394 } 395 }
395 ] 396 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698