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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_Win_SyzyASAN.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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 "[BUILDER_CACHE]\\Chromium_Win_SyzyASAN\\src\\tools\\mb\\mb.py", 227 "[BUILDER_CACHE]\\Chromium_Win_SyzyASAN\\src\\tools\\mb\\mb.py",
228 "gen", 228 "gen",
229 "-m", 229 "-m",
230 "client.v8.fyi", 230 "client.v8.fyi",
231 "-b", 231 "-b",
232 "Chromium Win SyzyASAN", 232 "Chromium Win SyzyASAN",
233 "--config-file", 233 "--config-file",
234 "[BUILDER_CACHE]\\Chromium_Win_SyzyASAN\\src\\tools\\mb\\mb_config.pyl", 234 "[BUILDER_CACHE]\\Chromium_Win_SyzyASAN\\src\\tools\\mb\\mb_config.pyl",
235 "//out/Release" 235 "//out/Release"
236 ], 236 ],
237 "cwd": "[BUILDER_CACHE]\\Chromium_Win_SyzyASAN\\src",
237 "env": { 238 "env": {
238 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 239 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
239 }, 240 },
240 "name": "generate_build_files" 241 "name": "generate_build_files"
241 }, 242 },
242 { 243 {
243 "cmd": [ 244 "cmd": [
244 "python", 245 "python",
245 "-u", 246 "-u",
246 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 247 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 384 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
384 "@@@STEP_LOG_END@python.inline@@@" 385 "@@@STEP_LOG_END@python.inline@@@"
385 ] 386 ]
386 }, 387 },
387 { 388 {
388 "name": "$result", 389 "name": "$result",
389 "recipe_result": null, 390 "recipe_result": null,
390 "status_code": 0 391 "status_code": 0
391 } 392 }
392 ] 393 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698