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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_mac_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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "client.dart.fyi", 8 "client.dart.fyi",
9 "--builder", 9 "--builder",
10 "v8-mac-release", 10 "v8-mac-release",
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 "--gsutil-py-path", 250 "--gsutil-py-path",
251 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 251 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
252 "--ninja-path", 252 "--ninja-path",
253 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 253 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
254 "--target", 254 "--target",
255 "Release", 255 "Release",
256 "--src-dir", 256 "--src-dir",
257 "[SLAVE_BUILD]/v8", 257 "[SLAVE_BUILD]/v8",
258 "--goma-cache-dir", 258 "--goma-cache-dir",
259 "[GOMA_CACHE]", 259 "[GOMA_CACHE]",
260 "--buildbot-buildername",
261 "v8-mac-release",
262 "--buildbot-mastername",
263 "client.dart.fyi",
264 "--buildbot-slavename",
265 "TestSlavename",
260 "--compiler", 266 "--compiler",
261 "goma-clang", 267 "goma-clang",
262 "--goma-jsonstatus", 268 "--goma-jsonstatus",
263 "/path/to/tmp/json", 269 "/path/to/tmp/json",
264 "--goma-service-account-json-file", 270 "--goma-service-account-json-file",
265 "/creds/service_accounts/service-account-goma-client.json", 271 "/creds/service_accounts/service-account-goma-client.json",
266 "--goma-dir", 272 "--goma-dir",
267 "[CACHE]/cipd/goma", 273 "[CACHE]/cipd/goma",
268 "--" 274 "--"
269 ], 275 ],
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-mac-release\", \"buildnumber\": 571, \" mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v 8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}" 307 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-mac-release\", \"buildnumber\": 571, \" mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v 8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}"
302 ], 308 ],
303 "name": "package build" 309 "name": "package build"
304 }, 310 },
305 { 311 {
306 "name": "$result", 312 "name": "$result",
307 "recipe_result": null, 313 "recipe_result": null,
308 "status_code": 0 314 "status_code": 0
309 } 315 }
310 ] 316 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698