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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_win_release.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 "-m", 188 "-m",
189 "client.dart.fyi", 189 "client.dart.fyi",
190 "-b", 190 "-b",
191 "v8-win-release", 191 "v8-win-release",
192 "--config-file", 192 "--config-file",
193 "[mb config]", 193 "[mb config]",
194 "--goma-dir", 194 "--goma-dir",
195 "[CACHE]\\cipd\\goma", 195 "[CACHE]\\cipd\\goma",
196 "[SLAVE_BUILD]\\v8\\out\\gn" 196 "[SLAVE_BUILD]\\v8\\out\\gn"
197 ], 197 ],
198 "cwd": "[SLAVE_BUILD]\\v8",
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 "GYP_MSVS_VERSION": "2013" 201 "GYP_MSVS_VERSION": "2013"
201 }, 202 },
202 "name": "generate_build_files with gn (fyi)" 203 "name": "generate_build_files with gn (fyi)"
203 }, 204 },
204 { 205 {
205 "cmd": [ 206 "cmd": [
206 "python", 207 "python",
207 "-u", 208 "-u",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-win-release\", \"buildnumber\": 571, \" mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v 8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}" 285 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-win-release\", \"buildnumber\": 571, \" mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v 8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}"
285 ], 286 ],
286 "name": "package build" 287 "name": "package build"
287 }, 288 },
288 { 289 {
289 "name": "$result", 290 "name": "$result",
290 "recipe_result": null, 291 "recipe_result": null,
291 "status_code": 0 292 "status_code": 0
292 } 293 }
293 ] 294 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698