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

Side by Side Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/basic_win32_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: Rebasing, addressing feedback. Created 4 years, 3 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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ],
8 "name": "taskkill"
9 },
10 {
11 "cmd": [
12 "python",
13 "-u",
14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
15 "--master",
16 "tryserver.chromium.perf",
17 "--builder",
18 "win_perf_bisect",
19 "--slave",
20 "dummyslave",
21 "--spec",
22 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': False, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/sr c.git'}, {'custom_deps': {'src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, 'src/chrome/test/dat a/firefox3_profile/searchplugins': None, 'src/chrome/test/data/firefox3_searchpl ugins': None, 'src/chrome/test/data/osdd': None, 'src/chrome/test/data/perf/fram e_rate/private': None, 'src/chrome/test/data/plugin': None, 'src/chrome/test/dat a/ssl/certs': None, 'src/data/autodiscovery': None, 'src/data/esctf': None, 'src /data/mach_ports': None, 'src/data/memory_test': None, 'src/data/mozilla_js_test s': None, 'src/data/selenium_core': None, 'src/data/tab_switching': None, 'src/t ools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/webki t/data/ico_decoder': None, 'src/webkit/data/test_shell/plugins': None, 'src/webk it/data/xbm_decoder': None}, 'deps_file': '.DEPS.git', 'managed': False, 'name': 'src-internal', 'url': 'https://chrome-internal.googlesource.com/chrome/src-int ernal.git'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'catapult', 'ur l': 'https://chromium.googlesource.com/external/github.com/catapult-project/cata pult.git'}]",
23 "--root",
24 "src",
25 "--revision_mapping_file",
26 "{\"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\"}",
27 "--git-cache-dir",
28 "[GIT_CACHE]",
29 "--output_json",
30 "/path/to/tmp/json",
31 "--revision",
32 "src@HEAD",
33 "--output_manifest"
34 ],
35 "env": {
36 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
37 },
38 "name": "bot_update",
39 "~followup_annotations": [
40 "@@@STEP_TEXT@Some step text@@@",
41 "@@@STEP_LOG_LINE@json.output@{@@@",
42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
44 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
45 "@@@STEP_LOG_LINE@json.output@ }, @@@",
46 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
47 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
48 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@",
49 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@",
50 "@@@STEP_LOG_LINE@json.output@ }, @@@",
51 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@",
52 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /buildtools.git\", @@@",
53 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635 3cb994259692140934\"@@@",
54 "@@@STEP_LOG_LINE@json.output@ }, @@@",
55 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@",
56 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /native_client.git\", @@@",
57 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26 9b7982aeeefc1b9b50\"@@@",
58 "@@@STEP_LOG_LINE@json.output@ }, @@@",
59 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@",
60 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /third_party/angle.git\", @@@",
61 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a 728eb85b8d7bc6080c\"@@@",
62 "@@@STEP_LOG_LINE@json.output@ }, @@@",
63 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc\": {@@@",
64 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /third_party/webrtc.git\", @@@",
65 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0f90628433546e61d92685 96da93418c623137f4\"@@@",
66 "@@@STEP_LOG_LINE@json.output@ }, @@@",
67 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client\": {@@@",
68 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /tools/swarming_client.git\", @@@",
69 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a0ee5d99f1d4b38ddaa4c7 59c837980b63b99566\"@@@",
70 "@@@STEP_LOG_LINE@json.output@ }, @@@",
71 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@",
72 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /v8.git\", @@@",
73 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a 35f03975671d43e399\"@@@",
74 "@@@STEP_LOG_LINE@json.output@ }@@@",
75 "@@@STEP_LOG_LINE@json.output@ }, @@@",
76 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
77 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
78 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
79 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision\": \"fac9503c46405f 77757b9a728eb85b8d7bc6080c\", @@@",
80 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision_cp\": \"refs/heads/ master@{#297276}\", @@@",
81 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision\": \"f0319a328 b2809876916353cb994259692140934\", @@@",
82 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision_cp\": \"refs/h eads/master@{#182578}\", @@@",
83 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
84 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
85 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee 3e86ddfd4ebd0fe58cb9\", @@@",
86 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#170242}\", @@@",
87 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision\": \"a0ee 5d99f1d4b38ddaa4c759c837980b63b99566\", @@@",
88 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision_cp\": \"r efs/heads/master@{#276089}\", @@@",
89 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision\": \"801ada225ddc271c1 32c3a35f03975671d43e399\", @@@",
90 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/mas ter@{#43426}\", @@@",
91 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision\": \"0f90628433546 e61d9268596da93418c623137f4\", @@@",
92 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision_cp\": \"refs/heads /master@{#120644}\"@@@",
93 "@@@STEP_LOG_LINE@json.output@ }, @@@",
94 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
95 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
96 "@@@STEP_LOG_LINE@json.output@}@@@",
97 "@@@STEP_LOG_END@json.output@@@",
98 "@@@SET_BUILD_PROPERTY@got_nacl_revision@\"d998e125e8253980d76e269b7982aee efc1b9b50\"@@@",
99 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"a0ee5d99f1d4b38ddaa4 c759c837980b63b99566\"@@@",
100 "@@@SET_BUILD_PROPERTY@got_buildtools_revision_cp@\"refs/heads/master@{#18 2578}\"@@@",
101 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@\"0f90628433546e61d9268596da934 18c623137f4\"@@@",
102 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
103 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\ "@@@",
104 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@",
105 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
106 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
107 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
108 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
109 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
110 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
111 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
112 ]
113 },
114 {
115 "cmd": [],
116 "name": "ensure_goma"
117 },
118 {
119 "cmd": [
120 "python",
121 "-u",
122 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py",
123 "--platform",
124 "windows-386",
125 "--dest-directory",
126 "[SLAVE_BUILD]\\cipd",
127 "--json-output",
128 "/path/to/tmp/json"
129 ],
130 "name": "ensure_goma.install cipd",
131 "~followup_annotations": [
132 "@@@STEP_NEST_LEVEL@1@@@",
133 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
134 "@@@STEP_LOG_LINE@json.output@{@@@",
135 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\ \cipd\", @@@",
136 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
137 "@@@STEP_LOG_LINE@json.output@}@@@",
138 "@@@STEP_LOG_END@json.output@@@"
139 ]
140 },
141 {
142 "cmd": [
143 "[SLAVE_BUILD]\\cipd\\cipd",
144 "ensure",
145 "--root",
146 "[CACHE]\\cipd\\goma",
147 "--list",
148 "infra/tools/cloudtail/windows-386 goma_recipe_module\ninfra_internal/goma /client/windows-amd64 release",
149 "--json-output",
150 "/path/to/tmp/json",
151 "--service-account-json",
152 "C:\\creds\\service_accounts\\service-account-goma-client.json"
153 ],
154 "name": "ensure_goma.ensure_installed",
155 "~followup_annotations": [
156 "@@@STEP_NEST_LEVEL@1@@@",
157 "@@@STEP_LOG_LINE@json.output@{@@@",
158 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
159 "@@@STEP_LOG_LINE@json.output@ {@@@",
160 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-goma_recipe_modu\", @@@",
161 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/w indows-386\"@@@",
162 "@@@STEP_LOG_LINE@json.output@ }, @@@",
163 "@@@STEP_LOG_LINE@json.output@ {@@@",
164 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
165 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/windows-amd64\"@@@",
166 "@@@STEP_LOG_LINE@json.output@ }@@@",
167 "@@@STEP_LOG_LINE@json.output@ ]@@@",
168 "@@@STEP_LOG_LINE@json.output@}@@@",
169 "@@@STEP_LOG_END@json.output@@@"
170 ]
171 },
172 {
173 "cmd": [
174 "python",
175 "-u",
176 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
177 "runhooks"
178 ],
179 "cwd": "[SLAVE_BUILD]\\src",
180 "env": {
181 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
182 "GYP_CHROMIUM_NO_ACTION": "1",
183 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 use_goma=1",
184 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
185 },
186 "name": "gclient runhooks"
187 },
188 {
189 "cmd": [
190 "python",
191 "-u",
192 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
193 "--output",
194 "/path/to/tmp/json",
195 "--",
196 "--build-config-fs",
197 "Release",
198 "--paths",
199 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
200 "--properties",
201 "{\"buildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername \": \"tryserver.chromium.perf\", \"slavename\": \"dummyslave\", \"target_platfor m\": \"win\"}"
202 ],
203 "name": "get compile targets for scripts",
204 "~followup_annotations": [
205 "@@@STEP_LOG_LINE@json.output@{}@@@",
206 "@@@STEP_LOG_END@json.output@@@"
207 ]
208 },
209 {
210 "cmd": [
211 "python",
212 "-u",
213 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
214 "[SLAVE_BUILD]\\src\\testing\\buildbot\\tryserver.chromium.perf.json",
215 "/path/to/tmp/json"
216 ],
217 "name": "read test spec (tryserver.chromium.perf.json)",
218 "~followup_annotations": [
219 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\tryserver.chrom ium.perf.json@@@",
220 "@@@STEP_LOG_LINE@json.output@{}@@@",
221 "@@@STEP_LOG_END@json.output@@@"
222 ]
223 },
224 {
225 "cmd": [
226 "python",
227 "-u",
228 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
229 "--verbose"
230 ],
231 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
232 "name": "ensure git tooling on windows",
233 "timeout": 300
234 },
235 {
236 "cmd": [
237 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
238 "diff",
239 "--cached",
240 "--name-only"
241 ],
242 "cwd": "[SLAVE_BUILD]\\src",
243 "name": "git diff to analyze patch",
244 "stdout": "/path/to/tmp/",
245 "~followup_annotations": [
246 "@@@STEP_LOG_LINE@files@foo.cc@@@",
247 "@@@STEP_LOG_END@files@@@"
248 ]
249 },
250 {
251 "cmd": [],
252 "cwd": "[SLAVE_BUILD]",
253 "name": "***BISECT***"
254 },
255 {
256 "cmd": [
257 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
258 "update-ref",
259 "refs/heads/master",
260 "refs/remotes/origin/master"
261 ],
262 "cwd": "[SLAVE_BUILD]\\src",
263 "name": "git update-ref"
264 },
265 {
266 "cmd": [
267 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
268 "checkout",
269 "master"
270 ],
271 "cwd": "[SLAVE_BUILD]\\src",
272 "name": "git checkout"
273 },
274 {
275 "cmd": [],
276 "cwd": "[SLAVE_BUILD]",
277 "name": "config",
278 "~followup_annotations": [
279 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@",
280 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"314017\", @@@",
281 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"-1\", @@@",
282 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": \"Tru e\", @@@",
283 "@@@STEP_LOG_LINE@Bisect job configuration@ \"command\": \"src/tools/perf /run_benchmark -v --browser=release --output-format=valueset smoothness.tough_sc rolling_cases\", @@@",
284 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": \"True\", @ @@",
285 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_job_names\": \"True\" , @@@",
286 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_tests\": \"True\", @@ @",
287 "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"314015\" , @@@",
288 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\ ", @@@",
289 "@@@STEP_LOG_LINE@Bisect job configuration@ \"metric\": \"mean_input_even t_latency/mean_input_event_latency\", @@@",
290 "@@@STEP_LOG_LINE@Bisect job configuration@ \"recipe_tester_name\": \"win _perf_tester\", @@@",
291 "@@@STEP_LOG_LINE@Bisect job configuration@ \"skip_gclient_ops\": \"True\ ", @@@",
292 "@@@STEP_LOG_LINE@Bisect job configuration@ \"test_type\": \"perf\"@@@",
293 "@@@STEP_LOG_LINE@Bisect job configuration@}@@@",
294 "@@@STEP_LOG_END@Bisect job configuration@@@"
295 ]
296 },
297 {
298 "cmd": [],
299 "cwd": "[SLAVE_BUILD]",
300 "name": "Resolving reference range"
301 },
302 {
303 "cmd": [
304 "python",
305 "-u",
306 "RECIPE_MODULE[build::crrev]\\resources\\crrev_client.py",
307 "get_numbering",
308 "--params-file",
309 "{\"number\": 314017, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}",
310 "--attempts",
311 "3"
312 ],
313 "cwd": "[SLAVE_BUILD]",
314 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast er@{#314017}",
315 "stdout": "/path/to/tmp/json",
316 "~followup_annotations": [
317 "@@@STEP_NEST_LEVEL@1@@@",
318 "@@@STEP_LOG_LINE@json.output@{@@@",
319 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"00316c9ddfb9d7b4e1ed2fff9fe 6d964d2111111\"@@@",
320 "@@@STEP_LOG_LINE@json.output@}@@@",
321 "@@@STEP_LOG_END@json.output@@@"
322 ]
323 },
324 {
325 "cmd": [
326 "python",
327 "-u",
328 "RECIPE_MODULE[build::crrev]\\resources\\crrev_client.py",
329 "get_numbering",
330 "--params-file",
331 "{\"number\": 314015, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}",
332 "--attempts",
333 "3"
334 ],
335 "cwd": "[SLAVE_BUILD]",
336 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast er@{#314015}",
337 "stdout": "/path/to/tmp/json",
338 "~followup_annotations": [
339 "@@@STEP_NEST_LEVEL@1@@@",
340 "@@@STEP_LOG_LINE@json.output@{@@@",
341 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"a6298e4afedbf2cd461755ea6f4 5b0ad64222222\"@@@",
342 "@@@STEP_LOG_LINE@json.output@}@@@",
343 "@@@STEP_LOG_END@json.output@@@"
344 ]
345 },
346 {
347 "cmd": [
348 "python",
349 "-u",
350 "RECIPE_MODULE[build::auto_bisect]\\resources\\fetch_file.py",
351 "DEPS",
352 "--commit",
353 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
354 ],
355 "cwd": "[SLAVE_BUILD]",
356 "name": "Resolving reference range.fetch file 00316c9ddfb9d7b4e1ed2fff9fe6d9 64d2111111:DEPS",
357 "stdout": "/path/to/tmp/",
358 "~followup_annotations": [
359 "@@@STEP_NEST_LEVEL@1@@@",
360 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@",
361 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@catapult: None@@@",
362 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@angle: None@@@",
363 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@",
364 "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@"
365 ]
366 },
367 {
368 "cmd": [
369 "python",
370 "-u",
371 "RECIPE_MODULE[build::auto_bisect]\\resources\\fetch_file.py",
372 "DEPS",
373 "--commit",
374 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
375 ],
376 "cwd": "[SLAVE_BUILD]",
377 "name": "Resolving reference range.fetch file a6298e4afedbf2cd461755ea6f45b0 ad64222222:DEPS",
378 "stdout": "/path/to/tmp/",
379 "~followup_annotations": [
380 "@@@STEP_NEST_LEVEL@1@@@",
381 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@",
382 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@catapult: None@@@",
383 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@angle: None@@@",
384 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@",
385 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@"
386 ]
387 },
388 {
389 "cmd": [],
390 "cwd": "[SLAVE_BUILD]",
391 "name": "Expanding revision range"
392 },
393 {
394 "cmd": [
395 "python",
396 "-u",
397 "RECIPE_MODULE[build::auto_bisect]\\resources\\fetch_intervening_revisions .py",
398 "a6298e4afedbf2cd461755ea6f45b0ad64222222",
399 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
400 "https://chromium.googlesource.com/chromium/src"
401 ],
402 "cwd": "[SLAVE_BUILD]",
403 "name": "Expanding revision range.for revisions a6298e4afedbf2cd461755ea6f45 b0ad64222222:00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
404 "stdout": "/path/to/tmp/json",
405 "~followup_annotations": [
406 "@@@STEP_NEST_LEVEL@1@@@",
407 "@@@STEP_LOG_LINE@json.output@[@@@",
408 "@@@STEP_LOG_LINE@json.output@ [@@@",
409 "@@@STEP_LOG_LINE@json.output@ \"dcdcdc0ff1122212323134879ddceeb1240b09 88\", @@@",
410 "@@@STEP_LOG_LINE@json.output@ \"314016\"@@@",
411 "@@@STEP_LOG_LINE@json.output@ ], @@@",
412 "@@@STEP_LOG_LINE@json.output@ [@@@",
413 "@@@STEP_LOG_LINE@json.output@ \"00316c9ddfb9d7b4e1ed2fff9fe6d964d21111 11\", @@@",
414 "@@@STEP_LOG_LINE@json.output@ \"314017\"@@@",
415 "@@@STEP_LOG_LINE@json.output@ ]@@@",
416 "@@@STEP_LOG_LINE@json.output@]@@@",
417 "@@@STEP_LOG_END@json.output@@@"
418 ]
419 },
420 {
421 "cmd": [],
422 "cwd": "[SLAVE_BUILD]",
423 "name": "Gathering reference values"
424 },
425 {
426 "cmd": [
427 "python",
428 "-u",
429 "RECIPE_MODULE[build::gsutil]\\resources\\gsutil_wrapper.py",
430 "--",
431 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
432 "----",
433 "ls",
434 "gs://chrome-perf/Win Builder/full-build-win32_a6298e4afedbf2cd461755ea6f4 5b0ad64222222.zip"
435 ],
436 "cwd": "[SLAVE_BUILD]",
437 "name": "Gathering reference values.gsutil ls",
438 "~followup_annotations": [
439 "@@@STEP_NEST_LEVEL@1@@@",
440 "step returned non-zero exit code: 1"
441 ]
442 },
443 {
444 "cmd": [
445 "C:\\infra-tools\\buildbucket.exe",
446 "put",
447 "--host",
448 "cr-buildbucket.appspot.com",
449 "--service-account-json",
450 "C:\\creds\\service_accounts\\service-account-chromium-bisect.json",
451 "{\"bucket\": \"master.tryserver.chromium.perf\", \"client_operation_id\": \"dummy\", \"parameters_json\": \"{\\\"builder_name\\\": \\\"win_perf_bisect_bu ilder\\\", \\\"properties\\\": {\\\"build_archive_url\\\": \\\"gs://chrome-perf/ Win Builder/full-build-win32_a6298e4afedbf2cd461755ea6f45b0ad64222222.zip\\\", \ \\"clobber\\\": true, \\\"parent_got_revision\\\": \\\"a6298e4afedbf2cd461755ea6 f45b0ad64222222\\\"}}\", \"tags\": [\"builder:win_perf_bisect_builder\", \"maste r:tryserver.chromium.perf\", \"user_agent:recipe\"]}"
452 ],
453 "cwd": "[SLAVE_BUILD]",
454 "name": "Gathering reference values.buildbucket.put",
455 "stdout": "/path/to/tmp/json",
456 "~followup_annotations": [
457 "@@@STEP_NEST_LEVEL@1@@@",
458 "@@@STEP_LOG_LINE@json.output@{@@@",
459 "@@@STEP_LOG_LINE@json.output@ \"results\": [@@@",
460 "@@@STEP_LOG_LINE@json.output@ {@@@",
461 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
462 "@@@STEP_LOG_LINE@json.output@ \"id\": \"1201331270\"@@@",
463 "@@@STEP_LOG_LINE@json.output@ }@@@",
464 "@@@STEP_LOG_LINE@json.output@ }@@@",
465 "@@@STEP_LOG_LINE@json.output@ ]@@@",
466 "@@@STEP_LOG_LINE@json.output@}@@@",
467 "@@@STEP_LOG_END@json.output@@@"
468 ]
469 },
470 {
471 "cmd": [],
472 "cwd": "[SLAVE_BUILD]",
473 "name": "Gathering reference values.Waiting for build",
474 "~followup_annotations": [
475 "@@@STEP_NEST_LEVEL@1@@@"
476 ]
477 },
478 {
479 "cmd": [
480 "python",
481 "-u",
482 "RECIPE_MODULE[build::gsutil]\\resources\\gsutil_wrapper.py",
483 "--",
484 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
485 "----",
486 "ls",
487 "gs://chrome-perf/Win Builder/full-build-win32_a6298e4afedbf2cd461755ea6f4 5b0ad64222222.zip"
488 ],
489 "cwd": "[SLAVE_BUILD]",
490 "name": "Gathering reference values.Waiting for build.gsutil ls",
491 "~followup_annotations": [
492 "@@@STEP_NEST_LEVEL@2@@@",
493 "step returned non-zero exit code: 1"
494 ]
495 },
496 {
497 "cmd": [
498 "python",
499 "-u",
500 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
501 ],
502 "cwd": "[SLAVE_BUILD]",
503 "name": "Gathering reference values.Waiting for build.sleeping",
504 "~followup_annotations": [
505 "@@@STEP_NEST_LEVEL@2@@@",
506 "@@@STEP_LOG_LINE@python.inline@@@@",
507 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
508 "@@@STEP_LOG_LINE@python.inline@import time@@@",
509 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
510 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
511 "@@@STEP_LOG_END@python.inline@@@"
512 ]
513 },
514 {
515 "cmd": [
516 "C:\\infra-tools\\buildbucket.exe",
517 "get",
518 "--host",
519 "cr-buildbucket.appspot.com",
520 "--service-account-json",
521 "C:\\creds\\service_accounts\\service-account-chromium-bisect.json",
522 "1201331270"
523 ],
524 "cwd": "[SLAVE_BUILD]",
525 "name": "Gathering reference values.Waiting for build.buildbucket.get",
526 "stdout": "/path/to/tmp/json",
527 "~followup_annotations": [
528 "@@@STEP_NEST_LEVEL@2@@@",
529 "@@@STEP_LOG_LINE@json.output@{@@@",
530 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
531 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
532 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\"@@@",
533 "@@@STEP_LOG_LINE@json.output@ }@@@",
534 "@@@STEP_LOG_LINE@json.output@}@@@",
535 "@@@STEP_LOG_END@json.output@@@"
536 ]
537 },
538 {
539 "cmd": [
540 "python",
541 "-u",
542 "RECIPE_MODULE[build::gsutil]\\resources\\gsutil_wrapper.py",
543 "--",
544 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
545 "----",
546 "ls",
547 "gs://chrome-perf/Win Builder/full-build-win32_a6298e4afedbf2cd461755ea6f4 5b0ad64222222.zip"
548 ],
549 "cwd": "[SLAVE_BUILD]",
550 "name": "Gathering reference values.Waiting for build.gsutil ls (2)",
551 "~followup_annotations": [
552 "@@@STEP_NEST_LEVEL@2@@@",
553 "step returned non-zero exit code: 1"
554 ]
555 },
556 {
557 "cmd": [
558 "python",
559 "-u",
560 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
561 ],
562 "cwd": "[SLAVE_BUILD]",
563 "name": "Gathering reference values.Waiting for build.sleeping (2)",
564 "~followup_annotations": [
565 "@@@STEP_NEST_LEVEL@2@@@",
566 "@@@STEP_LOG_LINE@python.inline@@@@",
567 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
568 "@@@STEP_LOG_LINE@python.inline@import time@@@",
569 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
570 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
571 "@@@STEP_LOG_END@python.inline@@@"
572 ]
573 },
574 {
575 "cmd": [
576 "C:\\infra-tools\\buildbucket.exe",
577 "get",
578 "--host",
579 "cr-buildbucket.appspot.com",
580 "--service-account-json",
581 "C:\\creds\\service_accounts\\service-account-chromium-bisect.json",
582 "1201331270"
583 ],
584 "cwd": "[SLAVE_BUILD]",
585 "name": "Gathering reference values.Waiting for build.buildbucket.get (2)",
586 "stdout": "/path/to/tmp/json",
587 "~followup_annotations": [
588 "@@@STEP_NEST_LEVEL@2@@@",
589 "@@@STEP_LOG_LINE@json.output@{@@@",
590 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
591 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
592 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\"@@@",
593 "@@@STEP_LOG_LINE@json.output@ }@@@",
594 "@@@STEP_LOG_LINE@json.output@}@@@",
595 "@@@STEP_LOG_END@json.output@@@"
596 ]
597 },
598 {
599 "cmd": [
600 "python",
601 "-u",
602 "RECIPE_MODULE[build::gsutil]\\resources\\gsutil_wrapper.py",
603 "--",
604 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
605 "----",
606 "ls",
607 "gs://chrome-perf/Win Builder/full-build-win32_a6298e4afedbf2cd461755ea6f4 5b0ad64222222.zip"
608 ],
609 "cwd": "[SLAVE_BUILD]",
610 "name": "Gathering reference values.Waiting for build.gsutil ls (3)",
611 "~followup_annotations": [
612 "@@@STEP_NEST_LEVEL@2@@@",
613 "step returned non-zero exit code: 1"
614 ]
615 },
616 {
617 "cmd": [
618 "python",
619 "-u",
620 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
621 ],
622 "cwd": "[SLAVE_BUILD]",
623 "name": "Gathering reference values.Waiting for build.sleeping (3)",
624 "~followup_annotations": [
625 "@@@STEP_NEST_LEVEL@2@@@",
626 "@@@STEP_LOG_LINE@python.inline@@@@",
627 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
628 "@@@STEP_LOG_LINE@python.inline@import time@@@",
629 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
630 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
631 "@@@STEP_LOG_END@python.inline@@@"
632 ]
633 },
634 {
635 "cmd": [
636 "C:\\infra-tools\\buildbucket.exe",
637 "get",
638 "--host",
639 "cr-buildbucket.appspot.com",
640 "--service-account-json",
641 "C:\\creds\\service_accounts\\service-account-chromium-bisect.json",
642 "1201331270"
643 ],
644 "cwd": "[SLAVE_BUILD]",
645 "name": "Gathering reference values.Waiting for build.buildbucket.get (3)",
646 "stdout": "/path/to/tmp/json",
647 "~followup_annotations": [
648 "@@@STEP_NEST_LEVEL@2@@@",
649 "@@@STEP_LOG_LINE@json.output@{@@@",
650 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
651 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
652 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\"@@@",
653 "@@@STEP_LOG_LINE@json.output@ }@@@",
654 "@@@STEP_LOG_LINE@json.output@}@@@",
655 "@@@STEP_LOG_END@json.output@@@"
656 ]
657 },
658 {
659 "cmd": [
660 "python",
661 "-u",
662 "RECIPE_MODULE[build::gsutil]\\resources\\gsutil_wrapper.py",
663 "--",
664 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
665 "----",
666 "ls",
667 "gs://chrome-perf/Win Builder/full-build-win32_a6298e4afedbf2cd461755ea6f4 5b0ad64222222.zip"
668 ],
669 "cwd": "[SLAVE_BUILD]",
670 "name": "Gathering reference values.Waiting for build.gsutil ls (4)",
671 "~followup_annotations": [
672 "@@@STEP_NEST_LEVEL@2@@@",
673 "step returned non-zero exit code: 1"
674 ]
675 },
676 {
677 "cmd": [
678 "python",
679 "-u",
680 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
681 ],
682 "cwd": "[SLAVE_BUILD]",
683 "name": "Gathering reference values.Waiting for build.sleeping (4)",
684 "~followup_annotations": [
685 "@@@STEP_NEST_LEVEL@2@@@",
686 "@@@STEP_LOG_LINE@python.inline@@@@",
687 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
688 "@@@STEP_LOG_LINE@python.inline@import time@@@",
689 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
690 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
691 "@@@STEP_LOG_END@python.inline@@@"
692 ]
693 },
694 {
695 "cmd": [
696 "C:\\infra-tools\\buildbucket.exe",
697 "get",
698 "--host",
699 "cr-buildbucket.appspot.com",
700 "--service-account-json",
701 "C:\\creds\\service_accounts\\service-account-chromium-bisect.json",
702 "1201331270"
703 ],
704 "cwd": "[SLAVE_BUILD]",
705 "name": "Gathering reference values.Waiting for build.buildbucket.get (4)",
706 "stdout": "/path/to/tmp/json",
707 "~followup_annotations": [
708 "@@@STEP_NEST_LEVEL@2@@@",
709 "@@@STEP_LOG_LINE@json.output@{@@@",
710 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
711 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
712 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\"@@@",
713 "@@@STEP_LOG_LINE@json.output@ }@@@",
714 "@@@STEP_LOG_LINE@json.output@}@@@",
715 "@@@STEP_LOG_END@json.output@@@"
716 ]
717 },
718 {
719 "cmd": [
720 "python",
721 "-u",
722 "RECIPE_MODULE[build::gsutil]\\resources\\gsutil_wrapper.py",
723 "--",
724 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
725 "----",
726 "ls",
727 "gs://chrome-perf/Win Builder/full-build-win32_a6298e4afedbf2cd461755ea6f4 5b0ad64222222.zip"
728 ],
729 "cwd": "[SLAVE_BUILD]",
730 "name": "Gathering reference values.Waiting for build.gsutil ls (5)",
731 "~followup_annotations": [
732 "@@@STEP_NEST_LEVEL@2@@@"
733 ]
734 },
735 {
736 "cmd": [
737 "python",
738 "-u",
739 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
740 ],
741 "cwd": "[SLAVE_BUILD]",
742 "name": "Gathering reference values.taskkill",
743 "~followup_annotations": [
744 "@@@STEP_NEST_LEVEL@1@@@"
745 ]
746 },
747 {
748 "cmd": [
749 "python",
750 "-u",
751 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
752 "--master",
753 "tryserver.chromium.perf",
754 "--builder",
755 "win_perf_bisect",
756 "--slave",
757 "dummyslave",
758 "--spec",
759 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': False, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/sr c.git'}, {'custom_deps': {'src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, 'src/chrome/test/dat a/firefox3_profile/searchplugins': None, 'src/chrome/test/data/firefox3_searchpl ugins': None, 'src/chrome/test/data/osdd': None, 'src/chrome/test/data/perf/fram e_rate/private': None, 'src/chrome/test/data/plugin': None, 'src/chrome/test/dat a/ssl/certs': None, 'src/data/autodiscovery': None, 'src/data/esctf': None, 'src /data/mach_ports': None, 'src/data/memory_test': None, 'src/data/mozilla_js_test s': None, 'src/data/selenium_core': None, 'src/data/tab_switching': None, 'src/t ools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/webki t/data/ico_decoder': None, 'src/webkit/data/test_shell/plugins': None, 'src/webk it/data/xbm_decoder': None}, 'deps_file': '.DEPS.git', 'managed': False, 'name': 'src-internal', 'url': 'https://chrome-internal.googlesource.com/chrome/src-int ernal.git'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'catapult', 'ur l': 'https://chromium.googlesource.com/external/github.com/catapult-project/cata pult.git'}]",
760 "--root",
761 "src",
762 "--revision_mapping_file",
763 "{\"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\"}",
764 "--git-cache-dir",
765 "[GIT_CACHE]",
766 "--output_json",
767 "/path/to/tmp/json",
768 "--revision",
769 "src@a6298e4afedbf2cd461755ea6f45b0ad64222222",
770 "--output_manifest"
771 ],
772 "cwd": "[SLAVE_BUILD]",
773 "env": {
774 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
775 },
776 "name": "Gathering reference values.bot_update",
777 "~followup_annotations": [
778 "@@@STEP_NEST_LEVEL@1@@@",
779 "@@@STEP_TEXT@Some step text@@@",
780 "@@@STEP_LOG_LINE@json.output@{@@@",
781 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
782 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
783 "@@@STEP_LOG_LINE@json.output@ \"src\": \"a6298e4afedbf2cd461755ea6f45b 0ad64222222\"@@@",
784 "@@@STEP_LOG_LINE@json.output@ }, @@@",
785 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
786 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
787 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@",
788 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@",
789 "@@@STEP_LOG_LINE@json.output@ }, @@@",
790 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@",
791 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /buildtools.git\", @@@",
792 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635 3cb994259692140934\"@@@",
793 "@@@STEP_LOG_LINE@json.output@ }, @@@",
794 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@",
795 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /native_client.git\", @@@",
796 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26 9b7982aeeefc1b9b50\"@@@",
797 "@@@STEP_LOG_LINE@json.output@ }, @@@",
798 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@",
799 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /third_party/angle.git\", @@@",
800 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a 728eb85b8d7bc6080c\"@@@",
801 "@@@STEP_LOG_LINE@json.output@ }, @@@",
802 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc\": {@@@",
803 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /third_party/webrtc.git\", @@@",
804 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0f90628433546e61d92685 96da93418c623137f4\"@@@",
805 "@@@STEP_LOG_LINE@json.output@ }, @@@",
806 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client\": {@@@",
807 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /tools/swarming_client.git\", @@@",
808 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a0ee5d99f1d4b38ddaa4c7 59c837980b63b99566\"@@@",
809 "@@@STEP_LOG_LINE@json.output@ }, @@@",
810 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@",
811 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /v8.git\", @@@",
812 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a 35f03975671d43e399\"@@@",
813 "@@@STEP_LOG_LINE@json.output@ }@@@",
814 "@@@STEP_LOG_LINE@json.output@ }, @@@",
815 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
816 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
817 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
818 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision\": \"fac9503c46405f 77757b9a728eb85b8d7bc6080c\", @@@",
819 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision_cp\": \"refs/heads/ master@{#297276}\", @@@",
820 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision\": \"f0319a328 b2809876916353cb994259692140934\", @@@",
821 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision_cp\": \"refs/h eads/master@{#182578}\", @@@",
822 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
823 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
824 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee 3e86ddfd4ebd0fe58cb9\", @@@",
825 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#170242}\", @@@",
826 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision\": \"a0ee 5d99f1d4b38ddaa4c759c837980b63b99566\", @@@",
827 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision_cp\": \"r efs/heads/master@{#276089}\", @@@",
828 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision\": \"801ada225ddc271c1 32c3a35f03975671d43e399\", @@@",
829 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/mas ter@{#43426}\", @@@",
830 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision\": \"0f90628433546 e61d9268596da93418c623137f4\", @@@",
831 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision_cp\": \"refs/heads /master@{#120644}\"@@@",
832 "@@@STEP_LOG_LINE@json.output@ }, @@@",
833 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
834 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
835 "@@@STEP_LOG_LINE@json.output@}@@@",
836 "@@@STEP_LOG_END@json.output@@@",
837 "@@@SET_BUILD_PROPERTY@got_nacl_revision@\"d998e125e8253980d76e269b7982aee efc1b9b50\"@@@",
838 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"a0ee5d99f1d4b38ddaa4 c759c837980b63b99566\"@@@",
839 "@@@SET_BUILD_PROPERTY@got_buildtools_revision_cp@\"refs/heads/master@{#18 2578}\"@@@",
840 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@\"0f90628433546e61d9268596da934 18c623137f4\"@@@",
841 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
842 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\ "@@@",
843 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@",
844 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
845 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
846 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
847 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
848 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
849 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
850 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
851 ]
852 },
853 {
854 "cmd": [
855 "python",
856 "-u",
857 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
858 "[SLAVE_BUILD]\\src\\out\\Release"
859 ],
860 "cwd": "[SLAVE_BUILD]",
861 "name": "Gathering reference values.rmtree build directory",
862 "~followup_annotations": [
863 "@@@STEP_NEST_LEVEL@1@@@",
864 "@@@STEP_LOG_LINE@python.inline@@@@",
865 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
866 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
867 "@@@STEP_LOG_LINE@python.inline@@@@",
868 "@@@STEP_LOG_LINE@python.inline@@@@",
869 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
870 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
871 "@@@STEP_LOG_END@python.inline@@@"
872 ]
873 },
874 {
875 "cmd": [
876 "python",
877 "-u",
878 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
879 "--show-path",
880 "python",
881 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\extract_build.py",
882 "--gsutil-py-path",
883 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
884 "--target",
885 "Release",
886 "--src-dir",
887 "[SLAVE_BUILD]\\src",
888 "--build-archive-url",
889 "gs://chrome-perf/Win Builder/full-build-win32_a6298e4afedbf2cd461755ea6f4 5b0ad64222222.zip",
890 "--master-name",
891 "tryserver.chromium.perf",
892 "--build-number",
893 "571"
894 ],
895 "cwd": "[SLAVE_BUILD]",
896 "name": "Gathering reference values.extract build",
897 "~followup_annotations": [
898 "@@@STEP_NEST_LEVEL@1@@@"
899 ]
900 },
901 {
902 "cmd": [
903 "python",
904 "-u",
905 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
906 "--target",
907 "Release",
908 "--factory-properties",
909 "{\"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\": \" win_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"b uildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryse rver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dumm yslave\"}",
910 "--build-properties",
911 "{\"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\": \" win_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"b uildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryse rver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dumm yslave\"}",
912 "--step-name=Performance Test 1 of 5",
913 "--builder-name=win_perf_bisect",
914 "--slave-name=dummyslave",
915 "--build-number=571",
916 "--run-python-script",
917 "[SLAVE_BUILD]\\src\\tools\\perf\\run_benchmark",
918 "-v",
919 "--browser=release",
920 "--output-format=valueset",
921 "smoothness.tough_scrolling_cases",
922 "--output-dir=[TMP_BASE]\\perf-test-output_tmp_1"
923 ],
924 "env": {
925 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
926 },
927 "name": "Gathering reference values.Performance Test 1 of 5",
928 "stderr": "/path/to/tmp/",
929 "stdout": "/path/to/tmp/",
930 "~followup_annotations": [
931 "@@@STEP_NEST_LEVEL@1@@@",
932 "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
933 "@@@STEP_LOG_END@Captured Output@@@"
934 ]
935 },
936 {
937 "cmd": [
938 "python",
939 "-u",
940 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
941 "[TMP_BASE]\\perf-test-output_tmp_1\\results-valueset.json",
942 "/path/to/tmp/json"
943 ],
944 "env": {
945 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
946 },
947 "name": "Gathering reference values.Reading valueset results",
948 "~followup_annotations": [
949 "@@@STEP_NEST_LEVEL@1@@@",
950 "@@@STEP_LOG_LINE@json.output@{@@@",
951 "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
952 "@@@STEP_LOG_LINE@json.output@}@@@",
953 "@@@STEP_LOG_END@json.output@@@"
954 ]
955 },
956 {
957 "cmd": [
958 "python",
959 "-u",
960 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
961 "--target",
962 "Release",
963 "--factory-properties",
964 "{\"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\": \" win_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"b uildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryse rver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dumm yslave\"}",
965 "--build-properties",
966 "{\"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\": \" win_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"b uildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryse rver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dumm yslave\"}",
967 "--step-name=Performance Test 2 of 5",
968 "--builder-name=win_perf_bisect",
969 "--slave-name=dummyslave",
970 "--build-number=571",
971 "--run-python-script",
972 "[SLAVE_BUILD]\\src\\tools\\perf\\run_benchmark",
973 "-v",
974 "--browser=release",
975 "--output-format=valueset",
976 "smoothness.tough_scrolling_cases",
977 "--output-dir=[TMP_BASE]\\perf-test-output_tmp_2"
978 ],
979 "env": {
980 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
981 },
982 "name": "Gathering reference values.Performance Test 2 of 5",
983 "stderr": "/path/to/tmp/",
984 "stdout": "/path/to/tmp/",
985 "~followup_annotations": [
986 "@@@STEP_NEST_LEVEL@1@@@",
987 "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
988 "@@@STEP_LOG_END@Captured Output@@@"
989 ]
990 },
991 {
992 "cmd": [
993 "python",
994 "-u",
995 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
996 "[TMP_BASE]\\perf-test-output_tmp_2\\results-valueset.json",
997 "/path/to/tmp/json"
998 ],
999 "env": {
1000 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
1001 },
1002 "name": "Gathering reference values.Reading valueset results (2)",
1003 "~followup_annotations": [
1004 "@@@STEP_NEST_LEVEL@1@@@",
1005 "@@@STEP_LOG_LINE@json.output@{@@@",
1006 "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
1007 "@@@STEP_LOG_LINE@json.output@}@@@",
1008 "@@@STEP_LOG_END@json.output@@@"
1009 ]
1010 },
1011 {
1012 "cmd": [
1013 "python",
1014 "-u",
1015 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
1016 "--target",
1017 "Release",
1018 "--factory-properties",
1019 "{\"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\": \" win_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"b uildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryse rver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dumm yslave\"}",
1020 "--build-properties",
1021 "{\"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\": \" win_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"b uildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryse rver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dumm yslave\"}",
1022 "--step-name=Performance Test 3 of 5",
1023 "--builder-name=win_perf_bisect",
1024 "--slave-name=dummyslave",
1025 "--build-number=571",
1026 "--run-python-script",
1027 "[SLAVE_BUILD]\\src\\tools\\perf\\run_benchmark",
1028 "-v",
1029 "--browser=release",
1030 "--output-format=valueset",
1031 "smoothness.tough_scrolling_cases",
1032 "--output-dir=[TMP_BASE]\\perf-test-output_tmp_3"
1033 ],
1034 "env": {
1035 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
1036 },
1037 "name": "Gathering reference values.Performance Test 3 of 5",
1038 "stderr": "/path/to/tmp/",
1039 "stdout": "/path/to/tmp/",
1040 "~followup_annotations": [
1041 "@@@STEP_NEST_LEVEL@1@@@",
1042 "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
1043 "@@@STEP_LOG_END@Captured Output@@@"
1044 ]
1045 },
1046 {
1047 "cmd": [
1048 "python",
1049 "-u",
1050 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
1051 "[TMP_BASE]\\perf-test-output_tmp_3\\results-valueset.json",
1052 "/path/to/tmp/json"
1053 ],
1054 "env": {
1055 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
1056 },
1057 "name": "Gathering reference values.Reading valueset results (3)",
1058 "~followup_annotations": [
1059 "@@@STEP_NEST_LEVEL@1@@@",
1060 "@@@STEP_LOG_LINE@json.output@{@@@",
1061 "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
1062 "@@@STEP_LOG_LINE@json.output@}@@@",
1063 "@@@STEP_LOG_END@json.output@@@"
1064 ]
1065 },
1066 {
1067 "cmd": [
1068 "python",
1069 "-u",
1070 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
1071 "--target",
1072 "Release",
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\": \" win_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"b uildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryse rver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dumm yslave\"}",
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\": \" win_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"b uildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryse rver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dumm yslave\"}",
1077 "--step-name=Performance Test 4 of 5",
1078 "--builder-name=win_perf_bisect",
1079 "--slave-name=dummyslave",
1080 "--build-number=571",
1081 "--run-python-script",
1082 "[SLAVE_BUILD]\\src\\tools\\perf\\run_benchmark",
1083 "-v",
1084 "--browser=release",
1085 "--output-format=valueset",
1086 "smoothness.tough_scrolling_cases",
1087 "--output-dir=[TMP_BASE]\\perf-test-output_tmp_4"
1088 ],
1089 "env": {
1090 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
1091 },
1092 "name": "Gathering reference values.Performance Test 4 of 5",
1093 "stderr": "/path/to/tmp/",
1094 "stdout": "/path/to/tmp/",
1095 "~followup_annotations": [
1096 "@@@STEP_NEST_LEVEL@1@@@",
1097 "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
1098 "@@@STEP_LOG_END@Captured Output@@@"
1099 ]
1100 },
1101 {
1102 "cmd": [
1103 "python",
1104 "-u",
1105 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
1106 "[TMP_BASE]\\perf-test-output_tmp_4\\results-valueset.json",
1107 "/path/to/tmp/json"
1108 ],
1109 "env": {
1110 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
1111 },
1112 "name": "Gathering reference values.Reading valueset results (4)",
1113 "~followup_annotations": [
1114 "@@@STEP_NEST_LEVEL@1@@@",
1115 "@@@STEP_LOG_LINE@json.output@{@@@",
1116 "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
1117 "@@@STEP_LOG_LINE@json.output@}@@@",
1118 "@@@STEP_LOG_END@json.output@@@"
1119 ]
1120 },
1121 {
1122 "cmd": [
1123 "python",
1124 "-u",
1125 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
1126 "--target",
1127 "Release",
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\": \" win_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"b uildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryse rver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dumm yslave\"}",
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\": \" win_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"b uildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryse rver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dumm yslave\"}",
1132 "--step-name=Performance Test 5 of 5",
1133 "--builder-name=win_perf_bisect",
1134 "--slave-name=dummyslave",
1135 "--build-number=571",
1136 "--run-python-script",
1137 "[SLAVE_BUILD]\\src\\tools\\perf\\run_benchmark",
1138 "-v",
1139 "--browser=release",
1140 "--output-format=valueset",
1141 "smoothness.tough_scrolling_cases",
1142 "--output-dir=[TMP_BASE]\\perf-test-output_tmp_5"
1143 ],
1144 "env": {
1145 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
1146 },
1147 "name": "Gathering reference values.Performance Test 5 of 5",
1148 "stderr": "/path/to/tmp/",
1149 "stdout": "/path/to/tmp/",
1150 "~followup_annotations": [
1151 "@@@STEP_NEST_LEVEL@1@@@",
1152 "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
1153 "@@@STEP_LOG_END@Captured Output@@@"
1154 ]
1155 },
1156 {
1157 "cmd": [
1158 "python",
1159 "-u",
1160 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
1161 "[TMP_BASE]\\perf-test-output_tmp_5\\results-valueset.json",
1162 "/path/to/tmp/json"
1163 ],
1164 "env": {
1165 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
1166 },
1167 "name": "Gathering reference values.Reading valueset results (5)",
1168 "~followup_annotations": [
1169 "@@@STEP_NEST_LEVEL@1@@@",
1170 "@@@STEP_LOG_LINE@json.output@{@@@",
1171 "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
1172 "@@@STEP_LOG_LINE@json.output@}@@@",
1173 "@@@STEP_LOG_END@json.output@@@"
1174 ]
1175 },
1176 {
1177 "cmd": [
1178 "python",
1179 "-u",
1180 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
1181 "--target",
1182 "Release"
1183 ],
1184 "env": {
1185 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
1186 },
1187 "name": "Gathering reference values.process_dumps",
1188 "~followup_annotations": [
1189 "@@@STEP_NEST_LEVEL@1@@@"
1190 ]
1191 },
1192 {
1193 "cmd": [
1194 "python",
1195 "-u",
1196 "RECIPE_MODULE[build::gsutil]\\resources\\gsutil_wrapper.py",
1197 "--",
1198 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
1199 "----",
1200 "ls",
1201 "gs://chrome-perf/Win Builder/full-build-win32_00316c9ddfb9d7b4e1ed2fff9fe 6d964d2111111.zip"
1202 ],
1203 "cwd": "[SLAVE_BUILD]",
1204 "name": "Gathering reference values.gsutil ls (2)",
1205 "~followup_annotations": [
1206 "@@@STEP_NEST_LEVEL@1@@@"
1207 ]
1208 },
1209 {
1210 "cmd": [
1211 "python",
1212 "-u",
1213 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
1214 ],
1215 "cwd": "[SLAVE_BUILD]",
1216 "name": "Gathering reference values.taskkill (2)",
1217 "~followup_annotations": [
1218 "@@@STEP_NEST_LEVEL@1@@@"
1219 ]
1220 },
1221 {
1222 "cmd": [
1223 "python",
1224 "-u",
1225 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
1226 "--master",
1227 "tryserver.chromium.perf",
1228 "--builder",
1229 "win_perf_bisect",
1230 "--slave",
1231 "dummyslave",
1232 "--spec",
1233 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': False, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/sr c.git'}, {'custom_deps': {'src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, 'src/chrome/test/dat a/firefox3_profile/searchplugins': None, 'src/chrome/test/data/firefox3_searchpl ugins': None, 'src/chrome/test/data/osdd': None, 'src/chrome/test/data/perf/fram e_rate/private': None, 'src/chrome/test/data/plugin': None, 'src/chrome/test/dat a/ssl/certs': None, 'src/data/autodiscovery': None, 'src/data/esctf': None, 'src /data/mach_ports': None, 'src/data/memory_test': None, 'src/data/mozilla_js_test s': None, 'src/data/selenium_core': None, 'src/data/tab_switching': None, 'src/t ools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/webki t/data/ico_decoder': None, 'src/webkit/data/test_shell/plugins': None, 'src/webk it/data/xbm_decoder': None}, 'deps_file': '.DEPS.git', 'managed': False, 'name': 'src-internal', 'url': 'https://chrome-internal.googlesource.com/chrome/src-int ernal.git'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'catapult', 'ur l': 'https://chromium.googlesource.com/external/github.com/catapult-project/cata pult.git'}]",
1234 "--root",
1235 "src",
1236 "--revision_mapping_file",
1237 "{\"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\"}",
1238 "--git-cache-dir",
1239 "[GIT_CACHE]",
1240 "--output_json",
1241 "/path/to/tmp/json",
1242 "--revision",
1243 "src@00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
1244 "--output_manifest"
1245 ],
1246 "cwd": "[SLAVE_BUILD]",
1247 "env": {
1248 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
1249 },
1250 "name": "Gathering reference values.bot_update (2)",
1251 "~followup_annotations": [
1252 "@@@STEP_NEST_LEVEL@1@@@",
1253 "@@@STEP_TEXT@Some step text@@@",
1254 "@@@STEP_LOG_LINE@json.output@{@@@",
1255 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
1256 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
1257 "@@@STEP_LOG_LINE@json.output@ \"src\": \"00316c9ddfb9d7b4e1ed2fff9fe6d 964d2111111\"@@@",
1258 "@@@STEP_LOG_LINE@json.output@ }, @@@",
1259 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
1260 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
1261 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@",
1262 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@",
1263 "@@@STEP_LOG_LINE@json.output@ }, @@@",
1264 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@",
1265 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /buildtools.git\", @@@",
1266 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635 3cb994259692140934\"@@@",
1267 "@@@STEP_LOG_LINE@json.output@ }, @@@",
1268 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@",
1269 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /native_client.git\", @@@",
1270 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26 9b7982aeeefc1b9b50\"@@@",
1271 "@@@STEP_LOG_LINE@json.output@ }, @@@",
1272 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@",
1273 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /third_party/angle.git\", @@@",
1274 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a 728eb85b8d7bc6080c\"@@@",
1275 "@@@STEP_LOG_LINE@json.output@ }, @@@",
1276 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc\": {@@@",
1277 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /third_party/webrtc.git\", @@@",
1278 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0f90628433546e61d92685 96da93418c623137f4\"@@@",
1279 "@@@STEP_LOG_LINE@json.output@ }, @@@",
1280 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client\": {@@@",
1281 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /tools/swarming_client.git\", @@@",
1282 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a0ee5d99f1d4b38ddaa4c7 59c837980b63b99566\"@@@",
1283 "@@@STEP_LOG_LINE@json.output@ }, @@@",
1284 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@",
1285 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /v8.git\", @@@",
1286 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a 35f03975671d43e399\"@@@",
1287 "@@@STEP_LOG_LINE@json.output@ }@@@",
1288 "@@@STEP_LOG_LINE@json.output@ }, @@@",
1289 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
1290 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
1291 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
1292 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision\": \"fac9503c46405f 77757b9a728eb85b8d7bc6080c\", @@@",
1293 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision_cp\": \"refs/heads/ master@{#297276}\", @@@",
1294 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision\": \"f0319a328 b2809876916353cb994259692140934\", @@@",
1295 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision_cp\": \"refs/h eads/master@{#182578}\", @@@",
1296 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
1297 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
1298 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee 3e86ddfd4ebd0fe58cb9\", @@@",
1299 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#170242}\", @@@",
1300 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision\": \"a0ee 5d99f1d4b38ddaa4c759c837980b63b99566\", @@@",
1301 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision_cp\": \"r efs/heads/master@{#276089}\", @@@",
1302 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision\": \"801ada225ddc271c1 32c3a35f03975671d43e399\", @@@",
1303 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/mas ter@{#43426}\", @@@",
1304 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision\": \"0f90628433546 e61d9268596da93418c623137f4\", @@@",
1305 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision_cp\": \"refs/heads /master@{#120644}\"@@@",
1306 "@@@STEP_LOG_LINE@json.output@ }, @@@",
1307 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
1308 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
1309 "@@@STEP_LOG_LINE@json.output@}@@@",
1310 "@@@STEP_LOG_END@json.output@@@",
1311 "@@@SET_BUILD_PROPERTY@got_nacl_revision@\"d998e125e8253980d76e269b7982aee efc1b9b50\"@@@",
1312 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"a0ee5d99f1d4b38ddaa4 c759c837980b63b99566\"@@@",
1313 "@@@SET_BUILD_PROPERTY@got_buildtools_revision_cp@\"refs/heads/master@{#18 2578}\"@@@",
1314 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@\"0f90628433546e61d9268596da934 18c623137f4\"@@@",
1315 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
1316 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\ "@@@",
1317 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@",
1318 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
1319 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
1320 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
1321 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
1322 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
1323 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
1324 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
1325 ]
1326 },
1327 {
1328 "cmd": [
1329 "python",
1330 "-u",
1331 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
1332 "[SLAVE_BUILD]\\src\\out\\Release"
1333 ],
1334 "cwd": "[SLAVE_BUILD]",
1335 "name": "Gathering reference values.rmtree build directory (2)",
1336 "~followup_annotations": [
1337 "@@@STEP_NEST_LEVEL@1@@@",
1338 "@@@STEP_LOG_LINE@python.inline@@@@",
1339 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
1340 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
1341 "@@@STEP_LOG_LINE@python.inline@@@@",
1342 "@@@STEP_LOG_LINE@python.inline@@@@",
1343 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
1344 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
1345 "@@@STEP_LOG_END@python.inline@@@"
1346 ]
1347 },
1348 {
1349 "cmd": [
1350 "python",
1351 "-u",
1352 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
1353 "--show-path",
1354 "python",
1355 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\extract_build.py",
1356 "--gsutil-py-path",
1357 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
1358 "--target",
1359 "Release",
1360 "--src-dir",
1361 "[SLAVE_BUILD]\\src",
1362 "--build-archive-url",
1363 "gs://chrome-perf/Win Builder/full-build-win32_00316c9ddfb9d7b4e1ed2fff9fe 6d964d2111111.zip",
1364 "--master-name",
1365 "tryserver.chromium.perf",
1366 "--build-number",
1367 "571"
1368 ],
1369 "cwd": "[SLAVE_BUILD]",
1370 "name": "Gathering reference values.extract build (2)",
1371 "~followup_annotations": [
1372 "@@@STEP_NEST_LEVEL@1@@@"
1373 ]
1374 },
1375 {
1376 "cmd": [
1377 "python",
1378 "-u",
1379 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
1380 "--target",
1381 "Release",
1382 "--factory-properties",
1383 "{\"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\": \" win_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"b uildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryse rver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dumm yslave\"}",
1384 "--build-properties",
1385 "{\"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\": \" win_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"b uildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryse rver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dumm yslave\"}",
1386 "--step-name=Performance Test 1 of 5",
1387 "--builder-name=win_perf_bisect",
1388 "--slave-name=dummyslave",
1389 "--build-number=571",
1390 "--run-python-script",
1391 "[SLAVE_BUILD]\\src\\tools\\perf\\run_benchmark",
1392 "-v",
1393 "--browser=release",
1394 "--output-format=valueset",
1395 "smoothness.tough_scrolling_cases",
1396 "--output-dir=[TMP_BASE]\\perf-test-output_tmp_6"
1397 ],
1398 "env": {
1399 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
1400 },
1401 "name": "Gathering reference values.Performance Test 1 of 5 (2)",
1402 "stderr": "/path/to/tmp/",
1403 "stdout": "/path/to/tmp/",
1404 "~followup_annotations": [
1405 "@@@STEP_NEST_LEVEL@1@@@",
1406 "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
1407 "@@@STEP_LOG_END@Captured Output@@@"
1408 ]
1409 },
1410 {
1411 "cmd": [
1412 "python",
1413 "-u",
1414 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
1415 "[TMP_BASE]\\perf-test-output_tmp_6\\results-valueset.json",
1416 "/path/to/tmp/json"
1417 ],
1418 "env": {
1419 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
1420 },
1421 "name": "Gathering reference values.Reading valueset results (6)",
1422 "~followup_annotations": [
1423 "@@@STEP_NEST_LEVEL@1@@@",
1424 "@@@STEP_LOG_LINE@json.output@{@@@",
1425 "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
1426 "@@@STEP_LOG_LINE@json.output@}@@@",
1427 "@@@STEP_LOG_END@json.output@@@"
1428 ]
1429 },
1430 {
1431 "cmd": [
1432 "python",
1433 "-u",
1434 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
1435 "--target",
1436 "Release",
1437 "--factory-properties",
1438 "{\"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\": \" win_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"b uildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryse rver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dumm yslave\"}",
1439 "--build-properties",
1440 "{\"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\": \" win_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"b uildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryse rver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dumm yslave\"}",
1441 "--step-name=Performance Test 2 of 5",
1442 "--builder-name=win_perf_bisect",
1443 "--slave-name=dummyslave",
1444 "--build-number=571",
1445 "--run-python-script",
1446 "[SLAVE_BUILD]\\src\\tools\\perf\\run_benchmark",
1447 "-v",
1448 "--browser=release",
1449 "--output-format=valueset",
1450 "smoothness.tough_scrolling_cases",
1451 "--output-dir=[TMP_BASE]\\perf-test-output_tmp_7"
1452 ],
1453 "env": {
1454 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
1455 },
1456 "name": "Gathering reference values.Performance Test 2 of 5 (2)",
1457 "stderr": "/path/to/tmp/",
1458 "stdout": "/path/to/tmp/",
1459 "~followup_annotations": [
1460 "@@@STEP_NEST_LEVEL@1@@@",
1461 "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
1462 "@@@STEP_LOG_END@Captured Output@@@"
1463 ]
1464 },
1465 {
1466 "cmd": [
1467 "python",
1468 "-u",
1469 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
1470 "[TMP_BASE]\\perf-test-output_tmp_7\\results-valueset.json",
1471 "/path/to/tmp/json"
1472 ],
1473 "env": {
1474 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
1475 },
1476 "name": "Gathering reference values.Reading valueset results (7)",
1477 "~followup_annotations": [
1478 "@@@STEP_NEST_LEVEL@1@@@",
1479 "@@@STEP_LOG_LINE@json.output@{@@@",
1480 "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
1481 "@@@STEP_LOG_LINE@json.output@}@@@",
1482 "@@@STEP_LOG_END@json.output@@@"
1483 ]
1484 },
1485 {
1486 "cmd": [
1487 "python",
1488 "-u",
1489 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
1490 "--target",
1491 "Release",
1492 "--factory-properties",
1493 "{\"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\": \" win_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"b uildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryse rver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dumm yslave\"}",
1494 "--build-properties",
1495 "{\"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\": \" win_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"b uildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryse rver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dumm yslave\"}",
1496 "--step-name=Performance Test 3 of 5",
1497 "--builder-name=win_perf_bisect",
1498 "--slave-name=dummyslave",
1499 "--build-number=571",
1500 "--run-python-script",
1501 "[SLAVE_BUILD]\\src\\tools\\perf\\run_benchmark",
1502 "-v",
1503 "--browser=release",
1504 "--output-format=valueset",
1505 "smoothness.tough_scrolling_cases",
1506 "--output-dir=[TMP_BASE]\\perf-test-output_tmp_8"
1507 ],
1508 "env": {
1509 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
1510 },
1511 "name": "Gathering reference values.Performance Test 3 of 5 (2)",
1512 "stderr": "/path/to/tmp/",
1513 "stdout": "/path/to/tmp/",
1514 "~followup_annotations": [
1515 "@@@STEP_NEST_LEVEL@1@@@",
1516 "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
1517 "@@@STEP_LOG_END@Captured Output@@@"
1518 ]
1519 },
1520 {
1521 "cmd": [
1522 "python",
1523 "-u",
1524 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
1525 "[TMP_BASE]\\perf-test-output_tmp_8\\results-valueset.json",
1526 "/path/to/tmp/json"
1527 ],
1528 "env": {
1529 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
1530 },
1531 "name": "Gathering reference values.Reading valueset results (8)",
1532 "~followup_annotations": [
1533 "@@@STEP_NEST_LEVEL@1@@@",
1534 "@@@STEP_LOG_LINE@json.output@{@@@",
1535 "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
1536 "@@@STEP_LOG_LINE@json.output@}@@@",
1537 "@@@STEP_LOG_END@json.output@@@"
1538 ]
1539 },
1540 {
1541 "cmd": [
1542 "python",
1543 "-u",
1544 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
1545 "--target",
1546 "Release",
1547 "--factory-properties",
1548 "{\"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\": \" win_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"b uildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryse rver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dumm yslave\"}",
1549 "--build-properties",
1550 "{\"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\": \" win_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"b uildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryse rver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dumm yslave\"}",
1551 "--step-name=Performance Test 4 of 5",
1552 "--builder-name=win_perf_bisect",
1553 "--slave-name=dummyslave",
1554 "--build-number=571",
1555 "--run-python-script",
1556 "[SLAVE_BUILD]\\src\\tools\\perf\\run_benchmark",
1557 "-v",
1558 "--browser=release",
1559 "--output-format=valueset",
1560 "smoothness.tough_scrolling_cases",
1561 "--output-dir=[TMP_BASE]\\perf-test-output_tmp_9"
1562 ],
1563 "env": {
1564 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
1565 },
1566 "name": "Gathering reference values.Performance Test 4 of 5 (2)",
1567 "stderr": "/path/to/tmp/",
1568 "stdout": "/path/to/tmp/",
1569 "~followup_annotations": [
1570 "@@@STEP_NEST_LEVEL@1@@@",
1571 "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
1572 "@@@STEP_LOG_END@Captured Output@@@"
1573 ]
1574 },
1575 {
1576 "cmd": [
1577 "python",
1578 "-u",
1579 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
1580 "[TMP_BASE]\\perf-test-output_tmp_9\\results-valueset.json",
1581 "/path/to/tmp/json"
1582 ],
1583 "env": {
1584 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
1585 },
1586 "name": "Gathering reference values.Reading valueset results (9)",
1587 "~followup_annotations": [
1588 "@@@STEP_NEST_LEVEL@1@@@",
1589 "@@@STEP_LOG_LINE@json.output@{@@@",
1590 "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
1591 "@@@STEP_LOG_LINE@json.output@}@@@",
1592 "@@@STEP_LOG_END@json.output@@@"
1593 ]
1594 },
1595 {
1596 "cmd": [
1597 "python",
1598 "-u",
1599 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
1600 "--target",
1601 "Release",
1602 "--factory-properties",
1603 "{\"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\": \" win_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"b uildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryse rver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dumm yslave\"}",
1604 "--build-properties",
1605 "{\"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\": \" win_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"b uildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryse rver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dumm yslave\"}",
1606 "--step-name=Performance Test 5 of 5",
1607 "--builder-name=win_perf_bisect",
1608 "--slave-name=dummyslave",
1609 "--build-number=571",
1610 "--run-python-script",
1611 "[SLAVE_BUILD]\\src\\tools\\perf\\run_benchmark",
1612 "-v",
1613 "--browser=release",
1614 "--output-format=valueset",
1615 "smoothness.tough_scrolling_cases",
1616 "--output-dir=[TMP_BASE]\\perf-test-output_tmp_10"
1617 ],
1618 "env": {
1619 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
1620 },
1621 "name": "Gathering reference values.Performance Test 5 of 5 (2)",
1622 "stderr": "/path/to/tmp/",
1623 "stdout": "/path/to/tmp/",
1624 "~followup_annotations": [
1625 "@@@STEP_NEST_LEVEL@1@@@",
1626 "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
1627 "@@@STEP_LOG_END@Captured Output@@@"
1628 ]
1629 },
1630 {
1631 "cmd": [
1632 "python",
1633 "-u",
1634 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
1635 "[TMP_BASE]\\perf-test-output_tmp_10\\results-valueset.json",
1636 "/path/to/tmp/json"
1637 ],
1638 "env": {
1639 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
1640 },
1641 "name": "Gathering reference values.Reading valueset results (10)",
1642 "~followup_annotations": [
1643 "@@@STEP_NEST_LEVEL@1@@@",
1644 "@@@STEP_LOG_LINE@json.output@{@@@",
1645 "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
1646 "@@@STEP_LOG_LINE@json.output@}@@@",
1647 "@@@STEP_LOG_END@json.output@@@"
1648 ]
1649 },
1650 {
1651 "cmd": [
1652 "python",
1653 "-u",
1654 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
1655 "--target",
1656 "Release"
1657 ],
1658 "env": {
1659 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
1660 },
1661 "name": "Gathering reference values.process_dumps (2)",
1662 "~followup_annotations": [
1663 "@@@STEP_NEST_LEVEL@1@@@"
1664 ]
1665 },
1666 {
1667 "cmd": [
1668 "python",
1669 "-u",
1670 "[SLAVE_BUILD]\\catapult\\tracing\\bin\\compare_samples",
1671 "",
1672 "",
1673 "mean_input_event_latency/mean_input_event_latency",
1674 "--valueset"
1675 ],
1676 "cwd": "[SLAVE_BUILD]",
1677 "name": "Compare samples",
1678 "stdout": "/path/to/tmp/json",
1679 "~followup_annotations": [
1680 "@@@STEP_LOG_LINE@json.output@{@@@",
1681 "@@@STEP_LOG_LINE@json.output@ \"result\": true, @@@",
1682 "@@@STEP_LOG_LINE@json.output@ \"sample_a\": {@@@",
1683 "@@@STEP_LOG_LINE@json.output@ \"debug_values\": [@@@",
1684 "@@@STEP_LOG_LINE@json.output@ 19, @@@",
1685 "@@@STEP_LOG_LINE@json.output@ 20, @@@",
1686 "@@@STEP_LOG_LINE@json.output@ 21, @@@",
1687 "@@@STEP_LOG_LINE@json.output@ 22, @@@",
1688 "@@@STEP_LOG_LINE@json.output@ 23@@@",
1689 "@@@STEP_LOG_LINE@json.output@ ], @@@",
1690 "@@@STEP_LOG_LINE@json.output@ \"mean\": 21.0, @@@",
1691 "@@@STEP_LOG_LINE@json.output@ \"std_dev\": 1.4142135623730951@@@",
1692 "@@@STEP_LOG_LINE@json.output@ }, @@@",
1693 "@@@STEP_LOG_LINE@json.output@ \"sample_b\": {@@@",
1694 "@@@STEP_LOG_LINE@json.output@ \"debug_values\": [@@@",
1695 "@@@STEP_LOG_LINE@json.output@ 0, @@@",
1696 "@@@STEP_LOG_LINE@json.output@ 0, @@@",
1697 "@@@STEP_LOG_LINE@json.output@ 0, @@@",
1698 "@@@STEP_LOG_LINE@json.output@ 0, @@@",
1699 "@@@STEP_LOG_LINE@json.output@ 0@@@",
1700 "@@@STEP_LOG_LINE@json.output@ ], @@@",
1701 "@@@STEP_LOG_LINE@json.output@ \"mean\": 0.0, @@@",
1702 "@@@STEP_LOG_LINE@json.output@ \"std_dev\": 0.0@@@",
1703 "@@@STEP_LOG_LINE@json.output@ }@@@",
1704 "@@@STEP_LOG_LINE@json.output@}@@@",
1705 "@@@STEP_LOG_END@json.output@@@"
1706 ]
1707 },
1708 {
1709 "cmd": [
1710 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
1711 "footers",
1712 "--position",
1713 "dcdcdc0ff1122212323134879ddceeb1240b0988"
1714 ],
1715 "cwd": "[SLAVE_BUILD]\\src",
1716 "name": "resolving hash dcdcdc0ff1122212323134879ddceeb1240b0988",
1717 "stdout": "/path/to/tmp/"
1718 },
1719 {
1720 "cmd": [],
1721 "cwd": "[SLAVE_BUILD]",
1722 "name": "Working on revision chromium@dcdcdc0ff1"
1723 },
1724 {
1725 "cmd": [
1726 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
1727 "footers",
1728 "--position",
1729 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
1730 ],
1731 "cwd": "[SLAVE_BUILD]\\src",
1732 "name": "Working on revision chromium@dcdcdc0ff1.resolving hash a6298e4afedb f2cd461755ea6f45b0ad64222222",
1733 "stdout": "/path/to/tmp/",
1734 "~followup_annotations": [
1735 "@@@STEP_NEST_LEVEL@1@@@"
1736 ]
1737 },
1738 {
1739 "cmd": [
1740 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
1741 "footers",
1742 "--position",
1743 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
1744 ],
1745 "cwd": "[SLAVE_BUILD]\\src",
1746 "name": "Working on revision chromium@dcdcdc0ff1.resolving hash 00316c9ddfb9 d7b4e1ed2fff9fe6d964d2111111",
1747 "stdout": "/path/to/tmp/",
1748 "~followup_annotations": [
1749 "@@@STEP_NEST_LEVEL@1@@@"
1750 ]
1751 },
1752 {
1753 "cmd": [
1754 "python",
1755 "-u",
1756 "RECIPE_MODULE[build::perf_dashboard]\\resources\\post_json.py"
1757 ],
1758 "cwd": "[SLAVE_BUILD]",
1759 "name": "Working on revision chromium@dcdcdc0ff1.Post bisect results",
1760 "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"00316c9d dfb9d7b4e1ed2fff9fe6d964d2111111\", \"bisect_bot\": \"win_perf_tester\", \"bug_i d\": \"-1\", \"buildbot_log_url\": \"http://build.chromium.org/p/chromium/builde rs/win_perf_bisect/builds/571\", \"change\": \"100.00%\", \"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\": 3.1 622776601683795, \"values\": [19, 20, 21, 22, 23]}, {\"commit_hash\": \"00316c9d dfb9d7b4e1ed2fff9fe6d964d2111111\", \"depot_name\": \"chromium\", \"mean_value\" : 0.0, \"result\": \"bad\", \"revision_string\": \"chromium@00316c9ddf\", \"std_ dev\": 0.0, \"values\": [0, 0, 0, 0, 0]}], \"status\": \"started\", \"test_type\ ": \"perf\", \"try_job_id\": null, \"warnings\": []}, \"url\": \"https://chromep erf.appspot.com/post_bisect_results\"}",
1761 "stdout": "/path/to/tmp/json",
1762 "~followup_annotations": [
1763 "@@@STEP_NEST_LEVEL@1@@@",
1764 "@@@STEP_TEXT@Failed to upload result to Perf Dashboard. Error response: N one@@@",
1765 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
1766 "@@@STEP_LOG_END@json.output (invalid)@@@",
1767 "@@@STEP_WARNINGS@@@"
1768 ]
1769 },
1770 {
1771 "cmd": [
1772 "python",
1773 "-u",
1774 "RECIPE_MODULE[build::gsutil]\\resources\\gsutil_wrapper.py",
1775 "--",
1776 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
1777 "----",
1778 "ls",
1779 "gs://chrome-perf/Win Builder/full-build-win32_dcdcdc0ff1122212323134879dd ceeb1240b0988.zip"
1780 ],
1781 "cwd": "[SLAVE_BUILD]",
1782 "name": "Working on revision chromium@dcdcdc0ff1.gsutil ls",
1783 "~followup_annotations": [
1784 "@@@STEP_NEST_LEVEL@1@@@"
1785 ]
1786 },
1787 {
1788 "cmd": [
1789 "python",
1790 "-u",
1791 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
1792 ],
1793 "cwd": "[SLAVE_BUILD]",
1794 "name": "Working on revision chromium@dcdcdc0ff1.taskkill",
1795 "~followup_annotations": [
1796 "@@@STEP_NEST_LEVEL@1@@@"
1797 ]
1798 },
1799 {
1800 "cmd": [
1801 "python",
1802 "-u",
1803 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
1804 "--master",
1805 "tryserver.chromium.perf",
1806 "--builder",
1807 "win_perf_bisect",
1808 "--slave",
1809 "dummyslave",
1810 "--spec",
1811 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': False, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/sr c.git'}, {'custom_deps': {'src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, 'src/chrome/test/dat a/firefox3_profile/searchplugins': None, 'src/chrome/test/data/firefox3_searchpl ugins': None, 'src/chrome/test/data/osdd': None, 'src/chrome/test/data/perf/fram e_rate/private': None, 'src/chrome/test/data/plugin': None, 'src/chrome/test/dat a/ssl/certs': None, 'src/data/autodiscovery': None, 'src/data/esctf': None, 'src /data/mach_ports': None, 'src/data/memory_test': None, 'src/data/mozilla_js_test s': None, 'src/data/selenium_core': None, 'src/data/tab_switching': None, 'src/t ools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/webki t/data/ico_decoder': None, 'src/webkit/data/test_shell/plugins': None, 'src/webk it/data/xbm_decoder': None}, 'deps_file': '.DEPS.git', 'managed': False, 'name': 'src-internal', 'url': 'https://chrome-internal.googlesource.com/chrome/src-int ernal.git'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'catapult', 'ur l': 'https://chromium.googlesource.com/external/github.com/catapult-project/cata pult.git'}]",
1812 "--root",
1813 "src",
1814 "--revision_mapping_file",
1815 "{\"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\"}",
1816 "--git-cache-dir",
1817 "[GIT_CACHE]",
1818 "--output_json",
1819 "/path/to/tmp/json",
1820 "--revision",
1821 "src@dcdcdc0ff1122212323134879ddceeb1240b0988",
1822 "--output_manifest"
1823 ],
1824 "cwd": "[SLAVE_BUILD]",
1825 "env": {
1826 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
1827 },
1828 "name": "Working on revision chromium@dcdcdc0ff1.bot_update",
1829 "~followup_annotations": [
1830 "@@@STEP_NEST_LEVEL@1@@@",
1831 "@@@STEP_TEXT@Some step text@@@",
1832 "@@@STEP_LOG_LINE@json.output@{@@@",
1833 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
1834 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
1835 "@@@STEP_LOG_LINE@json.output@ \"src\": \"dcdcdc0ff1122212323134879ddce eb1240b0988\"@@@",
1836 "@@@STEP_LOG_LINE@json.output@ }, @@@",
1837 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
1838 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
1839 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@",
1840 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@",
1841 "@@@STEP_LOG_LINE@json.output@ }, @@@",
1842 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@",
1843 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /buildtools.git\", @@@",
1844 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635 3cb994259692140934\"@@@",
1845 "@@@STEP_LOG_LINE@json.output@ }, @@@",
1846 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@",
1847 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /native_client.git\", @@@",
1848 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26 9b7982aeeefc1b9b50\"@@@",
1849 "@@@STEP_LOG_LINE@json.output@ }, @@@",
1850 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@",
1851 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /third_party/angle.git\", @@@",
1852 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a 728eb85b8d7bc6080c\"@@@",
1853 "@@@STEP_LOG_LINE@json.output@ }, @@@",
1854 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc\": {@@@",
1855 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /third_party/webrtc.git\", @@@",
1856 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0f90628433546e61d92685 96da93418c623137f4\"@@@",
1857 "@@@STEP_LOG_LINE@json.output@ }, @@@",
1858 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client\": {@@@",
1859 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /tools/swarming_client.git\", @@@",
1860 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a0ee5d99f1d4b38ddaa4c7 59c837980b63b99566\"@@@",
1861 "@@@STEP_LOG_LINE@json.output@ }, @@@",
1862 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@",
1863 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /v8.git\", @@@",
1864 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a 35f03975671d43e399\"@@@",
1865 "@@@STEP_LOG_LINE@json.output@ }@@@",
1866 "@@@STEP_LOG_LINE@json.output@ }, @@@",
1867 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
1868 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
1869 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
1870 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision\": \"fac9503c46405f 77757b9a728eb85b8d7bc6080c\", @@@",
1871 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision_cp\": \"refs/heads/ master@{#297276}\", @@@",
1872 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision\": \"f0319a328 b2809876916353cb994259692140934\", @@@",
1873 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision_cp\": \"refs/h eads/master@{#182578}\", @@@",
1874 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
1875 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
1876 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee 3e86ddfd4ebd0fe58cb9\", @@@",
1877 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#170242}\", @@@",
1878 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision\": \"a0ee 5d99f1d4b38ddaa4c759c837980b63b99566\", @@@",
1879 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision_cp\": \"r efs/heads/master@{#276089}\", @@@",
1880 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision\": \"801ada225ddc271c1 32c3a35f03975671d43e399\", @@@",
1881 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/mas ter@{#43426}\", @@@",
1882 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision\": \"0f90628433546 e61d9268596da93418c623137f4\", @@@",
1883 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision_cp\": \"refs/heads /master@{#120644}\"@@@",
1884 "@@@STEP_LOG_LINE@json.output@ }, @@@",
1885 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
1886 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
1887 "@@@STEP_LOG_LINE@json.output@}@@@",
1888 "@@@STEP_LOG_END@json.output@@@",
1889 "@@@SET_BUILD_PROPERTY@got_nacl_revision@\"d998e125e8253980d76e269b7982aee efc1b9b50\"@@@",
1890 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"a0ee5d99f1d4b38ddaa4 c759c837980b63b99566\"@@@",
1891 "@@@SET_BUILD_PROPERTY@got_buildtools_revision_cp@\"refs/heads/master@{#18 2578}\"@@@",
1892 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@\"0f90628433546e61d9268596da934 18c623137f4\"@@@",
1893 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
1894 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\ "@@@",
1895 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@",
1896 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
1897 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
1898 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
1899 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
1900 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
1901 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
1902 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
1903 ]
1904 },
1905 {
1906 "cmd": [
1907 "python",
1908 "-u",
1909 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
1910 "[SLAVE_BUILD]\\src\\out\\Release"
1911 ],
1912 "cwd": "[SLAVE_BUILD]",
1913 "name": "Working on revision chromium@dcdcdc0ff1.rmtree build directory",
1914 "~followup_annotations": [
1915 "@@@STEP_NEST_LEVEL@1@@@",
1916 "@@@STEP_LOG_LINE@python.inline@@@@",
1917 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
1918 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
1919 "@@@STEP_LOG_LINE@python.inline@@@@",
1920 "@@@STEP_LOG_LINE@python.inline@@@@",
1921 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
1922 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
1923 "@@@STEP_LOG_END@python.inline@@@"
1924 ]
1925 },
1926 {
1927 "cmd": [
1928 "python",
1929 "-u",
1930 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
1931 "--show-path",
1932 "python",
1933 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\extract_build.py",
1934 "--gsutil-py-path",
1935 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
1936 "--target",
1937 "Release",
1938 "--src-dir",
1939 "[SLAVE_BUILD]\\src",
1940 "--build-archive-url",
1941 "gs://chrome-perf/Win Builder/full-build-win32_dcdcdc0ff1122212323134879dd ceeb1240b0988.zip",
1942 "--master-name",
1943 "tryserver.chromium.perf",
1944 "--build-number",
1945 "571"
1946 ],
1947 "cwd": "[SLAVE_BUILD]",
1948 "name": "Working on revision chromium@dcdcdc0ff1.extract build",
1949 "~followup_annotations": [
1950 "@@@STEP_NEST_LEVEL@1@@@"
1951 ]
1952 },
1953 {
1954 "cmd": [
1955 "python",
1956 "-u",
1957 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
1958 "--target",
1959 "Release",
1960 "--factory-properties",
1961 "{\"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\": \" win_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"b uildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryse rver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dumm yslave\"}",
1962 "--build-properties",
1963 "{\"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\": \" win_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"b uildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryse rver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dumm yslave\"}",
1964 "--step-name=Performance Test 1 of 5",
1965 "--builder-name=win_perf_bisect",
1966 "--slave-name=dummyslave",
1967 "--build-number=571",
1968 "--run-python-script",
1969 "[SLAVE_BUILD]\\src\\tools\\perf\\run_benchmark",
1970 "-v",
1971 "--browser=release",
1972 "--output-format=valueset",
1973 "smoothness.tough_scrolling_cases",
1974 "--output-dir=[TMP_BASE]\\perf-test-output_tmp_11"
1975 ],
1976 "env": {
1977 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
1978 },
1979 "name": "Working on revision chromium@dcdcdc0ff1.Performance Test 1 of 5",
1980 "stderr": "/path/to/tmp/",
1981 "stdout": "/path/to/tmp/",
1982 "~followup_annotations": [
1983 "@@@STEP_NEST_LEVEL@1@@@",
1984 "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
1985 "@@@STEP_LOG_END@Captured Output@@@"
1986 ]
1987 },
1988 {
1989 "cmd": [
1990 "python",
1991 "-u",
1992 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
1993 "[TMP_BASE]\\perf-test-output_tmp_11\\results-valueset.json",
1994 "/path/to/tmp/json"
1995 ],
1996 "env": {
1997 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
1998 },
1999 "name": "Working on revision chromium@dcdcdc0ff1.Reading valueset results",
2000 "~followup_annotations": [
2001 "@@@STEP_NEST_LEVEL@1@@@",
2002 "@@@STEP_LOG_LINE@json.output@{@@@",
2003 "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
2004 "@@@STEP_LOG_LINE@json.output@}@@@",
2005 "@@@STEP_LOG_END@json.output@@@"
2006 ]
2007 },
2008 {
2009 "cmd": [
2010 "python",
2011 "-u",
2012 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
2013 "--target",
2014 "Release",
2015 "--factory-properties",
2016 "{\"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\": \" win_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"b uildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryse rver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dumm yslave\"}",
2017 "--build-properties",
2018 "{\"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\": \" win_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"b uildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryse rver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dumm yslave\"}",
2019 "--step-name=Performance Test 2 of 5",
2020 "--builder-name=win_perf_bisect",
2021 "--slave-name=dummyslave",
2022 "--build-number=571",
2023 "--run-python-script",
2024 "[SLAVE_BUILD]\\src\\tools\\perf\\run_benchmark",
2025 "-v",
2026 "--browser=release",
2027 "--output-format=valueset",
2028 "smoothness.tough_scrolling_cases",
2029 "--output-dir=[TMP_BASE]\\perf-test-output_tmp_12"
2030 ],
2031 "env": {
2032 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
2033 },
2034 "name": "Working on revision chromium@dcdcdc0ff1.Performance Test 2 of 5",
2035 "stderr": "/path/to/tmp/",
2036 "stdout": "/path/to/tmp/",
2037 "~followup_annotations": [
2038 "@@@STEP_NEST_LEVEL@1@@@",
2039 "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
2040 "@@@STEP_LOG_END@Captured Output@@@"
2041 ]
2042 },
2043 {
2044 "cmd": [
2045 "python",
2046 "-u",
2047 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
2048 "[TMP_BASE]\\perf-test-output_tmp_12\\results-valueset.json",
2049 "/path/to/tmp/json"
2050 ],
2051 "env": {
2052 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
2053 },
2054 "name": "Working on revision chromium@dcdcdc0ff1.Reading valueset results (2 )",
2055 "~followup_annotations": [
2056 "@@@STEP_NEST_LEVEL@1@@@",
2057 "@@@STEP_LOG_LINE@json.output@{@@@",
2058 "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
2059 "@@@STEP_LOG_LINE@json.output@}@@@",
2060 "@@@STEP_LOG_END@json.output@@@"
2061 ]
2062 },
2063 {
2064 "cmd": [
2065 "python",
2066 "-u",
2067 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
2068 "--target",
2069 "Release",
2070 "--factory-properties",
2071 "{\"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\": \" win_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"b uildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryse rver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dumm yslave\"}",
2072 "--build-properties",
2073 "{\"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\": \" win_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"b uildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryse rver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dumm yslave\"}",
2074 "--step-name=Performance Test 3 of 5",
2075 "--builder-name=win_perf_bisect",
2076 "--slave-name=dummyslave",
2077 "--build-number=571",
2078 "--run-python-script",
2079 "[SLAVE_BUILD]\\src\\tools\\perf\\run_benchmark",
2080 "-v",
2081 "--browser=release",
2082 "--output-format=valueset",
2083 "smoothness.tough_scrolling_cases",
2084 "--output-dir=[TMP_BASE]\\perf-test-output_tmp_13"
2085 ],
2086 "env": {
2087 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
2088 },
2089 "name": "Working on revision chromium@dcdcdc0ff1.Performance Test 3 of 5",
2090 "stderr": "/path/to/tmp/",
2091 "stdout": "/path/to/tmp/",
2092 "~followup_annotations": [
2093 "@@@STEP_NEST_LEVEL@1@@@",
2094 "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
2095 "@@@STEP_LOG_END@Captured Output@@@"
2096 ]
2097 },
2098 {
2099 "cmd": [
2100 "python",
2101 "-u",
2102 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
2103 "[TMP_BASE]\\perf-test-output_tmp_13\\results-valueset.json",
2104 "/path/to/tmp/json"
2105 ],
2106 "env": {
2107 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
2108 },
2109 "name": "Working on revision chromium@dcdcdc0ff1.Reading valueset results (3 )",
2110 "~followup_annotations": [
2111 "@@@STEP_NEST_LEVEL@1@@@",
2112 "@@@STEP_LOG_LINE@json.output@{@@@",
2113 "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
2114 "@@@STEP_LOG_LINE@json.output@}@@@",
2115 "@@@STEP_LOG_END@json.output@@@"
2116 ]
2117 },
2118 {
2119 "cmd": [
2120 "python",
2121 "-u",
2122 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
2123 "--target",
2124 "Release",
2125 "--factory-properties",
2126 "{\"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\": \" win_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"b uildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryse rver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dumm yslave\"}",
2127 "--build-properties",
2128 "{\"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\": \" win_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"b uildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryse rver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dumm yslave\"}",
2129 "--step-name=Performance Test 4 of 5",
2130 "--builder-name=win_perf_bisect",
2131 "--slave-name=dummyslave",
2132 "--build-number=571",
2133 "--run-python-script",
2134 "[SLAVE_BUILD]\\src\\tools\\perf\\run_benchmark",
2135 "-v",
2136 "--browser=release",
2137 "--output-format=valueset",
2138 "smoothness.tough_scrolling_cases",
2139 "--output-dir=[TMP_BASE]\\perf-test-output_tmp_14"
2140 ],
2141 "env": {
2142 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
2143 },
2144 "name": "Working on revision chromium@dcdcdc0ff1.Performance Test 4 of 5",
2145 "stderr": "/path/to/tmp/",
2146 "stdout": "/path/to/tmp/",
2147 "~followup_annotations": [
2148 "@@@STEP_NEST_LEVEL@1@@@",
2149 "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
2150 "@@@STEP_LOG_END@Captured Output@@@"
2151 ]
2152 },
2153 {
2154 "cmd": [
2155 "python",
2156 "-u",
2157 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
2158 "[TMP_BASE]\\perf-test-output_tmp_14\\results-valueset.json",
2159 "/path/to/tmp/json"
2160 ],
2161 "env": {
2162 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
2163 },
2164 "name": "Working on revision chromium@dcdcdc0ff1.Reading valueset results (4 )",
2165 "~followup_annotations": [
2166 "@@@STEP_NEST_LEVEL@1@@@",
2167 "@@@STEP_LOG_LINE@json.output@{@@@",
2168 "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
2169 "@@@STEP_LOG_LINE@json.output@}@@@",
2170 "@@@STEP_LOG_END@json.output@@@"
2171 ]
2172 },
2173 {
2174 "cmd": [
2175 "python",
2176 "-u",
2177 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
2178 "--target",
2179 "Release",
2180 "--factory-properties",
2181 "{\"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\": \" win_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"b uildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryse rver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dumm yslave\"}",
2182 "--build-properties",
2183 "{\"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\": \" win_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"b uildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryse rver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dumm yslave\"}",
2184 "--step-name=Performance Test 5 of 5",
2185 "--builder-name=win_perf_bisect",
2186 "--slave-name=dummyslave",
2187 "--build-number=571",
2188 "--run-python-script",
2189 "[SLAVE_BUILD]\\src\\tools\\perf\\run_benchmark",
2190 "-v",
2191 "--browser=release",
2192 "--output-format=valueset",
2193 "smoothness.tough_scrolling_cases",
2194 "--output-dir=[TMP_BASE]\\perf-test-output_tmp_15"
2195 ],
2196 "env": {
2197 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
2198 },
2199 "name": "Working on revision chromium@dcdcdc0ff1.Performance Test 5 of 5",
2200 "stderr": "/path/to/tmp/",
2201 "stdout": "/path/to/tmp/",
2202 "~followup_annotations": [
2203 "@@@STEP_NEST_LEVEL@1@@@",
2204 "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
2205 "@@@STEP_LOG_END@Captured Output@@@"
2206 ]
2207 },
2208 {
2209 "cmd": [
2210 "python",
2211 "-u",
2212 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
2213 "[TMP_BASE]\\perf-test-output_tmp_15\\results-valueset.json",
2214 "/path/to/tmp/json"
2215 ],
2216 "env": {
2217 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
2218 },
2219 "name": "Working on revision chromium@dcdcdc0ff1.Reading valueset results (5 )",
2220 "~followup_annotations": [
2221 "@@@STEP_NEST_LEVEL@1@@@",
2222 "@@@STEP_LOG_LINE@json.output@{@@@",
2223 "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
2224 "@@@STEP_LOG_LINE@json.output@}@@@",
2225 "@@@STEP_LOG_END@json.output@@@"
2226 ]
2227 },
2228 {
2229 "cmd": [
2230 "python",
2231 "-u",
2232 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
2233 "--target",
2234 "Release"
2235 ],
2236 "env": {
2237 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
2238 },
2239 "name": "Working on revision chromium@dcdcdc0ff1.process_dumps",
2240 "~followup_annotations": [
2241 "@@@STEP_NEST_LEVEL@1@@@"
2242 ]
2243 },
2244 {
2245 "cmd": [
2246 "python",
2247 "-u",
2248 "[SLAVE_BUILD]\\catapult\\tracing\\bin\\compare_samples",
2249 "",
2250 "",
2251 "mean_input_event_latency/mean_input_event_latency",
2252 "--valueset"
2253 ],
2254 "cwd": "[SLAVE_BUILD]",
2255 "name": "Working on revision chromium@dcdcdc0ff1.Compare samples",
2256 "stdout": "/path/to/tmp/json",
2257 "~followup_annotations": [
2258 "@@@STEP_NEST_LEVEL@1@@@",
2259 "@@@STEP_LOG_LINE@json.output@{@@@",
2260 "@@@STEP_LOG_LINE@json.output@ \"result\": true, @@@",
2261 "@@@STEP_LOG_LINE@json.output@ \"sample_a\": {@@@",
2262 "@@@STEP_LOG_LINE@json.output@ \"debug_values\": [@@@",
2263 "@@@STEP_LOG_LINE@json.output@ 0, @@@",
2264 "@@@STEP_LOG_LINE@json.output@ 0, @@@",
2265 "@@@STEP_LOG_LINE@json.output@ 0, @@@",
2266 "@@@STEP_LOG_LINE@json.output@ 0, @@@",
2267 "@@@STEP_LOG_LINE@json.output@ 0@@@",
2268 "@@@STEP_LOG_LINE@json.output@ ], @@@",
2269 "@@@STEP_LOG_LINE@json.output@ \"mean\": 0.0, @@@",
2270 "@@@STEP_LOG_LINE@json.output@ \"std_dev\": 0.0@@@",
2271 "@@@STEP_LOG_LINE@json.output@ }, @@@",
2272 "@@@STEP_LOG_LINE@json.output@ \"sample_b\": {@@@",
2273 "@@@STEP_LOG_LINE@json.output@ \"debug_values\": [@@@",
2274 "@@@STEP_LOG_LINE@json.output@ 19, @@@",
2275 "@@@STEP_LOG_LINE@json.output@ 20, @@@",
2276 "@@@STEP_LOG_LINE@json.output@ 21, @@@",
2277 "@@@STEP_LOG_LINE@json.output@ 22, @@@",
2278 "@@@STEP_LOG_LINE@json.output@ 23@@@",
2279 "@@@STEP_LOG_LINE@json.output@ ], @@@",
2280 "@@@STEP_LOG_LINE@json.output@ \"mean\": 21.0, @@@",
2281 "@@@STEP_LOG_LINE@json.output@ \"std_dev\": 1.4142135623730951@@@",
2282 "@@@STEP_LOG_LINE@json.output@ }@@@",
2283 "@@@STEP_LOG_LINE@json.output@}@@@",
2284 "@@@STEP_LOG_END@json.output@@@"
2285 ]
2286 },
2287 {
2288 "cmd": [
2289 "python",
2290 "-u",
2291 "[SLAVE_BUILD]\\catapult\\tracing\\bin\\compare_samples",
2292 "",
2293 "",
2294 "mean_input_event_latency/mean_input_event_latency",
2295 "--valueset"
2296 ],
2297 "cwd": "[SLAVE_BUILD]",
2298 "name": "Working on revision chromium@dcdcdc0ff1.Compare samples (2)",
2299 "stdout": "/path/to/tmp/json",
2300 "~followup_annotations": [
2301 "@@@STEP_NEST_LEVEL@1@@@",
2302 "@@@STEP_LOG_LINE@json.output@{@@@",
2303 "@@@STEP_LOG_LINE@json.output@ \"result\": \"needMoreData\", @@@",
2304 "@@@STEP_LOG_LINE@json.output@ \"sample_a\": {@@@",
2305 "@@@STEP_LOG_LINE@json.output@ \"debug_values\": [@@@",
2306 "@@@STEP_LOG_LINE@json.output@ 0, @@@",
2307 "@@@STEP_LOG_LINE@json.output@ 0, @@@",
2308 "@@@STEP_LOG_LINE@json.output@ 0, @@@",
2309 "@@@STEP_LOG_LINE@json.output@ 0, @@@",
2310 "@@@STEP_LOG_LINE@json.output@ 0@@@",
2311 "@@@STEP_LOG_LINE@json.output@ ], @@@",
2312 "@@@STEP_LOG_LINE@json.output@ \"mean\": 0.0, @@@",
2313 "@@@STEP_LOG_LINE@json.output@ \"std_dev\": 0.0@@@",
2314 "@@@STEP_LOG_LINE@json.output@ }, @@@",
2315 "@@@STEP_LOG_LINE@json.output@ \"sample_b\": {@@@",
2316 "@@@STEP_LOG_LINE@json.output@ \"debug_values\": [@@@",
2317 "@@@STEP_LOG_LINE@json.output@ 0, @@@",
2318 "@@@STEP_LOG_LINE@json.output@ 0, @@@",
2319 "@@@STEP_LOG_LINE@json.output@ 0, @@@",
2320 "@@@STEP_LOG_LINE@json.output@ 0, @@@",
2321 "@@@STEP_LOG_LINE@json.output@ 0@@@",
2322 "@@@STEP_LOG_LINE@json.output@ ], @@@",
2323 "@@@STEP_LOG_LINE@json.output@ \"mean\": 0.0, @@@",
2324 "@@@STEP_LOG_LINE@json.output@ \"std_dev\": 0.0@@@",
2325 "@@@STEP_LOG_LINE@json.output@ }@@@",
2326 "@@@STEP_LOG_LINE@json.output@}@@@",
2327 "@@@STEP_LOG_END@json.output@@@"
2328 ]
2329 },
2330 {
2331 "cmd": [],
2332 "cwd": "[SLAVE_BUILD]",
2333 "name": "Check bisect finished on revision chromium@dcdcdc0ff1"
2334 },
2335 {
2336 "cmd": [
2337 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
2338 "show",
2339 "--name-only",
2340 "--pretty=format:",
2341 "dcdcdc0ff1122212323134879ddceeb1240b0988"
2342 ],
2343 "cwd": "[SLAVE_BUILD]\\src",
2344 "name": "Check bisect finished on revision chromium@dcdcdc0ff1.Checking DEPS for dcdcdc0ff1122212323134879ddceeb1240b0988",
2345 "stdout": "/path/to/tmp/",
2346 "~followup_annotations": [
2347 "@@@STEP_NEST_LEVEL@1@@@"
2348 ]
2349 },
2350 {
2351 "cmd": [],
2352 "cwd": "[SLAVE_BUILD]",
2353 "name": "Debug Info",
2354 "~followup_annotations": [
2355 "@@@STEP_LOG_LINE@Debug Info@bisector.lkgr: RevisionState(rev=chromium@a62 98e4afe, mean_value=21.0, std_dev=3.1622776601683795)@@@",
2356 "@@@STEP_LOG_LINE@Debug Info@bisector.fkbr: RevisionState(rev=chromium@003 16c9ddf, mean_value=0.0, std_dev=0.0)@@@",
2357 "@@@STEP_LOG_LINE@Debug Info@@@@",
2358 "@@@STEP_LOG_LINE@Debug Info@Revision Values @@@",
2359 "@@@STEP_LOG_LINE@Debug Info@chromium@a6298e4afe[19, 20, 21, 22, 23]@@@",
2360 "@@@STEP_LOG_LINE@Debug Info@chromium@dcdcdc0ff1[0, 0, 0, 0, 0]@@@",
2361 "@@@STEP_LOG_LINE@Debug Info@chromium@00316c9ddf[0, 0, 0, 0, 0]@@@",
2362 "@@@STEP_LOG_LINE@Debug Info@LKGR values: [19, 20, 21, 22, 23]@@@",
2363 "@@@STEP_LOG_LINE@Debug Info@FKBR values: [0, 0, 0, 0, 0]@@@",
2364 "@@@STEP_LOG_END@Debug Info@@@"
2365 ]
2366 },
2367 {
2368 "cmd": [
2369 "python",
2370 "-u",
2371 "RECIPE_MODULE[build::auto_bisect]\\resources\\fetch_revision_info.py",
2372 "dcdcdc0ff1122212323134879ddceeb1240b0988",
2373 "chromium"
2374 ],
2375 "cwd": "[SLAVE_BUILD]",
2376 "name": "Reading culprit cl information.",
2377 "stdout": "/path/to/tmp/json",
2378 "~followup_annotations": [
2379 "@@@STEP_LOG_LINE@json.output@{@@@",
2380 "@@@STEP_LOG_LINE@json.output@ \"author\": \"DummyAuthor\", @@@",
2381 "@@@STEP_LOG_LINE@json.output@ \"body\": \"A long description for a CL.\\ nContaining multiple lines\", @@@",
2382 "@@@STEP_LOG_LINE@json.output@ \"date\": \"01/01/2015\", @@@",
2383 "@@@STEP_LOG_LINE@json.output@ \"email\": \"dummy@nowhere.com\", @@@",
2384 "@@@STEP_LOG_LINE@json.output@ \"subject\": \"Some random CL\"@@@",
2385 "@@@STEP_LOG_LINE@json.output@}@@@",
2386 "@@@STEP_LOG_END@json.output@@@"
2387 ]
2388 },
2389 {
2390 "cmd": [
2391 "python",
2392 "-u",
2393 "RECIPE_MODULE[build::perf_dashboard]\\resources\\post_json.py"
2394 ],
2395 "cwd": "[SLAVE_BUILD]",
2396 "name": "Post bisect results",
2397 "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"00316c9d dfb9d7b4e1ed2fff9fe6d964d2111111\", \"bisect_bot\": \"win_perf_tester\", \"bug_i d\": \"-1\", \"buildbot_log_url\": \"http://build.chromium.org/p/chromium/builde rs/win_perf_bisect/builds/571\", \"change\": \"100.00%\", \"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\": 3.1622776601683795, \"values\": [19, 20, 21, 22, 23]}, {\"commit_hash\": \"dcdcdc0ff1122212323134879ddceeb1240b0988\", \"dep ot_name\": \"chromium\", \"mean_value\": 0.0, \"result\": \"bad\", \"revision_st ring\": \"chromium@dcdcdc0ff1\", \"std_dev\": 0.0, \"values\": [0, 0, 0, 0, 0]}, {\"commit_hash\": \"00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111\", \"depot_name\": \"chromium\", \"mean_value\": 0.0, \"result\": \"bad\", \"revision_string\": \" chromium@00316c9ddf\", \"std_dev\": 0.0, \"values\": [0, 0, 0, 0, 0]}], \"status \": \"completed\", \"test_type\": \"perf\", \"try_job_id\": null, \"warnings\": []}, \"url\": \"https://chromeperf.appspot.com/post_bisect_results\"}",
2398 "stdout": "/path/to/tmp/json",
2399 "~followup_annotations": [
2400 "@@@STEP_TEXT@Failed to upload result to Perf Dashboard. Error response: N one@@@",
2401 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
2402 "@@@STEP_LOG_END@json.output (invalid)@@@",
2403 "@@@STEP_FAILURE@@@"
2404 ]
2405 },
2406 {
2407 "cmd": [
2408 "python",
2409 "-u",
2410 "RECIPE_MODULE[build::auto_bisect]\\resources\\fetch_revision_info.py",
2411 "dcdcdc0ff1122212323134879ddceeb1240b0988",
2412 "chromium"
2413 ],
2414 "cwd": "[SLAVE_BUILD]",
2415 "name": "Reading culprit cl information. (2)",
2416 "stdout": "/path/to/tmp/json",
2417 "~followup_annotations": [
2418 "@@@STEP_LOG_LINE@json.output@{@@@",
2419 "@@@STEP_LOG_LINE@json.output@ \"author\": \"DummyAuthor\", @@@",
2420 "@@@STEP_LOG_LINE@json.output@ \"body\": \"A long description for a CL.\\ nContaining multiple lines\", @@@",
2421 "@@@STEP_LOG_LINE@json.output@ \"date\": \"01/01/2015\", @@@",
2422 "@@@STEP_LOG_LINE@json.output@ \"email\": \"dummy@nowhere.com\", @@@",
2423 "@@@STEP_LOG_LINE@json.output@ \"subject\": \"Some random CL\"@@@",
2424 "@@@STEP_LOG_LINE@json.output@}@@@",
2425 "@@@STEP_LOG_END@json.output@@@"
2426 ]
2427 },
2428 {
2429 "cmd": [
2430 "python",
2431 "-u",
2432 "RECIPE_MODULE[build::perf_dashboard]\\resources\\post_json.py"
2433 ],
2434 "cwd": "[SLAVE_BUILD]",
2435 "name": "Post bisect results (2)",
2436 "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"00316c9d dfb9d7b4e1ed2fff9fe6d964d2111111\", \"bisect_bot\": \"win_perf_tester\", \"bug_i d\": \"-1\", \"buildbot_log_url\": \"http://build.chromium.org/p/chromium/builde rs/win_perf_bisect/builds/571\", \"change\": \"100.00%\", \"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\": 3.1622776601683795, \"values\": [19, 20, 21, 22, 23]}, {\"commit_hash\": \"dcdcdc0ff1122212323134879ddceeb1240b0988\", \"dep ot_name\": \"chromium\", \"mean_value\": 0.0, \"result\": \"bad\", \"revision_st ring\": \"chromium@dcdcdc0ff1\", \"std_dev\": 0.0, \"values\": [0, 0, 0, 0, 0]}, {\"commit_hash\": \"00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111\", \"depot_name\": \"chromium\", \"mean_value\": 0.0, \"result\": \"bad\", \"revision_string\": \" chromium@00316c9ddf\", \"std_dev\": 0.0, \"values\": [0, 0, 0, 0, 0]}], \"status \": \"completed\", \"test_type\": \"perf\", \"try_job_id\": null, \"warnings\": []}, \"url\": \"https://chromeperf.appspot.com/post_bisect_results\"}",
2437 "stdout": "/path/to/tmp/json",
2438 "~followup_annotations": [
2439 "@@@STEP_TEXT@Failed to upload result to Perf Dashboard. Error response: N one@@@",
2440 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
2441 "@@@STEP_LOG_END@json.output (invalid)@@@",
2442 "@@@STEP_WARNINGS@@@"
2443 ]
2444 },
2445 {
2446 "name": "$result",
2447 "reason": "Failed to upload result to Perf Dashboard. Error response: None",
2448 "recipe_result": null,
2449 "status_code": 1
2450 }
2451 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698