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

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

Issue 2163353002: Labeling bisect/perf try jobs with a prominent null step. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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_nexus7_perf_bisect", 10 "android_nexus7_perf_bisect",
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 "env": { 380 "env": {
381 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 381 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
382 "GYP_CHROMIUM_NO_ACTION": "1", 382 "GYP_CHROMIUM_NO_ACTION": "1",
383 "GYP_CROSSCOMPILE": "1", 383 "GYP_CROSSCOMPILE": "1",
384 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ BUILD]/goma' target_arch=arm use_goma=1", 384 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ BUILD]/goma' target_arch=arm use_goma=1",
385 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 385 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
386 }, 386 },
387 "name": "gclient runhooks" 387 "name": "gclient runhooks"
388 }, 388 },
389 { 389 {
390 "cmd": [],
391 "name": "***LEGACY BISECT (deprecated)***"
392 },
393 {
390 "cmd": [ 394 "cmd": [
391 "python", 395 "python",
392 "-u", 396 "-u",
393 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py", 397 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py",
394 "-w", 398 "-w",
395 "[SLAVE_BUILD]" 399 "[SLAVE_BUILD]"
396 ], 400 ],
397 "name": "Preparing for Bisection" 401 "name": "Preparing for Bisection"
398 }, 402 },
399 { 403 {
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 641 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
638 "@@@STEP_LOG_END@python.inline@@@" 642 "@@@STEP_LOG_END@python.inline@@@"
639 ] 643 ]
640 }, 644 },
641 { 645 {
642 "name": "$result", 646 "name": "$result",
643 "recipe_result": null, 647 "recipe_result": null,
644 "status_code": 0 648 "status_code": 0
645 } 649 }
646 ] 650 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698