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

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

Issue 2304063002: Revert "Avoid to use environment." (Closed)
Patch Set: 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",
254 "--compiler", 248 "--compiler",
255 "goma", 249 "goma",
256 "--goma-jsonstatus", 250 "--goma-jsonstatus",
257 "/path/to/tmp/json", 251 "/path/to/tmp/json",
258 "--goma-service-account-json-file", 252 "--goma-service-account-json-file",
259 "C:\\creds\\service_accounts\\service-account-goma-client.json", 253 "C:\\creds\\service_accounts\\service-account-goma-client.json",
260 "--goma-dir", 254 "--goma-dir",
261 "[CACHE]\\cipd\\goma", 255 "[CACHE]\\cipd\\goma",
262 "--" 256 "--"
263 ], 257 ],
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
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\"}" 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\"}"
296 ], 290 ],
297 "name": "package build" 291 "name": "package build"
298 }, 292 },
299 { 293 {
300 "name": "$result", 294 "name": "$result",
301 "recipe_result": null, 295 "recipe_result": null,
302 "status_code": 0 296 "status_code": 0
303 } 297 }
304 ] 298 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698