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

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

Issue 2306523002: 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-linux-release", 10 "v8-linux-release",
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 "--gsutil-py-path", 228 "--gsutil-py-path",
229 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 229 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
230 "--ninja-path", 230 "--ninja-path",
231 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 231 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
232 "--target", 232 "--target",
233 "Release", 233 "Release",
234 "--src-dir", 234 "--src-dir",
235 "[SLAVE_BUILD]/v8", 235 "[SLAVE_BUILD]/v8",
236 "--goma-cache-dir", 236 "--goma-cache-dir",
237 "[GOMA_CACHE]", 237 "[GOMA_CACHE]",
238 "--buildbot-buildername",
239 "v8-linux-release",
240 "--buildbot-mastername",
241 "client.dart.fyi",
242 "--buildbot-slavename",
243 "TestSlavename",
238 "--compiler", 244 "--compiler",
239 "goma", 245 "goma",
240 "--goma-jsonstatus", 246 "--goma-jsonstatus",
241 "/path/to/tmp/json", 247 "/path/to/tmp/json",
242 "--goma-service-account-json-file", 248 "--goma-service-account-json-file",
243 "/creds/service_accounts/service-account-goma-client.json", 249 "/creds/service_accounts/service-account-goma-client.json",
244 "--goma-dir", 250 "--goma-dir",
245 "[CACHE]/cipd/goma", 251 "[CACHE]/cipd/goma",
246 "--" 252 "--"
247 ], 253 ],
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-linux-release\", \"buildnumber\": 571, \"mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \ "v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \ "/path/to/workdir/TestSlavename\"}" 285 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-linux-release\", \"buildnumber\": 571, \"mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \ "v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \ "/path/to/workdir/TestSlavename\"}"
280 ], 286 ],
281 "name": "package build" 287 "name": "package build"
282 }, 288 },
283 { 289 {
284 "name": "$result", 290 "name": "$result",
285 "recipe_result": null, 291 "recipe_result": null,
286 "status_code": 0 292 "status_code": 0
287 } 293 }
288 ] 294 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698