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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 "tryserver.v8", 184 "tryserver.v8",
185 "-b", 185 "-b",
186 "v8_win_dbg", 186 "v8_win_dbg",
187 "--config-file", 187 "--config-file",
188 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl", 188 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl",
189 "--goma-dir", 189 "--goma-dir",
190 "[CACHE]\\cipd\\goma", 190 "[CACHE]\\cipd\\goma",
191 "--gyp-script=gypfiles\\gyp_v8", 191 "--gyp-script=gypfiles\\gyp_v8",
192 "//out/Debug" 192 "//out/Debug"
193 ], 193 ],
194 "cwd": "[SLAVE_BUILD]\\v8",
194 "env": { 195 "env": {
195 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 196 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
196 "GYP_MSVS_VERSION": "2013" 197 "GYP_MSVS_VERSION": "2013"
197 }, 198 },
198 "name": "generate_build_files", 199 "name": "generate_build_files",
199 "stdout": "/path/to/tmp/", 200 "stdout": "/path/to/tmp/",
200 "~followup_annotations": [ 201 "~followup_annotations": [
201 "@@@STEP_LOG_LINE@stdout@some line@@@", 202 "@@@STEP_LOG_LINE@stdout@some line@@@",
202 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", 203 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@",
203 "@@@STEP_LOG_LINE@stdout@moar@@@", 204 "@@@STEP_LOG_LINE@stdout@moar@@@",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 "-m", 246 "-m",
246 "tryserver.v8", 247 "tryserver.v8",
247 "-b", 248 "-b",
248 "v8_win_dbg", 249 "v8_win_dbg",
249 "--config-file", 250 "--config-file",
250 "[mb config]", 251 "[mb config]",
251 "--goma-dir", 252 "--goma-dir",
252 "[CACHE]\\cipd\\goma", 253 "[CACHE]\\cipd\\goma",
253 "[SLAVE_BUILD]\\v8\\out\\gn" 254 "[SLAVE_BUILD]\\v8\\out\\gn"
254 ], 255 ],
256 "cwd": "[SLAVE_BUILD]\\v8",
255 "env": { 257 "env": {
256 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 258 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
257 "GYP_MSVS_VERSION": "2013" 259 "GYP_MSVS_VERSION": "2013"
258 }, 260 },
259 "name": "generate_build_files with gn (fyi)" 261 "name": "generate_build_files with gn (fyi)"
260 }, 262 },
261 { 263 {
262 "cmd": [ 264 "cmd": [
263 "python", 265 "python",
264 "-u", 266 "-u",
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 772 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
771 "@@@STEP_LOG_END@durations@@@" 773 "@@@STEP_LOG_END@durations@@@"
772 ] 774 ]
773 }, 775 },
774 { 776 {
775 "name": "$result", 777 "name": "$result",
776 "recipe_result": null, 778 "recipe_result": null,
777 "status_code": 0 779 "status_code": 0
778 } 780 }
779 ] 781 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698