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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Win_SyzyASAN_LKGR.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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src\\tools\\mb\\mb.py", 188 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src\\tools\\mb\\mb.py",
189 "gen", 189 "gen",
190 "-m", 190 "-m",
191 "chromium.lkgr", 191 "chromium.lkgr",
192 "-b", 192 "-b",
193 "Win SyzyASAN LKGR", 193 "Win SyzyASAN LKGR",
194 "--config-file", 194 "--config-file",
195 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src\\tools\\mb\\mb_config.pyl", 195 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src\\tools\\mb\\mb_config.pyl",
196 "//out/Release" 196 "//out/Release"
197 ], 197 ],
198 "cwd": "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src",
198 "env": { 199 "env": {
199 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 200 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
200 }, 201 },
201 "name": "generate_build_files" 202 "name": "generate_build_files"
202 }, 203 },
203 { 204 {
204 "cmd": [ 205 "cmd": [
205 "python", 206 "python",
206 "-u", 207 "-u",
207 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 208 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 304 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
304 "@@@STEP_LOG_END@python.inline@@@" 305 "@@@STEP_LOG_END@python.inline@@@"
305 ] 306 ]
306 }, 307 },
307 { 308 {
308 "name": "$result", 309 "name": "$result",
309 "recipe_result": null, 310 "recipe_result": null,
310 "status_code": 0 311 "status_code": 0
311 } 312 }
312 ] 313 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698