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

Side by Side Diff: scripts/slave/recipes/bisection/android_bisect.expected/basic_android_nexus9_perf_bisect.json

Issue 1780063002: Make builder config on tryserver.chromium.perf consistent with chromium.perf builders (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 9 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 "tryserver.chromium.perf", 8 "tryserver.chromium.perf",
9 "--builder", 9 "--builder",
10 "android_nexus9_perf_bisect", 10 "android_nexus9_perf_bisect",
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 }, 331 },
332 { 332 {
333 "cmd": [ 333 "cmd": [
334 "python", 334 "python",
335 "-u", 335 "-u",
336 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 336 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
337 "runhooks" 337 "runhooks"
338 ], 338 ],
339 "cwd": "[SLAVE_BUILD]", 339 "cwd": "[SLAVE_BUILD]",
340 "env": { 340 "env": {
341 "GYP_CHROMIUM_NO_ACTION": "1",
341 "GYP_CROSSCOMPILE": "1", 342 "GYP_CROSSCOMPILE": "1",
342 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ BUILD]/goma' target_arch=arm64 use_goma=1", 343 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ BUILD]/goma' target_arch=arm64 use_goma=1",
343 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 344 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
344 }, 345 },
345 "name": "gclient runhooks" 346 "name": "gclient runhooks"
346 }, 347 },
347 { 348 {
348 "cmd": [ 349 "cmd": [
349 "python", 350 "python",
350 "-u", 351 "-u",
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 482 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
482 "@@@STEP_LOG_END@python.inline@@@" 483 "@@@STEP_LOG_END@python.inline@@@"
483 ] 484 ]
484 }, 485 },
485 { 486 {
486 "name": "$result", 487 "name": "$result",
487 "recipe_result": null, 488 "recipe_result": null,
488 "status_code": 0 489 "status_code": 0
489 } 490 }
490 ] 491 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698