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

Side by Side Diff: scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_no_device.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_one_perf_bisect", 10 "android_one_perf_bisect",
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 "env": { 291 "env": {
292 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 292 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
293 "GYP_CHROMIUM_NO_ACTION": "1", 293 "GYP_CHROMIUM_NO_ACTION": "1",
294 "GYP_CROSSCOMPILE": "1", 294 "GYP_CROSSCOMPILE": "1",
295 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ BUILD]/goma' target_arch=arm use_goma=1", 295 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ BUILD]/goma' target_arch=arm use_goma=1",
296 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 296 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
297 }, 297 },
298 "name": "gclient runhooks" 298 "name": "gclient runhooks"
299 }, 299 },
300 { 300 {
301 "cmd": [],
302 "name": "***BISECT***"
303 },
304 {
301 "cmd": [ 305 "cmd": [
302 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_s tatus.py", 306 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_s tatus.py",
303 "--json-output", 307 "--json-output",
304 "/path/to/tmp/json", 308 "/path/to/tmp/json",
305 "--blacklist-file", 309 "--blacklist-file",
306 "[SLAVE_BUILD]/src/out/bad_devices.json", 310 "[SLAVE_BUILD]/src/out/bad_devices.json",
307 "--known-devices-file", 311 "--known-devices-file",
308 "[HOME]/.android/known_devices.json", 312 "[HOME]/.android/known_devices.json",
309 "--buildbot-path", 313 "--buildbot-path",
310 "/home/chrome-bot/.adb_device_info", 314 "/home/chrome-bot/.adb_device_info",
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 "@@@STEP_LOG_END@python.inline@@@" 542 "@@@STEP_LOG_END@python.inline@@@"
539 ] 543 ]
540 }, 544 },
541 { 545 {
542 "name": "$result", 546 "name": "$result",
543 "reason": "No Android test devices are available", 547 "reason": "No Android test devices are available",
544 "recipe_result": null, 548 "recipe_result": null,
545 "status_code": 1 549 "status_code": 1
546 } 550 }
547 ] 551 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698