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

Side by Side Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/basic_linux_bisect.json

Issue 2247373002: Refactor stages 1, 2 and test_api overhaul. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Removing debug prints. Created 4 years, 4 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
(Empty)
1 [
2 {
3 "cmd": [
4 "python",
5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master",
8 "tryserver.chromium.perf",
9 "--builder",
10 "linux_perf_bisect",
11 "--slave",
12 "dummyslave",
13 "--spec",
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url' : 'svn://svn-mirror.golo.chromium.org/%s', 'llvm_url': 'svn://svn-mirror.golo.ch romium.org/llvm-project', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/nati ve_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo) s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_fil e': 'DEPS', 'managed': False, 'name': 'src', 'url': 'svn://svn-mirror.golo.chrom ium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/data/firefox2_prof ile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, ' src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/test/dat a/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, '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_test': None, 'src/d ata/mozilla_js_tests': None, 'src/data/selenium_core': None, 'src/data/tab_switc hing': None, 'src/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder ': None, 'src/webkit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugin s': None, 'src/webkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed': False, 'name': 'src-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome -internal/trunk/src-internal'}, {'deps_file': 'DEPS', 'managed': True, 'name': ' catapult', 'url': 'https://chromium.googlesource.com/external/github.com/catapul t-project/catapult.git'}]",
15 "--root",
16 "src",
17 "--revision_mapping_file",
18 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
19 "--git-cache-dir",
20 "[GIT_CACHE]",
21 "--output_json",
22 "/path/to/tmp/json",
23 "--revision",
24 "src@HEAD",
25 "--output_manifest"
26 ],
27 "env": {
28 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
29 },
30 "name": "bot_update",
31 "~followup_annotations": [
32 "@@@STEP_TEXT@Some step text@@@",
33 "@@@STEP_LOG_LINE@json.output@{@@@",
34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
37 "@@@STEP_LOG_LINE@json.output@ }, @@@",
38 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
39 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@",
42 "@@@STEP_LOG_LINE@json.output@ }, @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@",
44 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /buildtools.git\", @@@",
45 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635 3cb994259692140934\"@@@",
46 "@@@STEP_LOG_LINE@json.output@ }, @@@",
47 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@",
48 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /native_client.git\", @@@",
49 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26 9b7982aeeefc1b9b50\"@@@",
50 "@@@STEP_LOG_LINE@json.output@ }, @@@",
51 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@",
52 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /third_party/angle.git\", @@@",
53 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a 728eb85b8d7bc6080c\"@@@",
54 "@@@STEP_LOG_LINE@json.output@ }, @@@",
55 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc\": {@@@",
56 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /third_party/webrtc.git\", @@@",
57 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0f90628433546e61d92685 96da93418c623137f4\"@@@",
58 "@@@STEP_LOG_LINE@json.output@ }, @@@",
59 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client\": {@@@",
60 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /tools/swarming_client.git\", @@@",
61 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a0ee5d99f1d4b38ddaa4c7 59c837980b63b99566\"@@@",
62 "@@@STEP_LOG_LINE@json.output@ }, @@@",
63 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@",
64 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /v8.git\", @@@",
65 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a 35f03975671d43e399\"@@@",
66 "@@@STEP_LOG_LINE@json.output@ }@@@",
67 "@@@STEP_LOG_LINE@json.output@ }, @@@",
68 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
69 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
70 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
71 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision\": \"fac9503c46405f 77757b9a728eb85b8d7bc6080c\", @@@",
72 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision_cp\": \"refs/heads/ master@{#297276}\", @@@",
73 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision\": \"f0319a328 b2809876916353cb994259692140934\", @@@",
74 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision_cp\": \"refs/h eads/master@{#182578}\", @@@",
75 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
76 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
77 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee 3e86ddfd4ebd0fe58cb9\", @@@",
78 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#170242}\", @@@",
79 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision\": \"a0ee 5d99f1d4b38ddaa4c759c837980b63b99566\", @@@",
80 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision_cp\": \"r efs/heads/master@{#276089}\", @@@",
81 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision\": \"801ada225ddc271c1 32c3a35f03975671d43e399\", @@@",
82 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/mas ter@{#43426}\", @@@",
83 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision\": \"0f90628433546 e61d9268596da93418c623137f4\", @@@",
84 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision_cp\": \"refs/heads /master@{#120644}\"@@@",
85 "@@@STEP_LOG_LINE@json.output@ }, @@@",
86 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
87 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
88 "@@@STEP_LOG_LINE@json.output@}@@@",
89 "@@@STEP_LOG_END@json.output@@@",
90 "@@@SET_BUILD_PROPERTY@got_nacl_revision@\"d998e125e8253980d76e269b7982aee efc1b9b50\"@@@",
91 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"a0ee5d99f1d4b38ddaa4 c759c837980b63b99566\"@@@",
92 "@@@SET_BUILD_PROPERTY@got_buildtools_revision_cp@\"refs/heads/master@{#18 2578}\"@@@",
93 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@\"0f90628433546e61d9268596da934 18c623137f4\"@@@",
94 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
95 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\ "@@@",
96 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@",
97 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
98 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
99 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
100 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
101 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
102 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
103 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
104 ]
105 },
106 {
107 "cmd": [],
108 "name": "ensure_goma"
109 },
110 {
111 "cmd": [
112 "python",
113 "-u",
114 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
115 "--platform",
116 "linux-amd64",
117 "--dest-directory",
118 "[SLAVE_BUILD]/cipd",
119 "--json-output",
120 "/path/to/tmp/json"
121 ],
122 "name": "ensure_goma.install cipd",
123 "~followup_annotations": [
124 "@@@STEP_NEST_LEVEL@1@@@",
125 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
126 "@@@STEP_LOG_LINE@json.output@{@@@",
127 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
128 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
129 "@@@STEP_LOG_LINE@json.output@}@@@",
130 "@@@STEP_LOG_END@json.output@@@"
131 ]
132 },
133 {
134 "cmd": [
135 "[SLAVE_BUILD]/cipd/cipd",
136 "ensure",
137 "--root",
138 "[CACHE]/cipd/goma",
139 "--list",
140 "infra_internal/goma/client/linux-amd64 release",
141 "--json-output",
142 "/path/to/tmp/json",
143 "--service-account-json",
144 "/creds/service_accounts/service-account-goma-client.json"
145 ],
146 "name": "ensure_goma.ensure_installed",
147 "~followup_annotations": [
148 "@@@STEP_NEST_LEVEL@1@@@",
149 "@@@STEP_LOG_LINE@json.output@{@@@",
150 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
151 "@@@STEP_LOG_LINE@json.output@ {@@@",
152 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
153 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@",
154 "@@@STEP_LOG_LINE@json.output@ }@@@",
155 "@@@STEP_LOG_LINE@json.output@ ]@@@",
156 "@@@STEP_LOG_LINE@json.output@}@@@",
157 "@@@STEP_LOG_END@json.output@@@"
158 ]
159 },
160 {
161 "cmd": [
162 "python",
163 "-u",
164 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
165 "runhooks"
166 ],
167 "cwd": "[SLAVE_BUILD]/src",
168 "env": {
169 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
170 "GYP_CHROMIUM_NO_ACTION": "1",
171 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1",
172 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
173 },
174 "name": "gclient runhooks"
175 },
176 {
177 "cmd": [
178 "git",
179 "diff",
180 "--cached",
181 "--name-only"
182 ],
183 "cwd": "[SLAVE_BUILD]/src",
184 "name": "git diff to analyze patch",
185 "stdout": "/path/to/tmp/",
186 "~followup_annotations": [
187 "@@@STEP_LOG_LINE@files@foo.cc@@@",
188 "@@@STEP_LOG_END@files@@@"
189 ]
190 },
191 {
192 "cmd": [],
193 "cwd": "[SLAVE_BUILD]",
194 "name": "***BISECT***"
195 },
196 {
197 "cmd": [
198 "git",
199 "update-ref",
200 "refs/heads/master",
201 "refs/remotes/origin/master"
202 ],
203 "cwd": "[SLAVE_BUILD]/src",
204 "name": "git update-ref"
205 },
206 {
207 "cmd": [
208 "git",
209 "checkout",
210 "master"
211 ],
212 "cwd": "[SLAVE_BUILD]/src",
213 "name": "git checkout"
214 },
215 {
216 "cmd": [],
217 "cwd": "[SLAVE_BUILD]",
218 "name": "config",
219 "~followup_annotations": [
220 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@",
221 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"314017\", @@@",
222 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"-1\", @@@",
223 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": \"Tru e\", @@@",
224 "@@@STEP_LOG_LINE@Bisect job configuration@ \"command\": \"src/tools/perf /run_benchmark -v --browser=release --output-format=valueset smoothness.tough_sc rolling_cases\", @@@",
225 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": \"True\", @ @@",
226 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_job_names\": \"True\" , @@@",
227 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_tests\": \"True\", @@ @",
228 "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"314015\" , @@@",
229 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\ ", @@@",
230 "@@@STEP_LOG_LINE@Bisect job configuration@ \"metric\": \"mean_input_even t_latency/mean_input_event_latency\", @@@",
231 "@@@STEP_LOG_LINE@Bisect job configuration@ \"recipe_tester_name\": \"lin ux_perf_tester\", @@@",
232 "@@@STEP_LOG_LINE@Bisect job configuration@ \"skip_gclient_ops\": \"True\ ", @@@",
233 "@@@STEP_LOG_LINE@Bisect job configuration@ \"test_type\": \"perf\"@@@",
234 "@@@STEP_LOG_LINE@Bisect job configuration@}@@@",
235 "@@@STEP_LOG_END@Bisect job configuration@@@"
236 ]
237 },
238 {
239 "cmd": [],
240 "cwd": "[SLAVE_BUILD]",
241 "name": "Resolving reference range"
242 },
243 {
244 "cmd": [
245 "python",
246 "-u",
247 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py",
248 "get_numbering",
249 "--params-file",
250 "{\"number\": 314017, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}",
251 "--attempts",
252 "3"
253 ],
254 "cwd": "[SLAVE_BUILD]",
255 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast er@{#314017}",
256 "stdout": "/path/to/tmp/json",
257 "~followup_annotations": [
258 "@@@STEP_NEST_LEVEL@1@@@",
259 "@@@STEP_LOG_LINE@json.output@{@@@",
260 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"00316c9ddfb9d7b4e1ed2fff9fe 6d964d2111111\"@@@",
261 "@@@STEP_LOG_LINE@json.output@}@@@",
262 "@@@STEP_LOG_END@json.output@@@"
263 ]
264 },
265 {
266 "cmd": [
267 "python",
268 "-u",
269 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py",
270 "get_numbering",
271 "--params-file",
272 "{\"number\": 314015, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}",
273 "--attempts",
274 "3"
275 ],
276 "cwd": "[SLAVE_BUILD]",
277 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast er@{#314015}",
278 "stdout": "/path/to/tmp/json",
279 "~followup_annotations": [
280 "@@@STEP_NEST_LEVEL@1@@@",
281 "@@@STEP_LOG_LINE@json.output@{@@@",
282 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"a6298e4afedbf2cd461755ea6f4 5b0ad64222222\"@@@",
283 "@@@STEP_LOG_LINE@json.output@}@@@",
284 "@@@STEP_LOG_END@json.output@@@"
285 ]
286 },
287 {
288 "cmd": [
289 "python",
290 "-u",
291 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py",
292 "DEPS",
293 "--commit",
294 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
295 ],
296 "cwd": "[SLAVE_BUILD]",
297 "name": "Resolving reference range.fetch file 00316c9ddfb9d7b4e1ed2fff9fe6d9 64d2111111:DEPS",
298 "stdout": "/path/to/tmp/",
299 "~followup_annotations": [
300 "@@@STEP_NEST_LEVEL@1@@@",
301 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@",
302 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@catapult: None@@@",
303 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@",
304 "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@"
305 ]
306 },
307 {
308 "cmd": [
309 "python",
310 "-u",
311 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py",
312 "DEPS",
313 "--commit",
314 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
315 ],
316 "cwd": "[SLAVE_BUILD]",
317 "name": "Resolving reference range.fetch file a6298e4afedbf2cd461755ea6f45b0 ad64222222:DEPS",
318 "stdout": "/path/to/tmp/",
319 "~followup_annotations": [
320 "@@@STEP_NEST_LEVEL@1@@@",
321 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@",
322 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@catapult: None@@@",
323 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@",
324 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@"
325 ]
326 },
327 {
328 "cmd": [],
329 "cwd": "[SLAVE_BUILD]",
330 "name": "Expanding revision range"
331 },
332 {
333 "cmd": [
334 "python",
335 "-u",
336 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p y",
337 "a6298e4afedbf2cd461755ea6f45b0ad64222222",
338 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
339 "https://chromium.googlesource.com/chromium/src"
340 ],
341 "cwd": "[SLAVE_BUILD]",
342 "name": "Expanding revision range.for revisions a6298e4afedbf2cd461755ea6f45 b0ad64222222:00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
343 "stdout": "/path/to/tmp/json",
344 "~followup_annotations": [
345 "@@@STEP_NEST_LEVEL@1@@@",
346 "@@@STEP_LOG_LINE@json.output@[@@@",
347 "@@@STEP_LOG_LINE@json.output@ [@@@",
348 "@@@STEP_LOG_LINE@json.output@ \"dcdcdc0ff1122212323134879ddceeb1240b09 88\", @@@",
349 "@@@STEP_LOG_LINE@json.output@ \"314016\"@@@",
350 "@@@STEP_LOG_LINE@json.output@ ]@@@",
351 "@@@STEP_LOG_LINE@json.output@]@@@",
352 "@@@STEP_LOG_END@json.output@@@"
353 ]
354 },
355 {
356 "cmd": [],
357 "cwd": "[SLAVE_BUILD]",
358 "name": "Gathering reference values"
359 },
360 {
361 "cmd": [
362 "python",
363 "-u",
364 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
365 "--",
366 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
367 "----",
368 "ls",
369 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
370 ],
371 "cwd": "[SLAVE_BUILD]",
372 "name": "Gathering reference values.gsutil ls",
373 "~followup_annotations": [
374 "@@@STEP_NEST_LEVEL@1@@@"
375 ]
376 },
377 {
378 "cmd": [
379 "python",
380 "-u",
381 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
382 "--target",
383 "Release",
384 "--xvfb",
385 "--factory-properties",
386 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v - -browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \" dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True \", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \ "mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \" linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \ "buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf \", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
387 "--build-properties",
388 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v - -browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \" dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True \", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \ "mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \" linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \ "buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf \", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
389 "--step-name=Performance Test 1 of 5",
390 "--builder-name=linux_perf_bisect",
391 "--slave-name=dummyslave",
392 "--run-python-script",
393 "[SLAVE_BUILD]/src/tools/perf/run_benchmark",
394 "-v",
395 "--browser=release",
396 "--output-format=valueset",
397 "smoothness.tough_scrolling_cases",
398 "--output-dir=[TMP_BASE]/perf-test-output_tmp_1"
399 ],
400 "env": {
401 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
402 },
403 "name": "Gathering reference values.Performance Test 1 of 5",
404 "stderr": "/path/to/tmp/",
405 "stdout": "/path/to/tmp/",
406 "~followup_annotations": [
407 "@@@STEP_NEST_LEVEL@1@@@",
408 "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
409 "@@@STEP_LOG_END@Captured Output@@@"
410 ]
411 },
412 {
413 "cmd": [
414 "python",
415 "-u",
416 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
417 "[TMP_BASE]/perf-test-output_tmp_1/results-valueset.json",
418 "/path/to/tmp/json"
419 ],
420 "env": {
421 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
422 },
423 "name": "Gathering reference values.Reading valueset results",
424 "~followup_annotations": [
425 "@@@STEP_NEST_LEVEL@1@@@",
426 "@@@STEP_LOG_LINE@json.output@{@@@",
427 "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
428 "@@@STEP_LOG_LINE@json.output@}@@@",
429 "@@@STEP_LOG_END@json.output@@@"
430 ]
431 },
432 {
433 "cmd": [
434 "python",
435 "-u",
436 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
437 "--target",
438 "Release",
439 "--xvfb",
440 "--factory-properties",
441 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v - -browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \" dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True \", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \ "mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \" linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \ "buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf \", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
442 "--build-properties",
443 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v - -browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \" dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True \", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \ "mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \" linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \ "buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf \", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
444 "--step-name=Performance Test 2 of 5",
445 "--builder-name=linux_perf_bisect",
446 "--slave-name=dummyslave",
447 "--run-python-script",
448 "[SLAVE_BUILD]/src/tools/perf/run_benchmark",
449 "-v",
450 "--browser=release",
451 "--output-format=valueset",
452 "smoothness.tough_scrolling_cases",
453 "--output-dir=[TMP_BASE]/perf-test-output_tmp_2"
454 ],
455 "env": {
456 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
457 },
458 "name": "Gathering reference values.Performance Test 2 of 5",
459 "stderr": "/path/to/tmp/",
460 "stdout": "/path/to/tmp/",
461 "~followup_annotations": [
462 "@@@STEP_NEST_LEVEL@1@@@",
463 "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
464 "@@@STEP_LOG_END@Captured Output@@@"
465 ]
466 },
467 {
468 "cmd": [
469 "python",
470 "-u",
471 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
472 "[TMP_BASE]/perf-test-output_tmp_2/results-valueset.json",
473 "/path/to/tmp/json"
474 ],
475 "env": {
476 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
477 },
478 "name": "Gathering reference values.Reading valueset results (2)",
479 "~followup_annotations": [
480 "@@@STEP_NEST_LEVEL@1@@@",
481 "@@@STEP_LOG_LINE@json.output@{@@@",
482 "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
483 "@@@STEP_LOG_LINE@json.output@}@@@",
484 "@@@STEP_LOG_END@json.output@@@"
485 ]
486 },
487 {
488 "cmd": [
489 "python",
490 "-u",
491 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
492 "--target",
493 "Release",
494 "--xvfb",
495 "--factory-properties",
496 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v - -browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \" dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True \", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \ "mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \" linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \ "buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf \", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
497 "--build-properties",
498 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v - -browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \" dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True \", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \ "mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \" linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \ "buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf \", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
499 "--step-name=Performance Test 3 of 5",
500 "--builder-name=linux_perf_bisect",
501 "--slave-name=dummyslave",
502 "--run-python-script",
503 "[SLAVE_BUILD]/src/tools/perf/run_benchmark",
504 "-v",
505 "--browser=release",
506 "--output-format=valueset",
507 "smoothness.tough_scrolling_cases",
508 "--output-dir=[TMP_BASE]/perf-test-output_tmp_3"
509 ],
510 "env": {
511 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
512 },
513 "name": "Gathering reference values.Performance Test 3 of 5",
514 "stderr": "/path/to/tmp/",
515 "stdout": "/path/to/tmp/",
516 "~followup_annotations": [
517 "@@@STEP_NEST_LEVEL@1@@@",
518 "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
519 "@@@STEP_LOG_END@Captured Output@@@"
520 ]
521 },
522 {
523 "cmd": [
524 "python",
525 "-u",
526 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
527 "[TMP_BASE]/perf-test-output_tmp_3/results-valueset.json",
528 "/path/to/tmp/json"
529 ],
530 "env": {
531 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
532 },
533 "name": "Gathering reference values.Reading valueset results (3)",
534 "~followup_annotations": [
535 "@@@STEP_NEST_LEVEL@1@@@",
536 "@@@STEP_LOG_LINE@json.output@{@@@",
537 "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
538 "@@@STEP_LOG_LINE@json.output@}@@@",
539 "@@@STEP_LOG_END@json.output@@@"
540 ]
541 },
542 {
543 "cmd": [
544 "python",
545 "-u",
546 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
547 "--target",
548 "Release",
549 "--xvfb",
550 "--factory-properties",
551 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v - -browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \" dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True \", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \ "mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \" linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \ "buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf \", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
552 "--build-properties",
553 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v - -browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \" dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True \", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \ "mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \" linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \ "buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf \", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
554 "--step-name=Performance Test 4 of 5",
555 "--builder-name=linux_perf_bisect",
556 "--slave-name=dummyslave",
557 "--run-python-script",
558 "[SLAVE_BUILD]/src/tools/perf/run_benchmark",
559 "-v",
560 "--browser=release",
561 "--output-format=valueset",
562 "smoothness.tough_scrolling_cases",
563 "--output-dir=[TMP_BASE]/perf-test-output_tmp_4"
564 ],
565 "env": {
566 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
567 },
568 "name": "Gathering reference values.Performance Test 4 of 5",
569 "stderr": "/path/to/tmp/",
570 "stdout": "/path/to/tmp/",
571 "~followup_annotations": [
572 "@@@STEP_NEST_LEVEL@1@@@",
573 "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
574 "@@@STEP_LOG_END@Captured Output@@@"
575 ]
576 },
577 {
578 "cmd": [
579 "python",
580 "-u",
581 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
582 "[TMP_BASE]/perf-test-output_tmp_4/results-valueset.json",
583 "/path/to/tmp/json"
584 ],
585 "env": {
586 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
587 },
588 "name": "Gathering reference values.Reading valueset results (4)",
589 "~followup_annotations": [
590 "@@@STEP_NEST_LEVEL@1@@@",
591 "@@@STEP_LOG_LINE@json.output@{@@@",
592 "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
593 "@@@STEP_LOG_LINE@json.output@}@@@",
594 "@@@STEP_LOG_END@json.output@@@"
595 ]
596 },
597 {
598 "cmd": [
599 "python",
600 "-u",
601 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
602 "--target",
603 "Release",
604 "--xvfb",
605 "--factory-properties",
606 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v - -browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \" dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True \", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \ "mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \" linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \ "buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf \", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
607 "--build-properties",
608 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v - -browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \" dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True \", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \ "mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \" linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \ "buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf \", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
609 "--step-name=Performance Test 5 of 5",
610 "--builder-name=linux_perf_bisect",
611 "--slave-name=dummyslave",
612 "--run-python-script",
613 "[SLAVE_BUILD]/src/tools/perf/run_benchmark",
614 "-v",
615 "--browser=release",
616 "--output-format=valueset",
617 "smoothness.tough_scrolling_cases",
618 "--output-dir=[TMP_BASE]/perf-test-output_tmp_5"
619 ],
620 "env": {
621 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
622 },
623 "name": "Gathering reference values.Performance Test 5 of 5",
624 "stderr": "/path/to/tmp/",
625 "stdout": "/path/to/tmp/",
626 "~followup_annotations": [
627 "@@@STEP_NEST_LEVEL@1@@@",
628 "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
629 "@@@STEP_LOG_END@Captured Output@@@"
630 ]
631 },
632 {
633 "cmd": [
634 "python",
635 "-u",
636 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
637 "[TMP_BASE]/perf-test-output_tmp_5/results-valueset.json",
638 "/path/to/tmp/json"
639 ],
640 "env": {
641 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
642 },
643 "name": "Gathering reference values.Reading valueset results (5)",
644 "~followup_annotations": [
645 "@@@STEP_NEST_LEVEL@1@@@",
646 "@@@STEP_LOG_LINE@json.output@{@@@",
647 "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
648 "@@@STEP_LOG_LINE@json.output@}@@@",
649 "@@@STEP_LOG_END@json.output@@@"
650 ]
651 },
652 {
653 "cmd": [
654 "python",
655 "-u",
656 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
657 "--",
658 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
659 "----",
660 "ls",
661 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip"
662 ],
663 "cwd": "[SLAVE_BUILD]",
664 "name": "Gathering reference values.gsutil ls (2)",
665 "~followup_annotations": [
666 "@@@STEP_NEST_LEVEL@1@@@"
667 ]
668 },
669 {
670 "cmd": [
671 "python",
672 "-u",
673 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
674 "--target",
675 "Release",
676 "--xvfb",
677 "--factory-properties",
678 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v - -browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \" dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True \", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \ "mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \" linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \ "buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf \", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
679 "--build-properties",
680 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v - -browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \" dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True \", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \ "mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \" linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \ "buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf \", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
681 "--step-name=Performance Test 1 of 5",
682 "--builder-name=linux_perf_bisect",
683 "--slave-name=dummyslave",
684 "--run-python-script",
685 "[SLAVE_BUILD]/src/tools/perf/run_benchmark",
686 "-v",
687 "--browser=release",
688 "--output-format=valueset",
689 "smoothness.tough_scrolling_cases",
690 "--output-dir=[TMP_BASE]/perf-test-output_tmp_6"
691 ],
692 "env": {
693 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
694 },
695 "name": "Gathering reference values.Performance Test 1 of 5 (2)",
696 "stderr": "/path/to/tmp/",
697 "stdout": "/path/to/tmp/",
698 "~followup_annotations": [
699 "@@@STEP_NEST_LEVEL@1@@@",
700 "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
701 "@@@STEP_LOG_END@Captured Output@@@"
702 ]
703 },
704 {
705 "cmd": [
706 "python",
707 "-u",
708 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
709 "[TMP_BASE]/perf-test-output_tmp_6/results-valueset.json",
710 "/path/to/tmp/json"
711 ],
712 "env": {
713 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
714 },
715 "name": "Gathering reference values.Reading valueset results (6)",
716 "~followup_annotations": [
717 "@@@STEP_NEST_LEVEL@1@@@",
718 "@@@STEP_LOG_LINE@json.output@{@@@",
719 "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
720 "@@@STEP_LOG_LINE@json.output@}@@@",
721 "@@@STEP_LOG_END@json.output@@@"
722 ]
723 },
724 {
725 "cmd": [
726 "python",
727 "-u",
728 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
729 "--target",
730 "Release",
731 "--xvfb",
732 "--factory-properties",
733 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v - -browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \" dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True \", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \ "mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \" linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \ "buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf \", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
734 "--build-properties",
735 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v - -browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \" dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True \", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \ "mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \" linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \ "buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf \", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
736 "--step-name=Performance Test 2 of 5",
737 "--builder-name=linux_perf_bisect",
738 "--slave-name=dummyslave",
739 "--run-python-script",
740 "[SLAVE_BUILD]/src/tools/perf/run_benchmark",
741 "-v",
742 "--browser=release",
743 "--output-format=valueset",
744 "smoothness.tough_scrolling_cases",
745 "--output-dir=[TMP_BASE]/perf-test-output_tmp_7"
746 ],
747 "env": {
748 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
749 },
750 "name": "Gathering reference values.Performance Test 2 of 5 (2)",
751 "stderr": "/path/to/tmp/",
752 "stdout": "/path/to/tmp/",
753 "~followup_annotations": [
754 "@@@STEP_NEST_LEVEL@1@@@",
755 "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
756 "@@@STEP_LOG_END@Captured Output@@@"
757 ]
758 },
759 {
760 "cmd": [
761 "python",
762 "-u",
763 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
764 "[TMP_BASE]/perf-test-output_tmp_7/results-valueset.json",
765 "/path/to/tmp/json"
766 ],
767 "env": {
768 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
769 },
770 "name": "Gathering reference values.Reading valueset results (7)",
771 "~followup_annotations": [
772 "@@@STEP_NEST_LEVEL@1@@@",
773 "@@@STEP_LOG_LINE@json.output@{@@@",
774 "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
775 "@@@STEP_LOG_LINE@json.output@}@@@",
776 "@@@STEP_LOG_END@json.output@@@"
777 ]
778 },
779 {
780 "cmd": [
781 "python",
782 "-u",
783 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
784 "--target",
785 "Release",
786 "--xvfb",
787 "--factory-properties",
788 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v - -browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \" dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True \", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \ "mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \" linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \ "buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf \", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
789 "--build-properties",
790 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v - -browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \" dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True \", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \ "mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \" linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \ "buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf \", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
791 "--step-name=Performance Test 3 of 5",
792 "--builder-name=linux_perf_bisect",
793 "--slave-name=dummyslave",
794 "--run-python-script",
795 "[SLAVE_BUILD]/src/tools/perf/run_benchmark",
796 "-v",
797 "--browser=release",
798 "--output-format=valueset",
799 "smoothness.tough_scrolling_cases",
800 "--output-dir=[TMP_BASE]/perf-test-output_tmp_8"
801 ],
802 "env": {
803 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
804 },
805 "name": "Gathering reference values.Performance Test 3 of 5 (2)",
806 "stderr": "/path/to/tmp/",
807 "stdout": "/path/to/tmp/",
808 "~followup_annotations": [
809 "@@@STEP_NEST_LEVEL@1@@@",
810 "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
811 "@@@STEP_LOG_END@Captured Output@@@"
812 ]
813 },
814 {
815 "cmd": [
816 "python",
817 "-u",
818 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
819 "[TMP_BASE]/perf-test-output_tmp_8/results-valueset.json",
820 "/path/to/tmp/json"
821 ],
822 "env": {
823 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
824 },
825 "name": "Gathering reference values.Reading valueset results (8)",
826 "~followup_annotations": [
827 "@@@STEP_NEST_LEVEL@1@@@",
828 "@@@STEP_LOG_LINE@json.output@{@@@",
829 "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
830 "@@@STEP_LOG_LINE@json.output@}@@@",
831 "@@@STEP_LOG_END@json.output@@@"
832 ]
833 },
834 {
835 "cmd": [
836 "python",
837 "-u",
838 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
839 "--target",
840 "Release",
841 "--xvfb",
842 "--factory-properties",
843 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v - -browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \" dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True \", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \ "mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \" linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \ "buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf \", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
844 "--build-properties",
845 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v - -browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \" dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True \", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \ "mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \" linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \ "buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf \", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
846 "--step-name=Performance Test 4 of 5",
847 "--builder-name=linux_perf_bisect",
848 "--slave-name=dummyslave",
849 "--run-python-script",
850 "[SLAVE_BUILD]/src/tools/perf/run_benchmark",
851 "-v",
852 "--browser=release",
853 "--output-format=valueset",
854 "smoothness.tough_scrolling_cases",
855 "--output-dir=[TMP_BASE]/perf-test-output_tmp_9"
856 ],
857 "env": {
858 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
859 },
860 "name": "Gathering reference values.Performance Test 4 of 5 (2)",
861 "stderr": "/path/to/tmp/",
862 "stdout": "/path/to/tmp/",
863 "~followup_annotations": [
864 "@@@STEP_NEST_LEVEL@1@@@",
865 "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
866 "@@@STEP_LOG_END@Captured Output@@@"
867 ]
868 },
869 {
870 "cmd": [
871 "python",
872 "-u",
873 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
874 "[TMP_BASE]/perf-test-output_tmp_9/results-valueset.json",
875 "/path/to/tmp/json"
876 ],
877 "env": {
878 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
879 },
880 "name": "Gathering reference values.Reading valueset results (9)",
881 "~followup_annotations": [
882 "@@@STEP_NEST_LEVEL@1@@@",
883 "@@@STEP_LOG_LINE@json.output@{@@@",
884 "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
885 "@@@STEP_LOG_LINE@json.output@}@@@",
886 "@@@STEP_LOG_END@json.output@@@"
887 ]
888 },
889 {
890 "cmd": [
891 "python",
892 "-u",
893 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
894 "--target",
895 "Release",
896 "--xvfb",
897 "--factory-properties",
898 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v - -browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \" dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True \", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \ "mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \" linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \ "buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf \", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
899 "--build-properties",
900 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v - -browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \" dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True \", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \ "mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \" linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \ "buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf \", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
901 "--step-name=Performance Test 5 of 5",
902 "--builder-name=linux_perf_bisect",
903 "--slave-name=dummyslave",
904 "--run-python-script",
905 "[SLAVE_BUILD]/src/tools/perf/run_benchmark",
906 "-v",
907 "--browser=release",
908 "--output-format=valueset",
909 "smoothness.tough_scrolling_cases",
910 "--output-dir=[TMP_BASE]/perf-test-output_tmp_10"
911 ],
912 "env": {
913 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
914 },
915 "name": "Gathering reference values.Performance Test 5 of 5 (2)",
916 "stderr": "/path/to/tmp/",
917 "stdout": "/path/to/tmp/",
918 "~followup_annotations": [
919 "@@@STEP_NEST_LEVEL@1@@@",
920 "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
921 "@@@STEP_LOG_END@Captured Output@@@"
922 ]
923 },
924 {
925 "cmd": [
926 "python",
927 "-u",
928 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
929 "[TMP_BASE]/perf-test-output_tmp_10/results-valueset.json",
930 "/path/to/tmp/json"
931 ],
932 "env": {
933 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
934 },
935 "name": "Gathering reference values.Reading valueset results (10)",
936 "~followup_annotations": [
937 "@@@STEP_NEST_LEVEL@1@@@",
938 "@@@STEP_LOG_LINE@json.output@{@@@",
939 "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
940 "@@@STEP_LOG_LINE@json.output@}@@@",
941 "@@@STEP_LOG_END@json.output@@@"
942 ]
943 },
944 {
945 "cmd": [
946 "python",
947 "-u",
948 "[SLAVE_BUILD]/catapult/tracing/bin/compare_samples",
949 "",
950 "",
951 "mean_input_event_latency/mean_input_event_latency",
952 "--valueset"
953 ],
954 "cwd": "[SLAVE_BUILD]",
955 "name": "Compare samples",
956 "stdout": "/path/to/tmp/json",
957 "~followup_annotations": [
958 "@@@STEP_LOG_LINE@json.output@{@@@",
959 "@@@STEP_LOG_LINE@json.output@ \"result\": true, @@@",
960 "@@@STEP_LOG_LINE@json.output@ \"sample_a\": {@@@",
961 "@@@STEP_LOG_LINE@json.output@ \"debug_values\": [@@@",
962 "@@@STEP_LOG_LINE@json.output@ 19, @@@",
963 "@@@STEP_LOG_LINE@json.output@ 20, @@@",
964 "@@@STEP_LOG_LINE@json.output@ 21, @@@",
965 "@@@STEP_LOG_LINE@json.output@ 22, @@@",
966 "@@@STEP_LOG_LINE@json.output@ 23@@@",
967 "@@@STEP_LOG_LINE@json.output@ ], @@@",
968 "@@@STEP_LOG_LINE@json.output@ \"mean\": 21.0, @@@",
969 "@@@STEP_LOG_LINE@json.output@ \"std_dev\": 1.4142135623730951@@@",
970 "@@@STEP_LOG_LINE@json.output@ }, @@@",
971 "@@@STEP_LOG_LINE@json.output@ \"sample_b\": {@@@",
972 "@@@STEP_LOG_LINE@json.output@ \"debug_values\": [@@@",
973 "@@@STEP_LOG_LINE@json.output@ 12, @@@",
974 "@@@STEP_LOG_LINE@json.output@ 13, @@@",
975 "@@@STEP_LOG_LINE@json.output@ 14, @@@",
976 "@@@STEP_LOG_LINE@json.output@ 15, @@@",
977 "@@@STEP_LOG_LINE@json.output@ 16@@@",
978 "@@@STEP_LOG_LINE@json.output@ ], @@@",
979 "@@@STEP_LOG_LINE@json.output@ \"mean\": 14.0, @@@",
980 "@@@STEP_LOG_LINE@json.output@ \"std_dev\": 1.4142135623730951@@@",
981 "@@@STEP_LOG_LINE@json.output@ }@@@",
982 "@@@STEP_LOG_LINE@json.output@}@@@",
983 "@@@STEP_LOG_END@json.output@@@"
984 ]
985 },
986 {
987 "cmd": [
988 "git",
989 "footers",
990 "--position",
991 "dcdcdc0ff1122212323134879ddceeb1240b0988"
992 ],
993 "cwd": "[SLAVE_BUILD]/src",
994 "name": "resolving hash dcdcdc0ff1122212323134879ddceeb1240b0988",
995 "stdout": "/path/to/tmp/"
996 },
997 {
998 "cmd": [],
999 "cwd": "[SLAVE_BUILD]",
1000 "name": "Working on revision chromium@dcdcdc0ff1"
1001 },
1002 {
1003 "cmd": [
1004 "git",
1005 "footers",
1006 "--position",
1007 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
1008 ],
1009 "cwd": "[SLAVE_BUILD]/src",
1010 "name": "Working on revision chromium@dcdcdc0ff1.resolving hash a6298e4afedb f2cd461755ea6f45b0ad64222222",
1011 "stdout": "/path/to/tmp/",
1012 "~followup_annotations": [
1013 "@@@STEP_NEST_LEVEL@1@@@"
1014 ]
1015 },
1016 {
1017 "cmd": [
1018 "git",
1019 "footers",
1020 "--position",
1021 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
1022 ],
1023 "cwd": "[SLAVE_BUILD]/src",
1024 "name": "Working on revision chromium@dcdcdc0ff1.resolving hash 00316c9ddfb9 d7b4e1ed2fff9fe6d964d2111111",
1025 "stdout": "/path/to/tmp/",
1026 "~followup_annotations": [
1027 "@@@STEP_NEST_LEVEL@1@@@"
1028 ]
1029 },
1030 {
1031 "cmd": [
1032 "python",
1033 "-u",
1034 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py"
1035 ],
1036 "cwd": "[SLAVE_BUILD]",
1037 "name": "Working on revision chromium@dcdcdc0ff1.Post bisect results",
1038 "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"00316c9d dfb9d7b4e1ed2fff9fe6d964d2111111\", \"bisect_bot\": \"linux_perf_tester\", \"bug _id\": \"-1\", \"buildbot_log_url\": \"http://build.chromium.org/p/chromium/buil ders/linux_perf_bisect/builds/\", \"change\": \"33.33%\", \"command\": \"src/too ls/perf/run_benchmark -v --browser=release --output-format=valueset smoothness.t ough_scrolling_cases\", \"culprit_data\": null, \"good_revision\": \"a6298e4afed bf2cd461755ea6f45b0ad64222222\", \"metric\": \"mean_input_event_latency/mean_inp ut_event_latency\", \"revision_data\": [{\"commit_hash\": \"a6298e4afedbf2cd4617 55ea6f45b0ad64222222\", \"depot_name\": \"chromium\", \"mean_value\": 21.0, \"re sult\": \"good\", \"revision_string\": \"chromium@a6298e4afe\", \"std_dev\": 1.4 142135623730951, \"values\": [19, 20, 21, 22, 23]}, {\"commit_hash\": \"00316c9d dfb9d7b4e1ed2fff9fe6d964d2111111\", \"depot_name\": \"chromium\", \"mean_value\" : 14.0, \"result\": \"bad\", \"revision_string\": \"chromium@00316c9ddf\", \"std _dev\": 1.4142135623730951, \"values\": [12, 13, 14, 15, 16]}], \"status\": \"st arted\", \"test_type\": \"perf\", \"try_job_id\": null, \"warnings\": []}, \"url \": \"https://chromeperf.appspot.com/post_bisect_results\"}",
1039 "stdout": "/path/to/tmp/json",
1040 "~followup_annotations": [
1041 "@@@STEP_NEST_LEVEL@1@@@",
1042 "@@@STEP_TEXT@Failed to upload result to Perf Dashboard. Error response: N one@@@",
1043 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
1044 "@@@STEP_LOG_END@json.output (invalid)@@@",
1045 "@@@STEP_WARNINGS@@@"
1046 ]
1047 },
1048 {
1049 "cmd": [
1050 "python",
1051 "-u",
1052 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
1053 "--",
1054 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
1055 "----",
1056 "ls",
1057 "gs://chrome-perf/Linux Builder/full-build-linux_dcdcdc0ff1122212323134879 ddceeb1240b0988.zip"
1058 ],
1059 "cwd": "[SLAVE_BUILD]",
1060 "name": "Working on revision chromium@dcdcdc0ff1.gsutil ls",
1061 "~followup_annotations": [
1062 "@@@STEP_NEST_LEVEL@1@@@"
1063 ]
1064 },
1065 {
1066 "cmd": [
1067 "python",
1068 "-u",
1069 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
1070 "--target",
1071 "Release",
1072 "--xvfb",
1073 "--factory-properties",
1074 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v - -browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \" dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True \", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \ "mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \" linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \ "buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf \", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
1075 "--build-properties",
1076 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v - -browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \" dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True \", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \ "mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \" linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \ "buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf \", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
1077 "--step-name=Performance Test 1 of 5",
1078 "--builder-name=linux_perf_bisect",
1079 "--slave-name=dummyslave",
1080 "--run-python-script",
1081 "[SLAVE_BUILD]/src/tools/perf/run_benchmark",
1082 "-v",
1083 "--browser=release",
1084 "--output-format=valueset",
1085 "smoothness.tough_scrolling_cases",
1086 "--output-dir=[TMP_BASE]/perf-test-output_tmp_11"
1087 ],
1088 "env": {
1089 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
1090 },
1091 "name": "Working on revision chromium@dcdcdc0ff1.Performance Test 1 of 5",
1092 "stderr": "/path/to/tmp/",
1093 "stdout": "/path/to/tmp/",
1094 "~followup_annotations": [
1095 "@@@STEP_NEST_LEVEL@1@@@",
1096 "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
1097 "@@@STEP_LOG_END@Captured Output@@@"
1098 ]
1099 },
1100 {
1101 "cmd": [
1102 "python",
1103 "-u",
1104 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
1105 "[TMP_BASE]/perf-test-output_tmp_11/results-valueset.json",
1106 "/path/to/tmp/json"
1107 ],
1108 "env": {
1109 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
1110 },
1111 "name": "Working on revision chromium@dcdcdc0ff1.Reading valueset results",
1112 "~followup_annotations": [
1113 "@@@STEP_NEST_LEVEL@1@@@",
1114 "@@@STEP_LOG_LINE@json.output@{@@@",
1115 "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
1116 "@@@STEP_LOG_LINE@json.output@}@@@",
1117 "@@@STEP_LOG_END@json.output@@@"
1118 ]
1119 },
1120 {
1121 "cmd": [
1122 "python",
1123 "-u",
1124 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
1125 "--target",
1126 "Release",
1127 "--xvfb",
1128 "--factory-properties",
1129 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v - -browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \" dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True \", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \ "mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \" linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \ "buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf \", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
1130 "--build-properties",
1131 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v - -browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \" dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True \", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \ "mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \" linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \ "buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf \", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
1132 "--step-name=Performance Test 2 of 5",
1133 "--builder-name=linux_perf_bisect",
1134 "--slave-name=dummyslave",
1135 "--run-python-script",
1136 "[SLAVE_BUILD]/src/tools/perf/run_benchmark",
1137 "-v",
1138 "--browser=release",
1139 "--output-format=valueset",
1140 "smoothness.tough_scrolling_cases",
1141 "--output-dir=[TMP_BASE]/perf-test-output_tmp_12"
1142 ],
1143 "env": {
1144 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
1145 },
1146 "name": "Working on revision chromium@dcdcdc0ff1.Performance Test 2 of 5",
1147 "stderr": "/path/to/tmp/",
1148 "stdout": "/path/to/tmp/",
1149 "~followup_annotations": [
1150 "@@@STEP_NEST_LEVEL@1@@@",
1151 "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
1152 "@@@STEP_LOG_END@Captured Output@@@"
1153 ]
1154 },
1155 {
1156 "cmd": [
1157 "python",
1158 "-u",
1159 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
1160 "[TMP_BASE]/perf-test-output_tmp_12/results-valueset.json",
1161 "/path/to/tmp/json"
1162 ],
1163 "env": {
1164 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
1165 },
1166 "name": "Working on revision chromium@dcdcdc0ff1.Reading valueset results (2 )",
1167 "~followup_annotations": [
1168 "@@@STEP_NEST_LEVEL@1@@@",
1169 "@@@STEP_LOG_LINE@json.output@{@@@",
1170 "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
1171 "@@@STEP_LOG_LINE@json.output@}@@@",
1172 "@@@STEP_LOG_END@json.output@@@"
1173 ]
1174 },
1175 {
1176 "cmd": [
1177 "python",
1178 "-u",
1179 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
1180 "--target",
1181 "Release",
1182 "--xvfb",
1183 "--factory-properties",
1184 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v - -browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \" dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True \", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \ "mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \" linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \ "buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf \", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
1185 "--build-properties",
1186 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v - -browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \" dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True \", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \ "mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \" linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \ "buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf \", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
1187 "--step-name=Performance Test 3 of 5",
1188 "--builder-name=linux_perf_bisect",
1189 "--slave-name=dummyslave",
1190 "--run-python-script",
1191 "[SLAVE_BUILD]/src/tools/perf/run_benchmark",
1192 "-v",
1193 "--browser=release",
1194 "--output-format=valueset",
1195 "smoothness.tough_scrolling_cases",
1196 "--output-dir=[TMP_BASE]/perf-test-output_tmp_13"
1197 ],
1198 "env": {
1199 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
1200 },
1201 "name": "Working on revision chromium@dcdcdc0ff1.Performance Test 3 of 5",
1202 "stderr": "/path/to/tmp/",
1203 "stdout": "/path/to/tmp/",
1204 "~followup_annotations": [
1205 "@@@STEP_NEST_LEVEL@1@@@",
1206 "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
1207 "@@@STEP_LOG_END@Captured Output@@@"
1208 ]
1209 },
1210 {
1211 "cmd": [
1212 "python",
1213 "-u",
1214 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
1215 "[TMP_BASE]/perf-test-output_tmp_13/results-valueset.json",
1216 "/path/to/tmp/json"
1217 ],
1218 "env": {
1219 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
1220 },
1221 "name": "Working on revision chromium@dcdcdc0ff1.Reading valueset results (3 )",
1222 "~followup_annotations": [
1223 "@@@STEP_NEST_LEVEL@1@@@",
1224 "@@@STEP_LOG_LINE@json.output@{@@@",
1225 "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
1226 "@@@STEP_LOG_LINE@json.output@}@@@",
1227 "@@@STEP_LOG_END@json.output@@@"
1228 ]
1229 },
1230 {
1231 "cmd": [
1232 "python",
1233 "-u",
1234 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
1235 "--target",
1236 "Release",
1237 "--xvfb",
1238 "--factory-properties",
1239 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v - -browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \" dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True \", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \ "mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \" linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \ "buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf \", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
1240 "--build-properties",
1241 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v - -browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \" dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True \", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \ "mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \" linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \ "buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf \", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
1242 "--step-name=Performance Test 4 of 5",
1243 "--builder-name=linux_perf_bisect",
1244 "--slave-name=dummyslave",
1245 "--run-python-script",
1246 "[SLAVE_BUILD]/src/tools/perf/run_benchmark",
1247 "-v",
1248 "--browser=release",
1249 "--output-format=valueset",
1250 "smoothness.tough_scrolling_cases",
1251 "--output-dir=[TMP_BASE]/perf-test-output_tmp_14"
1252 ],
1253 "env": {
1254 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
1255 },
1256 "name": "Working on revision chromium@dcdcdc0ff1.Performance Test 4 of 5",
1257 "stderr": "/path/to/tmp/",
1258 "stdout": "/path/to/tmp/",
1259 "~followup_annotations": [
1260 "@@@STEP_NEST_LEVEL@1@@@",
1261 "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
1262 "@@@STEP_LOG_END@Captured Output@@@"
1263 ]
1264 },
1265 {
1266 "cmd": [
1267 "python",
1268 "-u",
1269 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
1270 "[TMP_BASE]/perf-test-output_tmp_14/results-valueset.json",
1271 "/path/to/tmp/json"
1272 ],
1273 "env": {
1274 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
1275 },
1276 "name": "Working on revision chromium@dcdcdc0ff1.Reading valueset results (4 )",
1277 "~followup_annotations": [
1278 "@@@STEP_NEST_LEVEL@1@@@",
1279 "@@@STEP_LOG_LINE@json.output@{@@@",
1280 "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
1281 "@@@STEP_LOG_LINE@json.output@}@@@",
1282 "@@@STEP_LOG_END@json.output@@@"
1283 ]
1284 },
1285 {
1286 "cmd": [
1287 "python",
1288 "-u",
1289 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
1290 "--target",
1291 "Release",
1292 "--xvfb",
1293 "--factory-properties",
1294 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v - -browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \" dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True \", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \ "mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \" linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \ "buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf \", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
1295 "--build-properties",
1296 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v - -browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \" dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True \", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \ "mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \" linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \ "buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf \", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
1297 "--step-name=Performance Test 5 of 5",
1298 "--builder-name=linux_perf_bisect",
1299 "--slave-name=dummyslave",
1300 "--run-python-script",
1301 "[SLAVE_BUILD]/src/tools/perf/run_benchmark",
1302 "-v",
1303 "--browser=release",
1304 "--output-format=valueset",
1305 "smoothness.tough_scrolling_cases",
1306 "--output-dir=[TMP_BASE]/perf-test-output_tmp_15"
1307 ],
1308 "env": {
1309 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
1310 },
1311 "name": "Working on revision chromium@dcdcdc0ff1.Performance Test 5 of 5",
1312 "stderr": "/path/to/tmp/",
1313 "stdout": "/path/to/tmp/",
1314 "~followup_annotations": [
1315 "@@@STEP_NEST_LEVEL@1@@@",
1316 "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
1317 "@@@STEP_LOG_END@Captured Output@@@"
1318 ]
1319 },
1320 {
1321 "cmd": [
1322 "python",
1323 "-u",
1324 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
1325 "[TMP_BASE]/perf-test-output_tmp_15/results-valueset.json",
1326 "/path/to/tmp/json"
1327 ],
1328 "env": {
1329 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
1330 },
1331 "name": "Working on revision chromium@dcdcdc0ff1.Reading valueset results (5 )",
1332 "~followup_annotations": [
1333 "@@@STEP_NEST_LEVEL@1@@@",
1334 "@@@STEP_LOG_LINE@json.output@{@@@",
1335 "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
1336 "@@@STEP_LOG_LINE@json.output@}@@@",
1337 "@@@STEP_LOG_END@json.output@@@"
1338 ]
1339 },
1340 {
1341 "cmd": [
1342 "python",
1343 "-u",
1344 "[SLAVE_BUILD]/catapult/tracing/bin/compare_samples",
1345 "",
1346 "",
1347 "mean_input_event_latency/mean_input_event_latency",
1348 "--valueset"
1349 ],
1350 "cwd": "[SLAVE_BUILD]",
1351 "name": "Working on revision chromium@dcdcdc0ff1.Compare samples",
1352 "stdout": "/path/to/tmp/json",
1353 "~followup_annotations": [
1354 "@@@STEP_NEST_LEVEL@1@@@",
1355 "@@@STEP_LOG_LINE@json.output@{@@@",
1356 "@@@STEP_LOG_LINE@json.output@ \"result\": true, @@@",
1357 "@@@STEP_LOG_LINE@json.output@ \"sample_a\": {@@@",
1358 "@@@STEP_LOG_LINE@json.output@ \"debug_values\": [@@@",
1359 "@@@STEP_LOG_LINE@json.output@ 12, @@@",
1360 "@@@STEP_LOG_LINE@json.output@ 13, @@@",
1361 "@@@STEP_LOG_LINE@json.output@ 14, @@@",
1362 "@@@STEP_LOG_LINE@json.output@ 15, @@@",
1363 "@@@STEP_LOG_LINE@json.output@ 16@@@",
1364 "@@@STEP_LOG_LINE@json.output@ ], @@@",
1365 "@@@STEP_LOG_LINE@json.output@ \"mean\": 14.0, @@@",
1366 "@@@STEP_LOG_LINE@json.output@ \"std_dev\": 1.4142135623730951@@@",
1367 "@@@STEP_LOG_LINE@json.output@ }, @@@",
1368 "@@@STEP_LOG_LINE@json.output@ \"sample_b\": {@@@",
1369 "@@@STEP_LOG_LINE@json.output@ \"debug_values\": [@@@",
1370 "@@@STEP_LOG_LINE@json.output@ 19, @@@",
1371 "@@@STEP_LOG_LINE@json.output@ 20, @@@",
1372 "@@@STEP_LOG_LINE@json.output@ 21, @@@",
1373 "@@@STEP_LOG_LINE@json.output@ 22, @@@",
1374 "@@@STEP_LOG_LINE@json.output@ 23@@@",
1375 "@@@STEP_LOG_LINE@json.output@ ], @@@",
1376 "@@@STEP_LOG_LINE@json.output@ \"mean\": 21.0, @@@",
1377 "@@@STEP_LOG_LINE@json.output@ \"std_dev\": 1.4142135623730951@@@",
1378 "@@@STEP_LOG_LINE@json.output@ }@@@",
1379 "@@@STEP_LOG_LINE@json.output@}@@@",
1380 "@@@STEP_LOG_END@json.output@@@"
1381 ]
1382 },
1383 {
1384 "cmd": [
1385 "python",
1386 "-u",
1387 "[SLAVE_BUILD]/catapult/tracing/bin/compare_samples",
1388 "",
1389 "",
1390 "mean_input_event_latency/mean_input_event_latency",
1391 "--valueset"
1392 ],
1393 "cwd": "[SLAVE_BUILD]",
1394 "name": "Working on revision chromium@dcdcdc0ff1.Compare samples (2)",
1395 "stdout": "/path/to/tmp/json",
1396 "~followup_annotations": [
1397 "@@@STEP_NEST_LEVEL@1@@@",
1398 "@@@STEP_LOG_LINE@json.output@{@@@",
1399 "@@@STEP_LOG_LINE@json.output@ \"result\": \"needMoreData\", @@@",
1400 "@@@STEP_LOG_LINE@json.output@ \"sample_a\": {@@@",
1401 "@@@STEP_LOG_LINE@json.output@ \"debug_values\": [@@@",
1402 "@@@STEP_LOG_LINE@json.output@ 12, @@@",
1403 "@@@STEP_LOG_LINE@json.output@ 13, @@@",
1404 "@@@STEP_LOG_LINE@json.output@ 14, @@@",
1405 "@@@STEP_LOG_LINE@json.output@ 15, @@@",
1406 "@@@STEP_LOG_LINE@json.output@ 16@@@",
1407 "@@@STEP_LOG_LINE@json.output@ ], @@@",
1408 "@@@STEP_LOG_LINE@json.output@ \"mean\": 14.0, @@@",
1409 "@@@STEP_LOG_LINE@json.output@ \"std_dev\": 1.4142135623730951@@@",
1410 "@@@STEP_LOG_LINE@json.output@ }, @@@",
1411 "@@@STEP_LOG_LINE@json.output@ \"sample_b\": {@@@",
1412 "@@@STEP_LOG_LINE@json.output@ \"debug_values\": [@@@",
1413 "@@@STEP_LOG_LINE@json.output@ 12, @@@",
1414 "@@@STEP_LOG_LINE@json.output@ 13, @@@",
1415 "@@@STEP_LOG_LINE@json.output@ 14, @@@",
1416 "@@@STEP_LOG_LINE@json.output@ 15, @@@",
1417 "@@@STEP_LOG_LINE@json.output@ 16@@@",
1418 "@@@STEP_LOG_LINE@json.output@ ], @@@",
1419 "@@@STEP_LOG_LINE@json.output@ \"mean\": 14.0, @@@",
1420 "@@@STEP_LOG_LINE@json.output@ \"std_dev\": 1.4142135623730951@@@",
1421 "@@@STEP_LOG_LINE@json.output@ }@@@",
1422 "@@@STEP_LOG_LINE@json.output@}@@@",
1423 "@@@STEP_LOG_END@json.output@@@"
1424 ]
1425 },
1426 {
1427 "cmd": [],
1428 "cwd": "[SLAVE_BUILD]",
1429 "name": "Check bisect finished on revision chromium@dcdcdc0ff1"
1430 },
1431 {
1432 "cmd": [
1433 "git",
1434 "show",
1435 "--name-only",
1436 "--pretty=format:",
1437 "dcdcdc0ff1122212323134879ddceeb1240b0988"
1438 ],
1439 "cwd": "[SLAVE_BUILD]/src",
1440 "name": "Check bisect finished on revision chromium@dcdcdc0ff1.Checking DEPS for dcdcdc0ff1122212323134879ddceeb1240b0988",
1441 "stdout": "/path/to/tmp/",
1442 "~followup_annotations": [
1443 "@@@STEP_NEST_LEVEL@1@@@"
1444 ]
1445 },
1446 {
1447 "cmd": [],
1448 "cwd": "[SLAVE_BUILD]",
1449 "name": "Debug Info",
1450 "~followup_annotations": [
1451 "@@@STEP_LOG_LINE@Debug Info@bisector.lkgr: RevisionState(rev=chromium@a62 98e4afe, mean_value=21.0, std_dev=1.4142135623730951)@@@",
1452 "@@@STEP_LOG_LINE@Debug Info@bisector.fkbr: RevisionState(rev=chromium@003 16c9ddf, mean_value=14.0, std_dev=1.4142135623730951)@@@",
1453 "@@@STEP_LOG_LINE@Debug Info@@@@",
1454 "@@@STEP_LOG_LINE@Debug Info@Revision Values @@@",
1455 "@@@STEP_LOG_LINE@Debug Info@chromium@a6298e4afe[19, 20, 21, 22, 23]@@@",
1456 "@@@STEP_LOG_LINE@Debug Info@chromium@dcdcdc0ff1[12, 13, 14, 15, 16]@@@",
1457 "@@@STEP_LOG_LINE@Debug Info@chromium@00316c9ddf[12, 13, 14, 15, 16]@@@",
1458 "@@@STEP_LOG_LINE@Debug Info@LKGR values: [19, 20, 21, 22, 23]@@@",
1459 "@@@STEP_LOG_LINE@Debug Info@FKBR values: [12, 13, 14, 15, 16]@@@",
1460 "@@@STEP_LOG_END@Debug Info@@@"
1461 ]
1462 },
1463 {
1464 "cmd": [
1465 "python",
1466 "-u",
1467 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_revision_info.py",
1468 "dcdcdc0ff1122212323134879ddceeb1240b0988",
1469 "chromium"
1470 ],
1471 "cwd": "[SLAVE_BUILD]",
1472 "name": "Reading culprit cl information.",
1473 "stdout": "/path/to/tmp/json",
1474 "~followup_annotations": [
1475 "@@@STEP_LOG_LINE@json.output@{@@@",
1476 "@@@STEP_LOG_LINE@json.output@ \"author\": \"DummyAuthor\", @@@",
1477 "@@@STEP_LOG_LINE@json.output@ \"body\": \"A long description for a CL.\\ nContaining multiple lines\", @@@",
1478 "@@@STEP_LOG_LINE@json.output@ \"date\": \"01/01/2015\", @@@",
1479 "@@@STEP_LOG_LINE@json.output@ \"email\": \"dummy@nowhere.com\", @@@",
1480 "@@@STEP_LOG_LINE@json.output@ \"subject\": \"Some random CL\"@@@",
1481 "@@@STEP_LOG_LINE@json.output@}@@@",
1482 "@@@STEP_LOG_END@json.output@@@"
1483 ]
1484 },
1485 {
1486 "cmd": [
1487 "python",
1488 "-u",
1489 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py"
1490 ],
1491 "cwd": "[SLAVE_BUILD]",
1492 "name": "Post bisect results",
1493 "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"00316c9d dfb9d7b4e1ed2fff9fe6d964d2111111\", \"bisect_bot\": \"linux_perf_tester\", \"bug _id\": \"-1\", \"buildbot_log_url\": \"http://build.chromium.org/p/chromium/buil ders/linux_perf_bisect/builds/\", \"change\": \"33.33%\", \"command\": \"src/too ls/perf/run_benchmark -v --browser=release --output-format=valueset smoothness.t ough_scrolling_cases\", \"culprit_data\": {\"author\": \"DummyAuthor\", \"cl\": \"dcdcdc0ff1122212323134879ddceeb1240b0988\", \"cl_date\": \"01/01/2015\", \"com mit_info\": \"A long description for a CL.\\nContaining multiple lines\", \"emai l\": \"dummy@nowhere.com\", \"revisions_links\": [], \"subject\": \"Some random CL\"}, \"good_revision\": \"a6298e4afedbf2cd461755ea6f45b0ad64222222\", \"metric \": \"mean_input_event_latency/mean_input_event_latency\", \"revision_data\": [{ \"commit_hash\": \"a6298e4afedbf2cd461755ea6f45b0ad64222222\", \"depot_name\": \ "chromium\", \"mean_value\": 21.0, \"result\": \"good\", \"revision_string\": \" chromium@a6298e4afe\", \"std_dev\": 1.4142135623730951, \"values\": [19, 20, 21, 22, 23]}, {\"commit_hash\": \"dcdcdc0ff1122212323134879ddceeb1240b0988\", \"dep ot_name\": \"chromium\", \"mean_value\": 14.0, \"result\": \"bad\", \"revision_s tring\": \"chromium@dcdcdc0ff1\", \"std_dev\": 1.4142135623730951, \"values\": [ 12, 13, 14, 15, 16]}, {\"commit_hash\": \"00316c9ddfb9d7b4e1ed2fff9fe6d964d21111 11\", \"depot_name\": \"chromium\", \"mean_value\": 14.0, \"result\": \"bad\", \ "revision_string\": \"chromium@00316c9ddf\", \"std_dev\": 1.4142135623730951, \" values\": [12, 13, 14, 15, 16]}], \"status\": \"completed\", \"test_type\": \"pe rf\", \"try_job_id\": null, \"warnings\": []}, \"url\": \"https://chromeperf.app spot.com/post_bisect_results\"}",
1494 "stdout": "/path/to/tmp/json",
1495 "~followup_annotations": [
1496 "@@@STEP_TEXT@Failed to upload result to Perf Dashboard. Error response: N one@@@",
1497 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
1498 "@@@STEP_LOG_END@json.output (invalid)@@@",
1499 "@@@STEP_FAILURE@@@"
1500 ]
1501 },
1502 {
1503 "name": "$result",
1504 "reason": "Failed to upload result to Perf Dashboard. Error response: None",
1505 "recipe_result": null,
1506 "status_code": 1
1507 }
1508 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698