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

Side by Side Diff: scripts/slave/recipes/blimp/integration.expected/Blimp_Client_Engine_Integration_test_pass.json

Issue 2422653003: Modify 'build_dir' for run_mb() to avoid double 'Debug' (Closed)
Patch Set: nit Created 4 years, 2 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 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]\ntarget_os = ['android']", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]\ntarget_os = ['android']",
9 "--patch_root", 9 "--patch_root",
10 "src", 10 "src",
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 "TestSlavename", 248 "TestSlavename",
249 "--goma-deps-cache-file", 249 "--goma-deps-cache-file",
250 "Blimp_Client_Engine_Integration.gomadeps", 250 "Blimp_Client_Engine_Integration.gomadeps",
251 "--compiler", 251 "--compiler",
252 "goma", 252 "goma",
253 "--goma-jsonstatus", 253 "--goma-jsonstatus",
254 "/path/to/tmp/json", 254 "/path/to/tmp/json",
255 "--goma-service-account-json-file", 255 "--goma-service-account-json-file",
256 "/creds/service_accounts/service-account-goma-client.json", 256 "/creds/service_accounts/service-account-goma-client.json",
257 "--out-dir", 257 "--out-dir",
258 "[SLAVE_BUILD]/src/out-linux/Debug", 258 "[SLAVE_BUILD]/src/out-linux",
259 "--goma-dir", 259 "--goma-dir",
260 "[CACHE]/cipd/goma", 260 "[CACHE]/cipd/goma",
261 "--", 261 "--",
262 "blimp" 262 "blimp"
263 ], 263 ],
264 "env": { 264 "env": {
265 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 265 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
266 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 266 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
267 }, 267 },
268 "name": "compile", 268 "name": "compile",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 "TestSlavename", 321 "TestSlavename",
322 "--goma-deps-cache-file", 322 "--goma-deps-cache-file",
323 "Blimp_Client_Engine_Integration.gomadeps", 323 "Blimp_Client_Engine_Integration.gomadeps",
324 "--compiler", 324 "--compiler",
325 "goma", 325 "goma",
326 "--goma-jsonstatus", 326 "--goma-jsonstatus",
327 "/path/to/tmp/json", 327 "/path/to/tmp/json",
328 "--goma-service-account-json-file", 328 "--goma-service-account-json-file",
329 "/creds/service_accounts/service-account-goma-client.json", 329 "/creds/service_accounts/service-account-goma-client.json",
330 "--out-dir", 330 "--out-dir",
331 "[SLAVE_BUILD]/src/out-android/Debug", 331 "[SLAVE_BUILD]/src/out-android",
332 "--goma-dir", 332 "--goma-dir",
333 "[CACHE]/cipd/goma", 333 "[CACHE]/cipd/goma",
334 "--", 334 "--",
335 "blimp", 335 "blimp",
336 "chrome_public_apk" 336 "chrome_public_apk"
337 ], 337 ],
338 "env": { 338 "env": {
339 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 339 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
340 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 340 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
341 }, 341 },
342 "name": "compile (2)", 342 "name": "compile (2)",
343 "~followup_annotations": [ 343 "~followup_annotations": [
344 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 344 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
345 "@@@STEP_LOG_END@json.output (invalid)@@@" 345 "@@@STEP_LOG_END@json.output (invalid)@@@"
346 ] 346 ]
347 }, 347 },
348 { 348 {
349 "name": "$result", 349 "name": "$result",
350 "recipe_result": null, 350 "recipe_result": null,
351 "status_code": 0 351 "status_code": 0
352 } 352 }
353 ] 353 ]
OLDNEW
« scripts/slave/recipes/blimp/integration.py ('K') | « scripts/slave/recipes/blimp/integration.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698