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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_dynamorio_linux_v8_dr.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.dynamorio", 8 "client.dynamorio",
9 "--builder", 9 "--builder",
10 "linux-v8-dr", 10 "linux-v8-dr",
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 "--gsutil-py-path", 227 "--gsutil-py-path",
228 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 228 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
229 "--ninja-path", 229 "--ninja-path",
230 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 230 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
231 "--target", 231 "--target",
232 "Release", 232 "Release",
233 "--src-dir", 233 "--src-dir",
234 "[SLAVE_BUILD]/v8", 234 "[SLAVE_BUILD]/v8",
235 "--goma-cache-dir", 235 "--goma-cache-dir",
236 "[GOMA_CACHE]", 236 "[GOMA_CACHE]",
237 "--buildbot-buildername",
238 "linux-v8-dr",
239 "--buildbot-mastername",
240 "client.dynamorio",
241 "--buildbot-slavename",
242 "TestSlavename",
237 "--compiler", 243 "--compiler",
238 "goma", 244 "goma",
239 "--goma-jsonstatus", 245 "--goma-jsonstatus",
240 "/path/to/tmp/json", 246 "/path/to/tmp/json",
241 "--goma-service-account-json-file", 247 "--goma-service-account-json-file",
242 "/creds/service_accounts/service-account-goma-client.json", 248 "/creds/service_accounts/service-account-goma-client.json",
243 "--goma-dir", 249 "--goma-dir",
244 "[CACHE]/cipd/goma", 250 "[CACHE]/cipd/goma",
245 "--" 251 "--"
246 ], 252 ],
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 339 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
334 "@@@STEP_LOG_END@durations@@@" 340 "@@@STEP_LOG_END@durations@@@"
335 ] 341 ]
336 }, 342 },
337 { 343 {
338 "name": "$result", 344 "name": "$result",
339 "recipe_result": null, 345 "recipe_result": null,
340 "status_code": 0 346 "status_code": 0
341 } 347 }
342 ] 348 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698