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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_compile_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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 "tryserver.v8", 163 "tryserver.v8",
164 "-b", 164 "-b",
165 "v8_win_compile_dbg", 165 "v8_win_compile_dbg",
166 "--config-file", 166 "--config-file",
167 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl", 167 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl",
168 "--goma-dir", 168 "--goma-dir",
169 "[CACHE]\\cipd\\goma", 169 "[CACHE]\\cipd\\goma",
170 "--gyp-script=gypfiles\\gyp_v8", 170 "--gyp-script=gypfiles\\gyp_v8",
171 "//out/Debug" 171 "//out/Debug"
172 ], 172 ],
173 "cwd": "[SLAVE_BUILD]\\v8",
173 "env": { 174 "env": {
174 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 175 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
175 "GYP_MSVS_VERSION": "2013" 176 "GYP_MSVS_VERSION": "2013"
176 }, 177 },
177 "name": "generate_build_files", 178 "name": "generate_build_files",
178 "stdout": "/path/to/tmp/", 179 "stdout": "/path/to/tmp/",
179 "~followup_annotations": [ 180 "~followup_annotations": [
180 "@@@STEP_LOG_LINE@stdout@some line@@@", 181 "@@@STEP_LOG_LINE@stdout@some line@@@",
181 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", 182 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@",
182 "@@@STEP_LOG_LINE@stdout@moar@@@", 183 "@@@STEP_LOG_LINE@stdout@moar@@@",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 "-m", 225 "-m",
225 "tryserver.v8", 226 "tryserver.v8",
226 "-b", 227 "-b",
227 "v8_win_compile_dbg", 228 "v8_win_compile_dbg",
228 "--config-file", 229 "--config-file",
229 "[mb config]", 230 "[mb config]",
230 "--goma-dir", 231 "--goma-dir",
231 "[CACHE]\\cipd\\goma", 232 "[CACHE]\\cipd\\goma",
232 "[SLAVE_BUILD]\\v8\\out\\gn" 233 "[SLAVE_BUILD]\\v8\\out\\gn"
233 ], 234 ],
235 "cwd": "[SLAVE_BUILD]\\v8",
234 "env": { 236 "env": {
235 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 237 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
236 "GYP_MSVS_VERSION": "2013" 238 "GYP_MSVS_VERSION": "2013"
237 }, 239 },
238 "name": "generate_build_files with gn (fyi)" 240 "name": "generate_build_files with gn (fyi)"
239 }, 241 },
240 { 242 {
241 "cmd": [ 243 "cmd": [
242 "python", 244 "python",
243 "-u", 245 "-u",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 298 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
297 "@@@STEP_LOG_END@json.output (invalid)@@@" 299 "@@@STEP_LOG_END@json.output (invalid)@@@"
298 ] 300 ]
299 }, 301 },
300 { 302 {
301 "name": "$result", 303 "name": "$result",
302 "recipe_result": null, 304 "recipe_result": null,
303 "status_code": 0 305 "status_code": 0
304 } 306 }
305 ] 307 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698