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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Win_ASan_Release_Coverage.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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 "-m", 244 "-m",
245 "chromium.lkgr", 245 "chromium.lkgr",
246 "-b", 246 "-b",
247 "Win ASan Release Coverage", 247 "Win ASan Release Coverage",
248 "--config-file", 248 "--config-file",
249 "[BUILDER_CACHE]\\Win_ASan_Release_Coverage\\src\\tools\\mb\\mb_config.pyl ", 249 "[BUILDER_CACHE]\\Win_ASan_Release_Coverage\\src\\tools\\mb\\mb_config.pyl ",
250 "--goma-dir", 250 "--goma-dir",
251 "[CACHE]\\cipd\\goma", 251 "[CACHE]\\cipd\\goma",
252 "//out/Release" 252 "//out/Release"
253 ], 253 ],
254 "cwd": "[BUILDER_CACHE]\\Win_ASan_Release_Coverage\\src",
254 "env": { 255 "env": {
255 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 256 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
256 }, 257 },
257 "name": "generate_build_files" 258 "name": "generate_build_files"
258 }, 259 },
259 { 260 {
260 "allow_subannotations": true, 261 "allow_subannotations": true,
261 "cmd": [ 262 "cmd": [
262 "python", 263 "python",
263 "-u", 264 "-u",
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 394 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
394 "@@@STEP_LOG_END@python.inline@@@" 395 "@@@STEP_LOG_END@python.inline@@@"
395 ] 396 ]
396 }, 397 },
397 { 398 {
398 "name": "$result", 399 "name": "$result",
399 "recipe_result": null, 400 "recipe_result": null,
400 "status_code": 0 401 "status_code": 0
401 } 402 }
402 ] 403 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698