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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64.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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 "client.v8", 178 "client.v8",
179 "-b", 179 "-b",
180 "V8 Win64", 180 "V8 Win64",
181 "--config-file", 181 "--config-file",
182 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl", 182 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl",
183 "--goma-dir", 183 "--goma-dir",
184 "[CACHE]\\cipd\\goma", 184 "[CACHE]\\cipd\\goma",
185 "--gyp-script=gypfiles\\gyp_v8", 185 "--gyp-script=gypfiles\\gyp_v8",
186 "//out/Release_x64" 186 "//out/Release_x64"
187 ], 187 ],
188 "cwd": "[SLAVE_BUILD]\\v8",
188 "env": { 189 "env": {
189 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
190 "GYP_MSVS_VERSION": "2013" 191 "GYP_MSVS_VERSION": "2013"
191 }, 192 },
192 "name": "generate_build_files", 193 "name": "generate_build_files",
193 "stdout": "/path/to/tmp/", 194 "stdout": "/path/to/tmp/",
194 "~followup_annotations": [ 195 "~followup_annotations": [
195 "@@@STEP_LOG_LINE@stdout@some line@@@", 196 "@@@STEP_LOG_LINE@stdout@some line@@@",
196 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", 197 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@",
197 "@@@STEP_LOG_LINE@stdout@moar@@@", 198 "@@@STEP_LOG_LINE@stdout@moar@@@",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 "-m", 240 "-m",
240 "client.v8", 241 "client.v8",
241 "-b", 242 "-b",
242 "V8 Win64", 243 "V8 Win64",
243 "--config-file", 244 "--config-file",
244 "[mb config]", 245 "[mb config]",
245 "--goma-dir", 246 "--goma-dir",
246 "[CACHE]\\cipd\\goma", 247 "[CACHE]\\cipd\\goma",
247 "[SLAVE_BUILD]\\v8\\out\\gn" 248 "[SLAVE_BUILD]\\v8\\out\\gn"
248 ], 249 ],
250 "cwd": "[SLAVE_BUILD]\\v8",
249 "env": { 251 "env": {
250 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 252 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
251 "GYP_MSVS_VERSION": "2013" 253 "GYP_MSVS_VERSION": "2013"
252 }, 254 },
253 "name": "generate_build_files with gn (fyi)" 255 "name": "generate_build_files with gn (fyi)"
254 }, 256 },
255 { 257 {
256 "cmd": [ 258 "cmd": [
257 "python", 259 "python",
258 "-u", 260 "-u",
(...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after
1007 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 1009 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1008 "@@@STEP_LOG_END@durations@@@" 1010 "@@@STEP_LOG_END@durations@@@"
1009 ] 1011 ]
1010 }, 1012 },
1011 { 1013 {
1012 "name": "$result", 1014 "name": "$result",
1013 "recipe_result": null, 1015 "recipe_result": null,
1014 "status_code": 0 1016 "status_code": 0
1015 } 1017 }
1016 ] 1018 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698