OLD | NEW |
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 "linux_perf_bisector", | 10 "linux_perf_bisector", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/da
ta/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchp
lugins': None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src
/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': No
ne, 'src/chrome/test/data/perf/frame_rate/private': None, 'src/chrome/test/data/
plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery':
None, 'src/data/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_tes
t': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cycler': None, 'src/
data/selenium_core': None, 'src/data/tab_switching': None, 'src/tools/grit/grit/
test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/webkit/data/ico_deco
der': None, 'src/webkit/data/test_shell/plugins': None, 'src/webkit/data/xbm_dec
oder': None}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src-internal', 'url
': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/src-internal'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn
://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://
svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.c
hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src',
'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}, {'custom_deps': {
'src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/chrome/test/da
ta/firefox2_searchplugins': None, 'src/chrome/test/data/firefox3_profile/searchp
lugins': None, 'src/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/
test/data/osdd': None, 'src/chrome/test/data/perf/frame_rate/private': None, 'sr
c/chrome/test/data/plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/d
ata/autodiscovery': None, 'src/data/esctf': None, 'src/data/mach_ports': None, '
src/data/memory_test': None, 'src/data/mozilla_js_tests': None, 'src/data/page_c
ycler': None, 'src/data/selenium_core': None, 'src/data/tab_switching': None, 's
rc/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/w
ebkit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugins': None, 'src/
webkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed': True, 'name': '
src-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/
src-internal'}]", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "src@HEAD", | 24 "src@HEAD", |
25 "--output_manifest" | 25 "--output_manifest" |
26 ], | 26 ], |
27 "cwd": "[SLAVE_BUILD]", | |
28 "env": { | 27 "env": { |
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 28 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
30 }, | 29 }, |
31 "name": "bot_update", | 30 "name": "bot_update", |
32 "~followup_annotations": [ | 31 "~followup_annotations": [ |
33 "@@@STEP_TEXT@Some step text@@@", | 32 "@@@STEP_TEXT@Some step text@@@", |
34 "@@@STEP_LOG_LINE@json.output@{@@@", | 33 "@@@STEP_LOG_LINE@json.output@{@@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 90 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
92 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 91 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
93 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 92 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
94 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 93 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 94 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 95 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
97 ] | 96 ] |
98 }, | 97 }, |
99 { | 98 { |
100 "cmd": [], | 99 "cmd": [], |
101 "cwd": "[SLAVE_BUILD]", | |
102 "name": "ensure_goma" | 100 "name": "ensure_goma" |
103 }, | 101 }, |
104 { | 102 { |
105 "cmd": [ | 103 "cmd": [ |
106 "python", | 104 "python", |
107 "-u", | 105 "-u", |
108 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 106 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
109 "--platform", | 107 "--platform", |
110 "linux-amd64", | 108 "linux-amd64", |
111 "--dest-directory", | 109 "--dest-directory", |
112 "[SLAVE_BUILD]/cipd", | 110 "[CWD]/cipd", |
113 "--json-output", | 111 "--json-output", |
114 "/path/to/tmp/json" | 112 "/path/to/tmp/json" |
115 ], | 113 ], |
116 "cwd": "[SLAVE_BUILD]", | |
117 "name": "ensure_goma.install cipd", | 114 "name": "ensure_goma.install cipd", |
118 "~followup_annotations": [ | 115 "~followup_annotations": [ |
119 "@@@STEP_NEST_LEVEL@1@@@", | 116 "@@@STEP_NEST_LEVEL@1@@@", |
120 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 117 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
121 "@@@STEP_LOG_LINE@json.output@{@@@", | 118 "@@@STEP_LOG_LINE@json.output@{@@@", |
122 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | 119 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", |
123 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 120 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
124 "@@@STEP_LOG_LINE@json.output@}@@@", | 121 "@@@STEP_LOG_LINE@json.output@}@@@", |
125 "@@@STEP_LOG_END@json.output@@@" | 122 "@@@STEP_LOG_END@json.output@@@" |
126 ] | 123 ] |
127 }, | 124 }, |
128 { | 125 { |
129 "cmd": [ | 126 "cmd": [ |
130 "[SLAVE_BUILD]/cipd/cipd", | 127 "fake_slave_build/cipd", |
131 "ensure", | 128 "ensure", |
132 "--root", | 129 "--root", |
133 "[CACHE]/cipd/goma", | 130 "[ROOT]/b/build/slave/cache/cipd/goma", |
134 "--list", | 131 "--list", |
135 "infra_internal/goma/client/linux-amd64 release", | 132 "infra_internal/goma/client/linux-amd64 release", |
136 "--json-output", | 133 "--json-output", |
137 "/path/to/tmp/json", | 134 "/path/to/tmp/json", |
138 "--service-account-json", | 135 "--service-account-json", |
139 "/creds/service_accounts/service-account-goma-client.json" | 136 "/creds/service_accounts/service-account-goma-client.json" |
140 ], | 137 ], |
141 "cwd": "[SLAVE_BUILD]", | |
142 "name": "ensure_goma.ensure_installed", | 138 "name": "ensure_goma.ensure_installed", |
143 "~followup_annotations": [ | 139 "~followup_annotations": [ |
144 "@@@STEP_NEST_LEVEL@1@@@", | 140 "@@@STEP_NEST_LEVEL@1@@@", |
145 "@@@STEP_LOG_LINE@json.output@{@@@", | 141 "@@@STEP_LOG_LINE@json.output@{@@@", |
146 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 142 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
147 "@@@STEP_LOG_LINE@json.output@ {@@@", | 143 "@@@STEP_LOG_LINE@json.output@ {@@@", |
148 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 144 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
149 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 145 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
150 "@@@STEP_LOG_LINE@json.output@ }@@@", | 146 "@@@STEP_LOG_LINE@json.output@ }@@@", |
151 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 147 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
152 "@@@STEP_LOG_LINE@json.output@}@@@", | 148 "@@@STEP_LOG_LINE@json.output@}@@@", |
153 "@@@STEP_LOG_END@json.output@@@" | 149 "@@@STEP_LOG_END@json.output@@@" |
154 ] | 150 ] |
155 }, | 151 }, |
156 { | 152 { |
157 "cmd": [ | 153 "cmd": [ |
158 "python", | 154 "python", |
159 "-u", | 155 "-u", |
160 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 156 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
161 "runhooks" | 157 "runhooks" |
162 ], | 158 ], |
163 "cwd": "[SLAVE_BUILD]", | |
164 "env": { | 159 "env": { |
165 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 160 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
166 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", | 161 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[ROOT]/b/build/slave/cache/cipd/goma' target_arch=x64 use_goma=1", |
167 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 162 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
168 }, | 163 }, |
169 "name": "gclient runhooks" | 164 "name": "gclient runhooks" |
170 }, | 165 }, |
171 { | 166 { |
172 "cmd": [ | 167 "cmd": [ |
173 "python", | 168 "python", |
174 "-u", | 169 "-u", |
175 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 170 "[CWD]/src/testing/scripts/get_compile_targets.py", |
176 "--output", | 171 "--output", |
177 "/path/to/tmp/json", | 172 "/path/to/tmp/json", |
178 "--", | 173 "--", |
179 "--build-config-fs", | 174 "--build-config-fs", |
180 "Release", | 175 "Release", |
181 "--paths", | 176 "--paths", |
182 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", | 177 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", |
183 "--properties", | 178 "--properties", |
184 "{\"buildername\": \"linux_perf_bisector\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_
platform\": \"linux\"}" | 179 "{\"buildername\": \"linux_perf_bisector\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_
platform\": \"linux\"}" |
185 ], | 180 ], |
186 "cwd": "[SLAVE_BUILD]", | |
187 "name": "get compile targets for scripts", | 181 "name": "get compile targets for scripts", |
188 "~followup_annotations": [ | 182 "~followup_annotations": [ |
189 "@@@STEP_LOG_LINE@json.output@{}@@@", | 183 "@@@STEP_LOG_LINE@json.output@{}@@@", |
190 "@@@STEP_LOG_END@json.output@@@" | 184 "@@@STEP_LOG_END@json.output@@@" |
191 ] | 185 ] |
192 }, | 186 }, |
193 { | 187 { |
194 "cmd": [ | 188 "cmd": [ |
195 "python", | 189 "python", |
196 "-u", | 190 "-u", |
197 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 191 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
198 "[SLAVE_BUILD]/src/testing/buildbot/tryserver.chromium.perf.json", | 192 "[CWD]/src/testing/buildbot/tryserver.chromium.perf.json", |
199 "/path/to/tmp/json" | 193 "/path/to/tmp/json" |
200 ], | 194 ], |
201 "cwd": "[SLAVE_BUILD]", | |
202 "name": "read test spec", | 195 "name": "read test spec", |
203 "~followup_annotations": [ | 196 "~followup_annotations": [ |
204 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/tryserver.chromium.
perf.json@@@", | 197 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/tryserver.chromium.perf.jso
n@@@", |
205 "@@@STEP_LOG_LINE@json.output@{}@@@", | 198 "@@@STEP_LOG_LINE@json.output@{}@@@", |
206 "@@@STEP_LOG_END@json.output@@@" | 199 "@@@STEP_LOG_END@json.output@@@" |
207 ] | 200 ] |
208 }, | 201 }, |
209 { | 202 { |
210 "cmd": [ | 203 "cmd": [ |
211 "git", | 204 "git", |
212 "update-ref", | 205 "update-ref", |
213 "refs/heads/master", | 206 "refs/heads/master", |
214 "refs/remotes/origin/master" | 207 "refs/remotes/origin/master" |
215 ], | 208 ], |
216 "cwd": "[SLAVE_BUILD]/src", | 209 "cwd": "[CWD]/src", |
217 "name": "git update-ref" | 210 "name": "git update-ref" |
218 }, | 211 }, |
219 { | 212 { |
220 "cmd": [ | 213 "cmd": [ |
221 "git", | 214 "git", |
222 "checkout", | 215 "checkout", |
223 "master" | 216 "master" |
224 ], | 217 ], |
225 "cwd": "[SLAVE_BUILD]/src", | 218 "cwd": "[CWD]/src", |
226 "name": "git checkout" | 219 "name": "git checkout" |
227 }, | 220 }, |
228 { | 221 { |
229 "cmd": [], | 222 "cmd": [], |
230 "cwd": "[SLAVE_BUILD]", | |
231 "name": "config", | 223 "name": "config", |
232 "~followup_annotations": [ | 224 "~followup_annotations": [ |
233 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@", | 225 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@", |
234 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"306478\",
@@@", | 226 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"306478\",
@@@", |
235 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"425582\", @@@", | 227 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"425582\", @@@", |
236 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_host\": \"master4.g
olo.chromium.org\", @@@", | 228 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_host\": \"master4.g
olo.chromium.org\", @@@", |
237 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_port\": \"8341\", @
@@", | 229 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_port\": \"8341\", @
@@", |
238 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": true,
@@@", | 230 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": true,
@@@", |
239 "@@@STEP_LOG_LINE@Bisect job configuration@ \"command\": \"tools/perf/run
_benchmark -v --browser=release page_cycler.intl_ar_fa_he\", @@@", | 231 "@@@STEP_LOG_LINE@Bisect job configuration@ \"command\": \"tools/perf/run
_benchmark -v --browser=release page_cycler.intl_ar_fa_he\", @@@", |
240 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": true, @@@", | 232 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": true, @@@", |
241 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_initial_confidence\":
\"95\", @@@", | 233 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_initial_confidence\":
\"95\", @@@", |
242 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_job_names\": true, @@
@", | 234 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_job_names\": true, @@
@", |
243 "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"306475\"
, @@@", | 235 "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"306475\"
, @@@", |
244 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\
", @@@", | 236 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\
", @@@", |
245 "@@@STEP_LOG_LINE@Bisect job configuration@ \"max_time_minutes\": \"5\",
@@@", | 237 "@@@STEP_LOG_LINE@Bisect job configuration@ \"max_time_minutes\": \"5\",
@@@", |
246 "@@@STEP_LOG_LINE@Bisect job configuration@ \"metric\": \"warm_times/page
_load_time\", @@@", | 238 "@@@STEP_LOG_LINE@Bisect job configuration@ \"metric\": \"warm_times/page
_load_time\", @@@", |
247 "@@@STEP_LOG_LINE@Bisect job configuration@ \"poll_sleep\": 0, @@@", | 239 "@@@STEP_LOG_LINE@Bisect job configuration@ \"poll_sleep\": 0, @@@", |
248 "@@@STEP_LOG_LINE@Bisect job configuration@ \"repeat_count\": \"2\", @@@"
, | 240 "@@@STEP_LOG_LINE@Bisect job configuration@ \"repeat_count\": \"2\", @@@"
, |
249 "@@@STEP_LOG_LINE@Bisect job configuration@ \"test_type\": \"perf\"@@@", | 241 "@@@STEP_LOG_LINE@Bisect job configuration@ \"test_type\": \"perf\"@@@", |
250 "@@@STEP_LOG_LINE@Bisect job configuration@}@@@", | 242 "@@@STEP_LOG_LINE@Bisect job configuration@}@@@", |
251 "@@@STEP_LOG_END@Bisect job configuration@@@" | 243 "@@@STEP_LOG_END@Bisect job configuration@@@" |
252 ] | 244 ] |
253 }, | 245 }, |
254 { | 246 { |
255 "cmd": [], | 247 "cmd": [], |
256 "cwd": "[SLAVE_BUILD]", | |
257 "name": "Resolving reference range" | 248 "name": "Resolving reference range" |
258 }, | 249 }, |
259 { | 250 { |
260 "cmd": [ | 251 "cmd": [ |
261 "python", | 252 "python", |
262 "-u", | 253 "-u", |
263 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", | 254 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", |
264 "get_numbering", | 255 "get_numbering", |
265 "--params-file", | 256 "--params-file", |
266 "{\"number\": 306478, \"numbering_identifier\": \"refs/heads/master\", \"n
umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr
omium/src\"}", | 257 "{\"number\": 306478, \"numbering_identifier\": \"refs/heads/master\", \"n
umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr
omium/src\"}", |
267 "--attempts", | 258 "--attempts", |
268 "3" | 259 "3" |
269 ], | 260 ], |
270 "cwd": "[SLAVE_BUILD]", | |
271 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast
er@{#306478}", | 261 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast
er@{#306478}", |
272 "stdout": "/path/to/tmp/json", | 262 "stdout": "/path/to/tmp/json", |
273 "~followup_annotations": [ | 263 "~followup_annotations": [ |
274 "@@@STEP_NEST_LEVEL@1@@@", | 264 "@@@STEP_NEST_LEVEL@1@@@", |
275 "@@@STEP_LOG_LINE@json.output@{@@@", | 265 "@@@STEP_LOG_LINE@json.output@{@@@", |
276 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"a6298e4afedbf2cd461755ea6f4
5b0ad64222222\"@@@", | 266 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"a6298e4afedbf2cd461755ea6f4
5b0ad64222222\"@@@", |
277 "@@@STEP_LOG_LINE@json.output@}@@@", | 267 "@@@STEP_LOG_LINE@json.output@}@@@", |
278 "@@@STEP_LOG_END@json.output@@@" | 268 "@@@STEP_LOG_END@json.output@@@" |
279 ] | 269 ] |
280 }, | 270 }, |
281 { | 271 { |
282 "cmd": [ | 272 "cmd": [ |
283 "python", | 273 "python", |
284 "-u", | 274 "-u", |
285 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", | 275 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", |
286 "get_numbering", | 276 "get_numbering", |
287 "--params-file", | 277 "--params-file", |
288 "{\"number\": 306475, \"numbering_identifier\": \"refs/heads/master\", \"n
umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr
omium/src\"}", | 278 "{\"number\": 306475, \"numbering_identifier\": \"refs/heads/master\", \"n
umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr
omium/src\"}", |
289 "--attempts", | 279 "--attempts", |
290 "3" | 280 "3" |
291 ], | 281 ], |
292 "cwd": "[SLAVE_BUILD]", | |
293 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast
er@{#306475}", | 282 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast
er@{#306475}", |
294 "stdout": "/path/to/tmp/json", | 283 "stdout": "/path/to/tmp/json", |
295 "~followup_annotations": [ | 284 "~followup_annotations": [ |
296 "@@@STEP_NEST_LEVEL@1@@@", | 285 "@@@STEP_NEST_LEVEL@1@@@", |
297 "@@@STEP_LOG_LINE@json.output@{@@@", | 286 "@@@STEP_LOG_LINE@json.output@{@@@", |
298 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"e28dc0d49c331def2a3bbf3ddd0
096eb51551155\"@@@", | 287 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"e28dc0d49c331def2a3bbf3ddd0
096eb51551155\"@@@", |
299 "@@@STEP_LOG_LINE@json.output@}@@@", | 288 "@@@STEP_LOG_LINE@json.output@}@@@", |
300 "@@@STEP_LOG_END@json.output@@@" | 289 "@@@STEP_LOG_END@json.output@@@" |
301 ] | 290 ] |
302 }, | 291 }, |
303 { | 292 { |
304 "cmd": [ | 293 "cmd": [ |
305 "python", | 294 "python", |
306 "-u", | 295 "-u", |
307 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", | 296 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", |
308 "DEPS", | 297 "DEPS", |
309 "--commit", | 298 "--commit", |
310 "a6298e4afedbf2cd461755ea6f45b0ad64222222" | 299 "a6298e4afedbf2cd461755ea6f45b0ad64222222" |
311 ], | 300 ], |
312 "cwd": "[SLAVE_BUILD]", | |
313 "name": "Resolving reference range.fetch file a6298e4afedbf2cd461755ea6f45b0
ad64222222:DEPS", | 301 "name": "Resolving reference range.fetch file a6298e4afedbf2cd461755ea6f45b0
ad64222222:DEPS", |
314 "stdout": "/path/to/tmp/", | 302 "stdout": "/path/to/tmp/", |
315 "~followup_annotations": [ | 303 "~followup_annotations": [ |
316 "@@@STEP_NEST_LEVEL@1@@@", | 304 "@@@STEP_NEST_LEVEL@1@@@", |
317 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@", | 305 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@", |
318 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@catapult: None@@@", | 306 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@catapult: None@@@", |
319 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@", | 307 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@", |
320 "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@" | 308 "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@" |
321 ] | 309 ] |
322 }, | 310 }, |
323 { | 311 { |
324 "cmd": [ | 312 "cmd": [ |
325 "python", | 313 "python", |
326 "-u", | 314 "-u", |
327 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", | 315 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", |
328 "DEPS", | 316 "DEPS", |
329 "--commit", | 317 "--commit", |
330 "e28dc0d49c331def2a3bbf3ddd0096eb51551155" | 318 "e28dc0d49c331def2a3bbf3ddd0096eb51551155" |
331 ], | 319 ], |
332 "cwd": "[SLAVE_BUILD]", | |
333 "name": "Resolving reference range.fetch file e28dc0d49c331def2a3bbf3ddd0096
eb51551155:DEPS", | 320 "name": "Resolving reference range.fetch file e28dc0d49c331def2a3bbf3ddd0096
eb51551155:DEPS", |
334 "stdout": "/path/to/tmp/", | 321 "stdout": "/path/to/tmp/", |
335 "~followup_annotations": [ | 322 "~followup_annotations": [ |
336 "@@@STEP_NEST_LEVEL@1@@@", | 323 "@@@STEP_NEST_LEVEL@1@@@", |
337 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@", | 324 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@", |
338 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@catapult: None@@@", | 325 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@catapult: None@@@", |
339 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@", | 326 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@", |
340 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@" | 327 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@" |
341 ] | 328 ] |
342 }, | 329 }, |
343 { | 330 { |
344 "cmd": [], | 331 "cmd": [], |
345 "cwd": "[SLAVE_BUILD]", | |
346 "name": "Expanding revision range" | 332 "name": "Expanding revision range" |
347 }, | 333 }, |
348 { | 334 { |
349 "cmd": [ | 335 "cmd": [ |
350 "python", | 336 "python", |
351 "-u", | 337 "-u", |
352 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p
y", | 338 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p
y", |
353 "e28dc0d49c331def2a3bbf3ddd0096eb51551155", | 339 "e28dc0d49c331def2a3bbf3ddd0096eb51551155", |
354 "a6298e4afedbf2cd461755ea6f45b0ad64222222", | 340 "a6298e4afedbf2cd461755ea6f45b0ad64222222", |
355 "https://chromium.googlesource.com/chromium/src" | 341 "https://chromium.googlesource.com/chromium/src" |
356 ], | 342 ], |
357 "cwd": "[SLAVE_BUILD]", | |
358 "name": "Expanding revision range.for revisions e28dc0d49c331def2a3bbf3ddd00
96eb51551155:a6298e4afedbf2cd461755ea6f45b0ad64222222", | 343 "name": "Expanding revision range.for revisions e28dc0d49c331def2a3bbf3ddd00
96eb51551155:a6298e4afedbf2cd461755ea6f45b0ad64222222", |
359 "stdout": "/path/to/tmp/json", | 344 "stdout": "/path/to/tmp/json", |
360 "~followup_annotations": [ | 345 "~followup_annotations": [ |
361 "@@@STEP_NEST_LEVEL@1@@@", | 346 "@@@STEP_NEST_LEVEL@1@@@", |
362 "@@@STEP_LOG_LINE@json.output@[@@@", | 347 "@@@STEP_LOG_LINE@json.output@[@@@", |
363 "@@@STEP_LOG_LINE@json.output@ [@@@", | 348 "@@@STEP_LOG_LINE@json.output@ [@@@", |
364 "@@@STEP_LOG_LINE@json.output@ \"fc6dfc7ff5b1073408499478969261b8264411
44\", @@@", | 349 "@@@STEP_LOG_LINE@json.output@ \"fc6dfc7ff5b1073408499478969261b8264411
44\", @@@", |
365 "@@@STEP_LOG_LINE@json.output@ \"ignored\"@@@", | 350 "@@@STEP_LOG_LINE@json.output@ \"ignored\"@@@", |
366 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 351 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
367 "@@@STEP_LOG_LINE@json.output@ [@@@", | 352 "@@@STEP_LOG_LINE@json.output@ [@@@", |
368 "@@@STEP_LOG_LINE@json.output@ \"00316c9ddfb9d7b4e1ed2fff9fe6d964d21111
11\", @@@", | 353 "@@@STEP_LOG_LINE@json.output@ \"00316c9ddfb9d7b4e1ed2fff9fe6d964d21111
11\", @@@", |
369 "@@@STEP_LOG_LINE@json.output@ \"ignored\"@@@", | 354 "@@@STEP_LOG_LINE@json.output@ \"ignored\"@@@", |
370 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 355 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
371 "@@@STEP_LOG_LINE@json.output@]@@@", | 356 "@@@STEP_LOG_LINE@json.output@]@@@", |
372 "@@@STEP_LOG_END@json.output@@@" | 357 "@@@STEP_LOG_END@json.output@@@" |
373 ] | 358 ] |
374 }, | 359 }, |
375 { | 360 { |
376 "cmd": [], | 361 "cmd": [], |
377 "cwd": "[SLAVE_BUILD]", | |
378 "name": "Gathering reference values" | 362 "name": "Gathering reference values" |
379 }, | 363 }, |
380 { | 364 { |
381 "cmd": [ | 365 "cmd": [ |
382 "python", | 366 "python", |
383 "-u", | 367 "-u", |
384 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 368 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
385 "--", | 369 "--", |
386 "[DEPOT_TOOLS]/gsutil.py", | 370 "[ROOT]/b/depot_tools/gsutil.py", |
387 "----", | 371 "----", |
388 "ls", | 372 "ls", |
389 "gs://chrome-perf/Linux Builder/full-build-linux_e28dc0d49c331def2a3bbf3dd
d0096eb51551155.zip" | 373 "gs://chrome-perf/Linux Builder/full-build-linux_e28dc0d49c331def2a3bbf3dd
d0096eb51551155.zip" |
390 ], | 374 ], |
391 "cwd": "[SLAVE_BUILD]", | |
392 "name": "Gathering reference values.gsutil ls", | 375 "name": "Gathering reference values.gsutil ls", |
393 "~followup_annotations": [ | 376 "~followup_annotations": [ |
394 "@@@STEP_NEST_LEVEL@1@@@" | 377 "@@@STEP_NEST_LEVEL@1@@@" |
395 ] | 378 ] |
396 }, | 379 }, |
397 { | 380 { |
398 "cmd": [ | 381 "cmd": [ |
399 "git", | 382 "git", |
400 "update-ref", | 383 "update-ref", |
401 "refs/heads/master", | 384 "refs/heads/master", |
402 "refs/remotes/origin/master" | 385 "refs/remotes/origin/master" |
403 ], | 386 ], |
404 "cwd": "[SLAVE_BUILD]/src", | 387 "cwd": "[CWD]/src", |
405 "name": "Gathering reference values.git update-ref", | 388 "name": "Gathering reference values.git update-ref", |
406 "~followup_annotations": [ | 389 "~followup_annotations": [ |
407 "@@@STEP_NEST_LEVEL@1@@@" | 390 "@@@STEP_NEST_LEVEL@1@@@" |
408 ] | 391 ] |
409 }, | 392 }, |
410 { | 393 { |
411 "cmd": [ | 394 "cmd": [ |
412 "git", | 395 "git", |
413 "checkout", | 396 "checkout", |
414 "master" | 397 "master" |
415 ], | 398 ], |
416 "cwd": "[SLAVE_BUILD]/src", | 399 "cwd": "[CWD]/src", |
417 "name": "Gathering reference values.git checkout", | 400 "name": "Gathering reference values.git checkout", |
418 "~followup_annotations": [ | 401 "~followup_annotations": [ |
419 "@@@STEP_NEST_LEVEL@1@@@" | 402 "@@@STEP_NEST_LEVEL@1@@@" |
420 ] | 403 ] |
421 }, | 404 }, |
422 { | 405 { |
423 "cmd": [ | 406 "cmd": [ |
424 "git", | 407 "git", |
425 "-c", | 408 "-c", |
426 "user.email=FAKE_PERF_PUMPKIN@chromium.org", | 409 "user.email=FAKE_PERF_PUMPKIN@chromium.org", |
427 "try", | 410 "try", |
428 "--bot", | 411 "--bot", |
429 "linux_perf_bisect_builder", | 412 "linux_perf_bisect_builder", |
430 "--revision", | 413 "--revision", |
431 "e28dc0d49c331def2a3bbf3ddd0096eb51551155", | 414 "e28dc0d49c331def2a3bbf3ddd0096eb51551155", |
432 "--name", | 415 "--name", |
433 "e28dc0d49c331def2a3bbf3ddd0096eb51551155-build", | 416 "e28dc0d49c331def2a3bbf3ddd0096eb51551155-build", |
434 "--clobber", | 417 "--clobber", |
435 "--svn_repo", | 418 "--svn_repo", |
436 "svn://svn.chromium.org/chrome-try/try-perf", | 419 "svn://svn.chromium.org/chrome-try/try-perf", |
437 "--diff", | 420 "--diff", |
438 "/dev/null" | 421 "/dev/null" |
439 ], | 422 ], |
440 "cwd": "[SLAVE_BUILD]/src", | 423 "cwd": "[CWD]/src", |
441 "name": "Gathering reference values.Requesting build for e28dc0d49c331def2a3
bbf3ddd0096eb51551155 via git try.", | 424 "name": "Gathering reference values.Requesting build for e28dc0d49c331def2a3
bbf3ddd0096eb51551155 via git try.", |
442 "~followup_annotations": [ | 425 "~followup_annotations": [ |
443 "@@@STEP_NEST_LEVEL@1@@@" | 426 "@@@STEP_NEST_LEVEL@1@@@" |
444 ] | 427 ] |
445 }, | 428 }, |
446 { | 429 { |
447 "cmd": [ | 430 "cmd": [ |
448 "python", | 431 "python", |
449 "-u", | 432 "-u", |
450 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 433 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
451 "--", | 434 "--", |
452 "[DEPOT_TOOLS]/gsutil.py", | 435 "[ROOT]/b/depot_tools/gsutil.py", |
453 "----", | 436 "----", |
454 "ls", | 437 "ls", |
455 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6
f45b0ad64222222.zip" | 438 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6
f45b0ad64222222.zip" |
456 ], | 439 ], |
457 "cwd": "[SLAVE_BUILD]", | |
458 "name": "Gathering reference values.gsutil ls (2)", | 440 "name": "Gathering reference values.gsutil ls (2)", |
459 "~followup_annotations": [ | 441 "~followup_annotations": [ |
460 "@@@STEP_NEST_LEVEL@1@@@" | 442 "@@@STEP_NEST_LEVEL@1@@@" |
461 ] | 443 ] |
462 }, | 444 }, |
463 { | 445 { |
464 "cmd": [ | 446 "cmd": [ |
465 "git", | 447 "git", |
466 "update-ref", | 448 "update-ref", |
467 "refs/heads/master", | 449 "refs/heads/master", |
468 "refs/remotes/origin/master" | 450 "refs/remotes/origin/master" |
469 ], | 451 ], |
470 "cwd": "[SLAVE_BUILD]/src", | 452 "cwd": "[CWD]/src", |
471 "name": "Gathering reference values.git update-ref (2)", | 453 "name": "Gathering reference values.git update-ref (2)", |
472 "~followup_annotations": [ | 454 "~followup_annotations": [ |
473 "@@@STEP_NEST_LEVEL@1@@@" | 455 "@@@STEP_NEST_LEVEL@1@@@" |
474 ] | 456 ] |
475 }, | 457 }, |
476 { | 458 { |
477 "cmd": [ | 459 "cmd": [ |
478 "git", | 460 "git", |
479 "checkout", | 461 "checkout", |
480 "master" | 462 "master" |
481 ], | 463 ], |
482 "cwd": "[SLAVE_BUILD]/src", | 464 "cwd": "[CWD]/src", |
483 "name": "Gathering reference values.git checkout (2)", | 465 "name": "Gathering reference values.git checkout (2)", |
484 "~followup_annotations": [ | 466 "~followup_annotations": [ |
485 "@@@STEP_NEST_LEVEL@1@@@" | 467 "@@@STEP_NEST_LEVEL@1@@@" |
486 ] | 468 ] |
487 }, | 469 }, |
488 { | 470 { |
489 "cmd": [ | 471 "cmd": [ |
490 "git", | 472 "git", |
491 "-c", | 473 "-c", |
492 "user.email=FAKE_PERF_PUMPKIN@chromium.org", | 474 "user.email=FAKE_PERF_PUMPKIN@chromium.org", |
493 "try", | 475 "try", |
494 "--bot", | 476 "--bot", |
495 "linux_perf_bisect_builder", | 477 "linux_perf_bisect_builder", |
496 "--revision", | 478 "--revision", |
497 "a6298e4afedbf2cd461755ea6f45b0ad64222222", | 479 "a6298e4afedbf2cd461755ea6f45b0ad64222222", |
498 "--name", | 480 "--name", |
499 "a6298e4afedbf2cd461755ea6f45b0ad64222222-build", | 481 "a6298e4afedbf2cd461755ea6f45b0ad64222222-build", |
500 "--clobber", | 482 "--clobber", |
501 "--svn_repo", | 483 "--svn_repo", |
502 "svn://svn.chromium.org/chrome-try/try-perf", | 484 "svn://svn.chromium.org/chrome-try/try-perf", |
503 "--diff", | 485 "--diff", |
504 "/dev/null" | 486 "/dev/null" |
505 ], | 487 ], |
506 "cwd": "[SLAVE_BUILD]/src", | 488 "cwd": "[CWD]/src", |
507 "name": "Gathering reference values.Requesting build for a6298e4afedbf2cd461
755ea6f45b0ad64222222 via git try.", | 489 "name": "Gathering reference values.Requesting build for a6298e4afedbf2cd461
755ea6f45b0ad64222222 via git try.", |
508 "~followup_annotations": [ | 490 "~followup_annotations": [ |
509 "@@@STEP_NEST_LEVEL@1@@@" | 491 "@@@STEP_NEST_LEVEL@1@@@" |
510 ] | 492 ] |
511 }, | 493 }, |
512 { | 494 { |
513 "cmd": [ | 495 "cmd": [ |
514 "git", | 496 "git", |
515 "footers", | 497 "footers", |
516 "--position", | 498 "--position", |
517 "e28dc0d49c331def2a3bbf3ddd0096eb51551155" | 499 "e28dc0d49c331def2a3bbf3ddd0096eb51551155" |
518 ], | 500 ], |
519 "cwd": "[SLAVE_BUILD]/src", | 501 "cwd": "[CWD]/src", |
520 "name": "Gathering reference values.resolving hash e28dc0d49c331def2a3bbf3dd
d0096eb51551155", | 502 "name": "Gathering reference values.resolving hash e28dc0d49c331def2a3bbf3dd
d0096eb51551155", |
521 "stdout": "/path/to/tmp/", | 503 "stdout": "/path/to/tmp/", |
522 "~followup_annotations": [ | 504 "~followup_annotations": [ |
523 "@@@STEP_NEST_LEVEL@1@@@" | 505 "@@@STEP_NEST_LEVEL@1@@@" |
524 ] | 506 ] |
525 }, | 507 }, |
526 { | 508 { |
527 "cmd": [], | 509 "cmd": [], |
528 "cwd": "[SLAVE_BUILD]", | |
529 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c", | 510 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c", |
530 "~followup_annotations": [ | 511 "~followup_annotations": [ |
531 "@@@STEP_NEST_LEVEL@1@@@" | 512 "@@@STEP_NEST_LEVEL@1@@@" |
532 ] | 513 ] |
533 }, | 514 }, |
534 { | 515 { |
535 "cmd": [ | 516 "cmd": [ |
536 "python", | 517 "python", |
537 "-u", | 518 "-u", |
538 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 519 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
539 "--", | 520 "--", |
540 "[DEPOT_TOOLS]/gsutil.py", | 521 "[ROOT]/b/depot_tools/gsutil.py", |
541 "----", | 522 "----", |
542 "ls", | 523 "ls", |
543 "gs://chrome-perf/Linux Builder/full-build-linux_e28dc0d49c331def2a3bbf3dd
d0096eb51551155.zip" | 524 "gs://chrome-perf/Linux Builder/full-build-linux_e28dc0d49c331def2a3bbf3dd
d0096eb51551155.zip" |
544 ], | 525 ], |
545 "cwd": "[SLAVE_BUILD]", | |
546 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.gsutil l
s", | 526 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.gsutil l
s", |
547 "~followup_annotations": [ | 527 "~followup_annotations": [ |
548 "@@@STEP_NEST_LEVEL@2@@@" | 528 "@@@STEP_NEST_LEVEL@2@@@" |
549 ] | 529 ] |
550 }, | 530 }, |
551 { | 531 { |
552 "cmd": [], | 532 "cmd": [], |
553 "cwd": "[SLAVE_BUILD]", | |
554 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.Triggeri
ng test job for e28dc0d49c331def2a3bbf3ddd0096eb51551155", | 533 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.Triggeri
ng test job for e28dc0d49c331def2a3bbf3ddd0096eb51551155", |
555 "trigger_specs": [ | 534 "trigger_specs": [ |
556 { | 535 { |
557 "builder_name": "linux_perf_tester", | 536 "builder_name": "linux_perf_tester", |
558 "properties": { | 537 "properties": { |
559 "bisect_config": { | 538 "bisect_config": { |
560 "command": "tools/perf/run_benchmark -v --browser=release page_cycle
r.intl_ar_fa_he", | 539 "command": "tools/perf/run_benchmark -v --browser=release page_cycle
r.intl_ar_fa_he", |
561 "metric": "warm_times/page_load_time", | 540 "metric": "warm_times/page_load_time", |
562 "repeat_count": 5, | 541 "repeat_count": 5, |
563 "test_type": "perf" | 542 "test_type": "perf" |
(...skipping 11 matching lines...) Expand all Loading... |
575 "~followup_annotations": [ | 554 "~followup_annotations": [ |
576 "@@@STEP_NEST_LEVEL@2@@@" | 555 "@@@STEP_NEST_LEVEL@2@@@" |
577 ] | 556 ] |
578 }, | 557 }, |
579 { | 558 { |
580 "cmd": [ | 559 "cmd": [ |
581 "python", | 560 "python", |
582 "-u", | 561 "-u", |
583 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" | 562 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" |
584 ], | 563 ], |
585 "cwd": "[SLAVE_BUILD]", | |
586 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.sleeping
", | 564 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.sleeping
", |
587 "~followup_annotations": [ | 565 "~followup_annotations": [ |
588 "@@@STEP_NEST_LEVEL@2@@@", | 566 "@@@STEP_NEST_LEVEL@2@@@", |
589 "@@@STEP_LOG_LINE@python.inline@@@@", | 567 "@@@STEP_LOG_LINE@python.inline@@@@", |
590 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 568 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
591 "@@@STEP_LOG_LINE@python.inline@import time@@@", | 569 "@@@STEP_LOG_LINE@python.inline@import time@@@", |
592 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", | 570 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", |
593 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", | 571 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", |
594 "@@@STEP_LOG_END@python.inline@@@" | 572 "@@@STEP_LOG_END@python.inline@@@" |
595 ] | 573 ] |
596 }, | 574 }, |
597 { | 575 { |
598 "cmd": [ | 576 "cmd": [ |
599 "python", | 577 "python", |
600 "-u", | 578 "-u", |
601 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 579 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
602 "--", | 580 "--", |
603 "[DEPOT_TOOLS]/gsutil.py", | 581 "[ROOT]/b/depot_tools/gsutil.py", |
604 "----", | 582 "----", |
605 "ls", | 583 "ls", |
606 "gs://chrome-perf/bisect-results/e28dc0d49c331def2a3bbf3ddd0096eb51551155-
test.results" | 584 "gs://chrome-perf/bisect-results/e28dc0d49c331def2a3bbf3ddd0096eb51551155-
test.results" |
607 ], | 585 ], |
608 "cwd": "[SLAVE_BUILD]", | |
609 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.gsutil l
s (2)", | 586 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.gsutil l
s (2)", |
610 "~followup_annotations": [ | 587 "~followup_annotations": [ |
611 "@@@STEP_NEST_LEVEL@2@@@" | 588 "@@@STEP_NEST_LEVEL@2@@@" |
612 ] | 589 ] |
613 }, | 590 }, |
614 { | 591 { |
615 "cmd": [ | 592 "cmd": [ |
616 "python", | 593 "python", |
617 "-u", | 594 "-u", |
618 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 595 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
619 "--", | 596 "--", |
620 "[DEPOT_TOOLS]/gsutil.py", | 597 "[ROOT]/b/depot_tools/gsutil.py", |
621 "----", | 598 "----", |
622 "cat", | 599 "cat", |
623 "gs://chrome-perf/bisect-results/e28dc0d49c331def2a3bbf3ddd0096eb51551155-
test.results" | 600 "gs://chrome-perf/bisect-results/e28dc0d49c331def2a3bbf3ddd0096eb51551155-
test.results" |
624 ], | 601 ], |
625 "cwd": "[SLAVE_BUILD]", | |
626 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.gsutil G
et test results for build e28dc0d49c331def2a3bbf3ddd0096eb51551155", | 602 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.gsutil G
et test results for build e28dc0d49c331def2a3bbf3ddd0096eb51551155", |
627 "stdout": "/path/to/tmp/", | 603 "stdout": "/path/to/tmp/", |
628 "~followup_annotations": [ | 604 "~followup_annotations": [ |
629 "@@@STEP_NEST_LEVEL@2@@@" | 605 "@@@STEP_NEST_LEVEL@2@@@" |
630 ] | 606 ] |
631 }, | 607 }, |
632 { | 608 { |
633 "cmd": [ | 609 "cmd": [ |
634 "git", | 610 "git", |
635 "footers", | 611 "footers", |
636 "--position", | 612 "--position", |
637 "a6298e4afedbf2cd461755ea6f45b0ad64222222" | 613 "a6298e4afedbf2cd461755ea6f45b0ad64222222" |
638 ], | 614 ], |
639 "cwd": "[SLAVE_BUILD]/src", | 615 "cwd": "[CWD]/src", |
640 "name": "Gathering reference values.resolving hash a6298e4afedbf2cd461755ea6
f45b0ad64222222", | 616 "name": "Gathering reference values.resolving hash a6298e4afedbf2cd461755ea6
f45b0ad64222222", |
641 "stdout": "/path/to/tmp/", | 617 "stdout": "/path/to/tmp/", |
642 "~followup_annotations": [ | 618 "~followup_annotations": [ |
643 "@@@STEP_NEST_LEVEL@1@@@" | 619 "@@@STEP_NEST_LEVEL@1@@@" |
644 ] | 620 ] |
645 }, | 621 }, |
646 { | 622 { |
647 "cmd": [], | 623 "cmd": [], |
648 "cwd": "[SLAVE_BUILD]", | |
649 "name": "Gathering reference values.Waiting for chromium@a6298e4afe", | 624 "name": "Gathering reference values.Waiting for chromium@a6298e4afe", |
650 "~followup_annotations": [ | 625 "~followup_annotations": [ |
651 "@@@STEP_NEST_LEVEL@1@@@" | 626 "@@@STEP_NEST_LEVEL@1@@@" |
652 ] | 627 ] |
653 }, | 628 }, |
654 { | 629 { |
655 "cmd": [ | 630 "cmd": [ |
656 "python", | 631 "python", |
657 "-u", | 632 "-u", |
658 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 633 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
659 "--", | 634 "--", |
660 "[DEPOT_TOOLS]/gsutil.py", | 635 "[ROOT]/b/depot_tools/gsutil.py", |
661 "----", | 636 "----", |
662 "ls", | 637 "ls", |
663 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6
f45b0ad64222222.zip" | 638 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6
f45b0ad64222222.zip" |
664 ], | 639 ], |
665 "cwd": "[SLAVE_BUILD]", | |
666 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.gsutil l
s", | 640 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.gsutil l
s", |
667 "~followup_annotations": [ | 641 "~followup_annotations": [ |
668 "@@@STEP_NEST_LEVEL@2@@@" | 642 "@@@STEP_NEST_LEVEL@2@@@" |
669 ] | 643 ] |
670 }, | 644 }, |
671 { | 645 { |
672 "cmd": [], | 646 "cmd": [], |
673 "cwd": "[SLAVE_BUILD]", | |
674 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.Triggeri
ng test job for a6298e4afedbf2cd461755ea6f45b0ad64222222", | 647 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.Triggeri
ng test job for a6298e4afedbf2cd461755ea6f45b0ad64222222", |
675 "trigger_specs": [ | 648 "trigger_specs": [ |
676 { | 649 { |
677 "builder_name": "linux_perf_tester", | 650 "builder_name": "linux_perf_tester", |
678 "properties": { | 651 "properties": { |
679 "bisect_config": { | 652 "bisect_config": { |
680 "command": "tools/perf/run_benchmark -v --browser=release page_cycle
r.intl_ar_fa_he", | 653 "command": "tools/perf/run_benchmark -v --browser=release page_cycle
r.intl_ar_fa_he", |
681 "metric": "warm_times/page_load_time", | 654 "metric": "warm_times/page_load_time", |
682 "repeat_count": 5, | 655 "repeat_count": 5, |
683 "test_type": "perf" | 656 "test_type": "perf" |
(...skipping 11 matching lines...) Expand all Loading... |
695 "~followup_annotations": [ | 668 "~followup_annotations": [ |
696 "@@@STEP_NEST_LEVEL@2@@@" | 669 "@@@STEP_NEST_LEVEL@2@@@" |
697 ] | 670 ] |
698 }, | 671 }, |
699 { | 672 { |
700 "cmd": [ | 673 "cmd": [ |
701 "python", | 674 "python", |
702 "-u", | 675 "-u", |
703 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" | 676 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" |
704 ], | 677 ], |
705 "cwd": "[SLAVE_BUILD]", | |
706 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.sleeping
", | 678 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.sleeping
", |
707 "~followup_annotations": [ | 679 "~followup_annotations": [ |
708 "@@@STEP_NEST_LEVEL@2@@@", | 680 "@@@STEP_NEST_LEVEL@2@@@", |
709 "@@@STEP_LOG_LINE@python.inline@@@@", | 681 "@@@STEP_LOG_LINE@python.inline@@@@", |
710 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 682 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
711 "@@@STEP_LOG_LINE@python.inline@import time@@@", | 683 "@@@STEP_LOG_LINE@python.inline@import time@@@", |
712 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", | 684 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", |
713 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", | 685 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", |
714 "@@@STEP_LOG_END@python.inline@@@" | 686 "@@@STEP_LOG_END@python.inline@@@" |
715 ] | 687 ] |
716 }, | 688 }, |
717 { | 689 { |
718 "cmd": [ | 690 "cmd": [ |
719 "python", | 691 "python", |
720 "-u", | 692 "-u", |
721 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 693 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
722 "--", | 694 "--", |
723 "[DEPOT_TOOLS]/gsutil.py", | 695 "[ROOT]/b/depot_tools/gsutil.py", |
724 "----", | 696 "----", |
725 "ls", | 697 "ls", |
726 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222-
test.results" | 698 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222-
test.results" |
727 ], | 699 ], |
728 "cwd": "[SLAVE_BUILD]", | |
729 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.gsutil l
s (2)", | 700 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.gsutil l
s (2)", |
730 "~followup_annotations": [ | 701 "~followup_annotations": [ |
731 "@@@STEP_NEST_LEVEL@2@@@" | 702 "@@@STEP_NEST_LEVEL@2@@@" |
732 ] | 703 ] |
733 }, | 704 }, |
734 { | 705 { |
735 "cmd": [ | 706 "cmd": [ |
736 "python", | 707 "python", |
737 "-u", | 708 "-u", |
738 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 709 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
739 "--", | 710 "--", |
740 "[DEPOT_TOOLS]/gsutil.py", | 711 "[ROOT]/b/depot_tools/gsutil.py", |
741 "----", | 712 "----", |
742 "cat", | 713 "cat", |
743 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222-
test.results" | 714 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222-
test.results" |
744 ], | 715 ], |
745 "cwd": "[SLAVE_BUILD]", | |
746 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.gsutil G
et test results for build a6298e4afedbf2cd461755ea6f45b0ad64222222", | 716 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.gsutil G
et test results for build a6298e4afedbf2cd461755ea6f45b0ad64222222", |
747 "stdout": "/path/to/tmp/", | 717 "stdout": "/path/to/tmp/", |
748 "~followup_annotations": [ | 718 "~followup_annotations": [ |
749 "@@@STEP_NEST_LEVEL@2@@@", | 719 "@@@STEP_NEST_LEVEL@2@@@", |
750 "@@@SET_BUILD_PROPERTY@extra_result_code@[\"B4T_REF_RANGE_FAIL\"]@@@" | 720 "@@@SET_BUILD_PROPERTY@extra_result_code@[\"B4T_REF_RANGE_FAIL\"]@@@" |
751 ] | 721 ] |
752 }, | 722 }, |
753 { | 723 { |
754 "cmd": [ | 724 "cmd": [ |
755 "python", | 725 "python", |
756 "-u", | 726 "-u", |
757 "import sys; sys.exit(1)" | 727 "import sys; sys.exit(1)" |
758 ], | 728 ], |
759 "cwd": "[SLAVE_BUILD]", | |
760 "name": "Gathering reference values.Recipe failed. Reason: Testing the \"bad
\" revision failed", | 729 "name": "Gathering reference values.Recipe failed. Reason: Testing the \"bad
\" revision failed", |
761 "~followup_annotations": [ | 730 "~followup_annotations": [ |
762 "@@@STEP_NEST_LEVEL@1@@@", | 731 "@@@STEP_NEST_LEVEL@1@@@", |
763 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@", | 732 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@", |
764 "@@@STEP_LOG_END@python.inline@@@" | 733 "@@@STEP_LOG_END@python.inline@@@" |
765 ] | 734 ] |
766 }, | 735 }, |
767 { | 736 { |
768 "cmd": [ | 737 "cmd": [ |
769 "python", | 738 "python", |
770 "-u", | 739 "-u", |
771 "import sys; sys.exit(1)" | 740 "import sys; sys.exit(1)" |
772 ], | 741 ], |
773 "cwd": "[SLAVE_BUILD]", | |
774 "name": "Gathering reference values.Recipe failed. Reason: Testing the \"goo
d\" revision failed", | 742 "name": "Gathering reference values.Recipe failed. Reason: Testing the \"goo
d\" revision failed", |
775 "~followup_annotations": [ | 743 "~followup_annotations": [ |
776 "@@@STEP_NEST_LEVEL@1@@@", | 744 "@@@STEP_NEST_LEVEL@1@@@", |
777 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@", | 745 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@", |
778 "@@@STEP_LOG_END@python.inline@@@" | 746 "@@@STEP_LOG_END@python.inline@@@" |
779 ] | 747 ] |
780 }, | 748 }, |
781 { | 749 { |
782 "cmd": [ | 750 "cmd": [ |
783 "git", | 751 "git", |
784 "footers", | 752 "footers", |
785 "--position", | 753 "--position", |
786 "fc6dfc7ff5b1073408499478969261b826441144" | 754 "fc6dfc7ff5b1073408499478969261b826441144" |
787 ], | 755 ], |
788 "cwd": "[SLAVE_BUILD]/src", | 756 "cwd": "[CWD]/src", |
789 "name": "resolving hash fc6dfc7ff5b1073408499478969261b826441144", | 757 "name": "resolving hash fc6dfc7ff5b1073408499478969261b826441144", |
790 "stdout": "/path/to/tmp/" | 758 "stdout": "/path/to/tmp/" |
791 }, | 759 }, |
792 { | 760 { |
793 "cmd": [ | 761 "cmd": [ |
794 "git", | 762 "git", |
795 "footers", | 763 "footers", |
796 "--position", | 764 "--position", |
797 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" | 765 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" |
798 ], | 766 ], |
799 "cwd": "[SLAVE_BUILD]/src", | 767 "cwd": "[CWD]/src", |
800 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", | 768 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", |
801 "stdout": "/path/to/tmp/" | 769 "stdout": "/path/to/tmp/" |
802 }, | 770 }, |
803 { | 771 { |
804 "cmd": [], | 772 "cmd": [], |
805 "cwd": "[SLAVE_BUILD]", | |
806 "name": "Debug Info", | 773 "name": "Debug Info", |
807 "~followup_annotations": [ | 774 "~followup_annotations": [ |
808 "@@@STEP_LOG_LINE@Debug Info@bisector.lkgr: RevisionState(rev=chromium@e28
dc0d49c, values=[70, 70, 80, 90, 90], mean_value=80.0, std_dev=10.0)@@@", | 775 "@@@STEP_LOG_LINE@Debug Info@bisector.lkgr: RevisionState(rev=chromium@e28
dc0d49c, values=[70, 70, 80, 90, 90], mean_value=80.0, std_dev=10.0)@@@", |
809 "@@@STEP_LOG_LINE@Debug Info@bisector.fkbr: RevisionState(rev=chromium@a62
98e4afe, values=[], mean_value=None, std_dev=None)@@@", | 776 "@@@STEP_LOG_LINE@Debug Info@bisector.fkbr: RevisionState(rev=chromium@a62
98e4afe, values=[], mean_value=None, std_dev=None)@@@", |
810 "@@@STEP_LOG_LINE@Debug Info@@@@", | 777 "@@@STEP_LOG_LINE@Debug Info@@@@", |
811 "@@@STEP_LOG_LINE@Debug Info@Revision Values @@@", | 778 "@@@STEP_LOG_LINE@Debug Info@Revision Values @@@", |
812 "@@@STEP_LOG_LINE@Debug Info@chromium@e28dc0d49c[70, 70, 80, 90, 90]@@@", | 779 "@@@STEP_LOG_LINE@Debug Info@chromium@e28dc0d49c[70, 70, 80, 90, 90]@@@", |
813 "@@@STEP_LOG_LINE@Debug Info@chromium@fc6dfc7ff5[] @@@", | 780 "@@@STEP_LOG_LINE@Debug Info@chromium@fc6dfc7ff5[] @@@", |
814 "@@@STEP_LOG_LINE@Debug Info@chromium@00316c9ddf[] @@@", | 781 "@@@STEP_LOG_LINE@Debug Info@chromium@00316c9ddf[] @@@", |
815 "@@@STEP_LOG_LINE@Debug Info@chromium@a6298e4afe[] @@@", | 782 "@@@STEP_LOG_LINE@Debug Info@chromium@a6298e4afe[] @@@", |
816 "@@@STEP_LOG_END@Debug Info@@@" | 783 "@@@STEP_LOG_END@Debug Info@@@" |
817 ] | 784 ] |
818 }, | 785 }, |
819 { | 786 { |
820 "cmd": [ | 787 "cmd": [ |
821 "python", | 788 "python", |
822 "-u", | 789 "-u", |
823 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" | 790 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" |
824 ], | 791 ], |
825 "cwd": "[SLAVE_BUILD]", | |
826 "name": "Post bisect results", | 792 "name": "Post bisect results", |
827 "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"a6298e4a
fedbf2cd461755ea6f45b0ad64222222\", \"bisect_bot\": \"linux_perf_tester\", \"bug
_id\": \"425582\", \"buildbot_log_url\": \"http://c.org/p/cr/builders/linux_perf
_bisector/builds/571\", \"change\": null, \"command\": \"tools/perf/run_benchmar
k -v --browser=release page_cycler.intl_ar_fa_he\", \"culprit_data\": null, \"go
od_revision\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551155\", \"metric\": \"warm_
times/page_load_time\", \"revision_data\": [{\"commit_hash\": \"e28dc0d49c331def
2a3bbf3ddd0096eb51551155\", \"depot_name\": \"chromium\", \"mean_value\": 80.0,
\"result\": \"good\", \"revision_string\": \"chromium@e28dc0d49c\", \"std_dev\":
10.0, \"values\": [70, 70, 80, 90, 90]}], \"score\": 0, \"status\": \"failed\",
\"test_type\": \"perf\", \"try_job_id\": null, \"warnings\": []}, \"url\": \"ht
tps://chromeperf.appspot.com/post_bisect_results\"}", | 793 "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"a6298e4a
fedbf2cd461755ea6f45b0ad64222222\", \"bisect_bot\": \"linux_perf_tester\", \"bug
_id\": \"425582\", \"buildbot_log_url\": \"http://c.org/p/cr/builders/linux_perf
_bisector/builds/571\", \"change\": null, \"command\": \"tools/perf/run_benchmar
k -v --browser=release page_cycler.intl_ar_fa_he\", \"culprit_data\": null, \"go
od_revision\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551155\", \"metric\": \"warm_
times/page_load_time\", \"revision_data\": [{\"commit_hash\": \"e28dc0d49c331def
2a3bbf3ddd0096eb51551155\", \"depot_name\": \"chromium\", \"mean_value\": 80.0,
\"result\": \"good\", \"revision_string\": \"chromium@e28dc0d49c\", \"std_dev\":
10.0, \"values\": [70, 70, 80, 90, 90]}], \"score\": 0, \"status\": \"failed\",
\"test_type\": \"perf\", \"try_job_id\": null, \"warnings\": []}, \"url\": \"ht
tps://chromeperf.appspot.com/post_bisect_results\"}", |
828 "stdout": "/path/to/tmp/json", | 794 "stdout": "/path/to/tmp/json", |
829 "~followup_annotations": [ | 795 "~followup_annotations": [ |
830 "@@@STEP_LOG_LINE@json.output@{@@@", | 796 "@@@STEP_LOG_LINE@json.output@{@@@", |
831 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", | 797 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", |
832 "@@@STEP_LOG_LINE@json.output@}@@@", | 798 "@@@STEP_LOG_LINE@json.output@}@@@", |
833 "@@@STEP_LOG_END@json.output@@@" | 799 "@@@STEP_LOG_END@json.output@@@" |
834 ] | 800 ] |
835 }, | 801 }, |
836 { | 802 { |
837 "name": "$result", | 803 "name": "$result", |
838 "recipe_result": null, | 804 "recipe_result": null, |
839 "status_code": 0 | 805 "status_code": 0 |
840 } | 806 } |
841 ] | 807 ] |
OLD | NEW |