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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_win_release.json

Issue 2307743002: Reland "Avoid to use environment." (Closed)
Patch Set: rebase Created 4 years, 3 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 "--gsutil-py-path", 238 "--gsutil-py-path",
239 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 239 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
240 "--ninja-path", 240 "--ninja-path",
241 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 241 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
242 "--target", 242 "--target",
243 "Release", 243 "Release",
244 "--src-dir", 244 "--src-dir",
245 "[SLAVE_BUILD]\\v8", 245 "[SLAVE_BUILD]\\v8",
246 "--goma-cache-dir", 246 "--goma-cache-dir",
247 "[GOMA_CACHE]", 247 "[GOMA_CACHE]",
248 "--buildbot-buildername",
249 "v8-win-release",
250 "--buildbot-mastername",
251 "client.dart.fyi",
252 "--buildbot-slavename",
253 "TestSlavename",
248 "--compiler", 254 "--compiler",
249 "goma", 255 "goma",
250 "--goma-jsonstatus", 256 "--goma-jsonstatus",
251 "/path/to/tmp/json", 257 "/path/to/tmp/json",
252 "--goma-service-account-json-file", 258 "--goma-service-account-json-file",
253 "C:\\creds\\service_accounts\\service-account-goma-client.json", 259 "C:\\creds\\service_accounts\\service-account-goma-client.json",
254 "--goma-dir", 260 "--goma-dir",
255 "[CACHE]\\cipd\\goma", 261 "[CACHE]\\cipd\\goma",
256 "--" 262 "--"
257 ], 263 ],
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 "{\"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\"}" 295 "{\"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\"}"
290 ], 296 ],
291 "name": "package build" 297 "name": "package build"
292 }, 298 },
293 { 299 {
294 "name": "$result", 300 "name": "$result",
295 "recipe_result": null, 301 "recipe_result": null,
296 "status_code": 0 302 "status_code": 0
297 } 303 }
298 ] 304 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698