OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
7 "--master", | 7 "--master", |
8 "tryserver.chromium.perf", | 8 "tryserver.chromium.perf", |
9 "--builder", | 9 "--builder", |
10 "linux_perf_bisect_builder", | 10 "linux_perf_bisect_builder", |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 "[DEPOT_TOOLS]/gclient.py", | 67 "[DEPOT_TOOLS]/gclient.py", |
68 "runhooks" | 68 "runhooks" |
69 ], | 69 ], |
70 "env": { | 70 "env": { |
71 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[BUILD]/goma' target_arch=x64 use_goma=1" | 71 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[BUILD]/goma' target_arch=x64 use_goma=1" |
72 }, | 72 }, |
73 "name": "gclient runhooks" | 73 "name": "gclient runhooks" |
74 }, | 74 }, |
75 { | 75 { |
76 "cmd": [ | 76 "cmd": [ |
| 77 "echo", |
| 78 "{'good_revision': 'XXX', 'builder_host': 'master4.golo.chromium.org', 'du
mmy_regression_confidence': '95', 'truncate_percent': '25', 'metric': 'warm_time
s/page_load_time', 'max_time_minutes': '5', 'builder_port': '8341', 'bug_id': '4
25582', 'command': 'tools/perf/run_benchmark -v --browser=release page_cycler.in
tl_ar_fa_he', 'poll_sleep': 0, 'dummy_builds': True, 'repeat_count': '2', 'test_
type': 'perf', 'gs_bucket': 'chrome-perf', 'bad_revision': 'src@a6298e4afedbf2cd
461755ea6f45b0ad64222222'}" |
| 79 ], |
| 80 "name": "config" |
| 81 }, |
| 82 { |
| 83 "cmd": [ |
77 "git", | 84 "git", |
78 "footers", | 85 "footers", |
79 "--position", | 86 "--position", |
80 "a6298e4afedbf2cd461755ea6f45b0ad64222222" | 87 "a6298e4afedbf2cd461755ea6f45b0ad64222222" |
81 ], | 88 ], |
82 "cwd": "[SLAVE_BUILD]/src", | 89 "cwd": "[SLAVE_BUILD]/src", |
83 "name": "resolving hash a6298e4afedbf2cd461755ea6f45b0ad64222222", | 90 "name": "resolving hash a6298e4afedbf2cd461755ea6f45b0ad64222222", |
84 "stdout": "/path/to/tmp/" | 91 "stdout": "/path/to/tmp/" |
85 }, | 92 }, |
86 { | 93 { |
87 "name": "$final_result", | 94 "name": "$final_result", |
88 "reason": "Could not parse commit position from git output: ", | 95 "reason": "Could not parse commit position from git output: ", |
89 "status_code": 1 | 96 "status_code": 1 |
90 } | 97 } |
91 ] | 98 ] |
OLD | NEW |