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