| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.chromium.perf", | 8 "tryserver.chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_perf_bisect", | 10 "linux_perf_bisect", |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 "@@@STEP_LOG_LINE@json.output@ \"metric\": \"dummy/dummy\", @@@", | 212 "@@@STEP_LOG_LINE@json.output@ \"metric\": \"dummy/dummy\", @@@", |
| 213 "@@@STEP_LOG_LINE@json.output@ \"repeat_count\": \"1\", @@@", | 213 "@@@STEP_LOG_LINE@json.output@ \"repeat_count\": \"1\", @@@", |
| 214 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"ia32\", @@@", | 214 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"ia32\", @@@", |
| 215 "@@@STEP_LOG_LINE@json.output@ \"truncate_percent\": \"25\"@@@", | 215 "@@@STEP_LOG_LINE@json.output@ \"truncate_percent\": \"25\"@@@", |
| 216 "@@@STEP_LOG_LINE@json.output@}@@@", | 216 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 217 "@@@STEP_LOG_END@json.output@@@" | 217 "@@@STEP_LOG_END@json.output@@@" |
| 218 ] | 218 ] |
| 219 }, | 219 }, |
| 220 { | 220 { |
| 221 "cmd": [ | 221 "cmd": [ |
| 222 "python", | 222 "/opt/infra-tools/buildbucket", |
| 223 "-u", | 223 "put", |
| 224 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 224 "--host", |
| 225 "--show-path", | 225 "cr-buildbucket.appspot.com", |
| 226 "python", | 226 "--service-account-json", |
| 227 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 227 "/creds/service_accounts/service-account-chromium_bisect.json", |
| 228 "{\"bucket\": \"master.tryserver.chromium.perf\", \"client_operation_id\":
\"5dd56e584c4846acb4c2f7c6b476b3ef\", \"parameters_json\": \"{\\\"buildername\\
\": \\\"linux_perf_bisect_builder\\\", \\\"properties\\\": {\\\"build_archive_ur
l\\\": \\\"gs://chrome-perf-tryjob/Linux Builder/full-build-linuxNone.zip\\\", \
\\"clobber\\\": true, \\\"parent_got_revision\\\": \\\"None\\\"}}\", \"tags\": [
\"master:tryserver.chromium.perf\", \"user_agent:recipe\"]}" |
| 228 ], | 229 ], |
| 229 "name": "cleanup_temp" | 230 "name": "buildbucket.put", |
| 230 }, | 231 "stdout": "/path/to/tmp/json", |
| 231 { | |
| 232 "cmd": [ | |
| 233 "python", | |
| 234 "-u", | |
| 235 "\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", | |
| 236 "[SLAVE_BUILD]/src/out/Release" | |
| 237 ], | |
| 238 "name": "rmtree build directory", | |
| 239 "~followup_annotations": [ | 232 "~followup_annotations": [ |
| 240 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 241 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | |
| 242 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | |
| 243 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 244 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 245 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | |
| 246 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | |
| 247 "@@@STEP_LOG_END@python.inline@@@" | |
| 248 ] | |
| 249 }, | |
| 250 { | |
| 251 "cmd": [ | |
| 252 "python", | |
| 253 "-u", | |
| 254 "[SLAVE_BUILD]/src/tools/mb/mb.py", | |
| 255 "gen", | |
| 256 "-m", | |
| 257 "tryserver.chromium.perf", | |
| 258 "-b", | |
| 259 "linux_perf_bisect", | |
| 260 "--config-file", | |
| 261 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | |
| 262 "--goma-dir", | |
| 263 "[CACHE]/cipd/goma", | |
| 264 "//out/Release" | |
| 265 ], | |
| 266 "env": { | |
| 267 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | |
| 268 }, | |
| 269 "name": "generate_build_files (with patch)" | |
| 270 }, | |
| 271 { | |
| 272 "cmd": [ | |
| 273 "python", | |
| 274 "-u", | |
| 275 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 276 "--show-path", | |
| 277 "python", | |
| 278 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | |
| 279 "--gsutil-py-path", | |
| 280 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | |
| 281 "--ninja-path", | |
| 282 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | |
| 283 "--target", | |
| 284 "Release", | |
| 285 "--src-dir", | |
| 286 "[SLAVE_BUILD]/src", | |
| 287 "--goma-cache-dir", | |
| 288 "[GOMA_CACHE]", | |
| 289 "--build-tool", | |
| 290 "ninja", | |
| 291 "--compiler", | |
| 292 "goma", | |
| 293 "--goma-jsonstatus", | |
| 294 "/path/to/tmp/json", | |
| 295 "--goma-service-account-json-file", | |
| 296 "/creds/service_accounts/service-account-goma-client.json", | |
| 297 "--mode", | |
| 298 "official", | |
| 299 "--goma-dir", | |
| 300 "[CACHE]/cipd/goma", | |
| 301 "--goma-hermetic", | |
| 302 "fallback", | |
| 303 "--goma-fail-fast", | |
| 304 "--goma-disable-local-fallback", | |
| 305 "--", | |
| 306 "chromium_builder_perf" | |
| 307 ], | |
| 308 "env": { | |
| 309 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | |
| 310 }, | |
| 311 "name": "compile (with patch)", | |
| 312 "~followup_annotations": [ | |
| 313 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | |
| 314 "@@@STEP_LOG_END@json.output (invalid)@@@" | |
| 315 ] | |
| 316 }, | |
| 317 { | |
| 318 "cmd": [ | |
| 319 "python", | |
| 320 "-u", | |
| 321 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 322 "--target", | |
| 323 "Release", | |
| 324 "--xvfb", | |
| 325 "--factory-properties", | |
| 326 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"
issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\
": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisecti
on/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.
org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\"
, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavenam
e\"}", | |
| 327 "--build-properties", | |
| 328 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"
issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\
": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisecti
on/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.
org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\"
, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavenam
e\"}", | |
| 329 "--step-name=Performance Test (With Patch) 1 of 1", | |
| 330 "--builder-name=linux_perf_bisect", | |
| 331 "--slave-name=TestSlavename", | |
| 332 "--build-number=571", | |
| 333 "--run-python-script", | |
| 334 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", | |
| 335 "-v", | |
| 336 "--browser=release", | |
| 337 "sunspider", | |
| 338 "--reset-results", | |
| 339 "--upload-results", | |
| 340 "--results-label=Patch" | |
| 341 ], | |
| 342 "name": "Performance Test (With Patch) 1 of 1", | |
| 343 "stderr": "/path/to/tmp/", | |
| 344 "stdout": "/path/to/tmp/", | |
| 345 "~followup_annotations": [ | |
| 346 "@@@STEP_LOG_LINE@Captured Output@*RESULT dummy: dummy= [5.83,6.013,5.573]
ms@@@", | |
| 347 "@@@STEP_LOG_LINE@Captured Output@Avg dummy: 5.907711ms@@@", | |
| 348 "@@@STEP_LOG_LINE@Captured Output@Sd dummy: 0.255921ms@@@", | |
| 349 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result
s: num_failed= 0 count@@@", | |
| 350 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result
s: num_errored= 0 count@@@", | |
| 351 "@@@STEP_LOG_LINE@Captured Output@@@@", | |
| 352 "@@@STEP_LOG_LINE@Captured Output@View online at http://storage.googleapis
.com/chromium-telemetry/html-results/results-with_patch@@@", | |
| 353 "@@@STEP_LOG_END@Captured Output@@@" | |
| 354 ] | |
| 355 }, | |
| 356 { | |
| 357 "cmd": [ | |
| 358 "python", | |
| 359 "-u", | |
| 360 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | |
| 361 "--master", | |
| 362 "tryserver.chromium.perf", | |
| 363 "--builder", | |
| 364 "linux_perf_bisect", | |
| 365 "--slave", | |
| 366 "TestSlavename", | |
| 367 "--spec", | |
| 368 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'llvm_url': 'svn://svn-mirror.golo.ch
romium.org/llvm-project', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/nati
ve_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)
s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_fil
e': 'DEPS', 'managed': False, 'name': 'src', 'url': 'svn://svn-mirror.golo.chrom
ium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/data/firefox2_prof
ile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, '
src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/test/dat
a/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/chrome/
test/data/perf/frame_rate/private': None, 'src/chrome/test/data/plugin': None, '
src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery': None, 'src/data
/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_test': None, 'src/d
ata/mozilla_js_tests': None, 'src/data/selenium_core': None, 'src/data/tab_switc
hing': None, 'src/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder
': None, 'src/webkit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugin
s': None, 'src/webkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed':
False, 'name': 'src-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome
-internal/trunk/src-internal'}]", | |
| 369 "--root", | |
| 370 "src", | |
| 371 "--revision_mapping_file", | |
| 372 "{\"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\"}", | |
| 373 "--git-cache-dir", | |
| 374 "[GIT_CACHE]", | |
| 375 "--rietveld_server", | |
| 376 "https://codereview.chromium.org", | |
| 377 "--output_json", | |
| 378 "/path/to/tmp/json", | |
| 379 "--revision", | |
| 380 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 381 "--force", | |
| 382 "--output_manifest" | |
| 383 ], | |
| 384 "env": { | |
| 385 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 386 }, | |
| 387 "name": "bot_update (without patch)", | |
| 388 "~followup_annotations": [ | |
| 389 "@@@STEP_TEXT@Some step text@@@", | |
| 390 "@@@STEP_LOG_LINE@json.output@{@@@", | 233 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 391 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 234 "@@@STEP_LOG_LINE@json.output@ \"results\": [@@@", |
| 392 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 235 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 393 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4
ebd0fe58cb9\"@@@", | 236 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", |
| 394 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 237 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"user.username\", @@@", |
| 395 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | 238 "@@@STEP_LOG_LINE@json.output@ \"created_by\": \"user:username@exam
ple.com\", @@@", |
| 396 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", | 239 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"1459200369835900\"
, @@@", |
| 397 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
.git\", @@@", | 240 "@@@STEP_LOG_LINE@json.output@ \"id\": \"9016911228971028736\", @@@
", |
| 398 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", | 241 "@@@STEP_LOG_LINE@json.output@ \"parameters_json\": \"{\\\"This_has
_been\\\": \\\"removed\\\"}\", @@@", |
| 399 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 242 "@@@STEP_LOG_LINE@json.output@ \"result_details_json\": \"null\", @
@@", |
| 400 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@", | 243 "@@@STEP_LOG_LINE@json.output@ \"status\": \"SCHEDULED\", @@@", |
| 401 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/buildtools.git\", @@@", | 244 "@@@STEP_LOG_LINE@json.output@ \"status_changed_ts\": \"14592003698
35930\", @@@", |
| 402 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635
3cb994259692140934\"@@@", | 245 "@@@STEP_LOG_LINE@json.output@ \"updated_ts\": \"1459200369835940\"
, @@@", |
| 403 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 246 "@@@STEP_LOG_LINE@json.output@ \"utcnow_ts\": \"1459200369962370\"@
@@", |
| 404 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@", | 247 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 405 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/native_client.git\", @@@", | 248 "@@@STEP_LOG_LINE@json.output@ \"etag\": \"\\\"8uCIh8TRuYs4vPN3iWmly9
SJMqw\\\"\", @@@", |
| 406 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26
9b7982aeeefc1b9b50\"@@@", | 249 "@@@STEP_LOG_LINE@json.output@ \"kind\": \"buildbucket#resourcesItem\
"@@@", |
| 407 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 408 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@", | |
| 409 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/third_party/angle.git\", @@@", | |
| 410 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a
728eb85b8d7bc6080c\"@@@", | |
| 411 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 412 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc\": {@@@", | |
| 413 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/third_party/webrtc.git\", @@@", | |
| 414 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0f90628433546e61d92685
96da93418c623137f4\"@@@", | |
| 415 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 416 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client\": {@@@", | |
| 417 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/tools/swarming_client.git\", @@@", | |
| 418 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a0ee5d99f1d4b38ddaa4c7
59c837980b63b99566\"@@@", | |
| 419 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 420 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@", | |
| 421 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/v8.git\", @@@", | |
| 422 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a
35f03975671d43e399\"@@@", | |
| 423 "@@@STEP_LOG_LINE@json.output@ }@@@", | 250 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 424 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 251 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 425 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | |
| 426 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | |
| 427 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | |
| 428 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision\": \"fac9503c46405f
77757b9a728eb85b8d7bc6080c\", @@@", | |
| 429 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision_cp\": \"refs/heads/
master@{#297276}\", @@@", | |
| 430 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision\": \"f0319a328
b2809876916353cb994259692140934\", @@@", | |
| 431 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision_cp\": \"refs/h
eads/master@{#182578}\", @@@", | |
| 432 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | |
| 433 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | |
| 434 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee
3e86ddfd4ebd0fe58cb9\", @@@", | |
| 435 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master
@{#170242}\", @@@", | |
| 436 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision\": \"a0ee
5d99f1d4b38ddaa4c759c837980b63b99566\", @@@", | |
| 437 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision_cp\": \"r
efs/heads/master@{#276089}\", @@@", | |
| 438 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision\": \"801ada225ddc271c1
32c3a35f03975671d43e399\", @@@", | |
| 439 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/mas
ter@{#43426}\", @@@", | |
| 440 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision\": \"0f90628433546
e61d9268596da93418c623137f4\", @@@", | |
| 441 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision_cp\": \"refs/heads
/master@{#120644}\"@@@", | |
| 442 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 443 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | |
| 444 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | |
| 445 "@@@STEP_LOG_LINE@json.output@}@@@", | 252 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 446 "@@@STEP_LOG_END@json.output@@@" | 253 "@@@STEP_LOG_END@json.output@@@" |
| 447 ] | 254 ] |
| 448 }, | 255 }, |
| 449 { | 256 { |
| 450 "cmd": [ | 257 "cmd": [ |
| 451 "python", | 258 "/opt/infra-tools/buildbucket", |
| 452 "-u", | 259 "get", |
| 453 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 260 "--host", |
| 454 "runhooks" | 261 "cr-buildbucket.appspot.com", |
| 262 "9016911228971028736" |
| 455 ], | 263 ], |
| 456 "cwd": "[SLAVE_BUILD]/src", | 264 "name": "buildbucket.get", |
| 457 "env": { | |
| 458 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 459 "GYP_CHROMIUM_NO_ACTION": "1", | |
| 460 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", | |
| 461 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 462 }, | |
| 463 "name": "gclient runhooks (without patch)" | |
| 464 }, | |
| 465 { | |
| 466 "cmd": [ | |
| 467 "python", | |
| 468 "-u", | |
| 469 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 470 "--show-path", | |
| 471 "python", | |
| 472 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | |
| 473 ], | |
| 474 "name": "cleanup_temp (2)" | |
| 475 }, | |
| 476 { | |
| 477 "cmd": [ | |
| 478 "python", | |
| 479 "-u", | |
| 480 "[SLAVE_BUILD]/src/tools/mb/mb.py", | |
| 481 "gen", | |
| 482 "-m", | |
| 483 "tryserver.chromium.perf", | |
| 484 "-b", | |
| 485 "linux_perf_bisect", | |
| 486 "--config-file", | |
| 487 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | |
| 488 "--goma-dir", | |
| 489 "[CACHE]/cipd/goma", | |
| 490 "//out/Release" | |
| 491 ], | |
| 492 "env": { | |
| 493 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | |
| 494 }, | |
| 495 "name": "generate_build_files Without Patch" | |
| 496 }, | |
| 497 { | |
| 498 "cmd": [ | |
| 499 "python", | |
| 500 "-u", | |
| 501 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 502 "--show-path", | |
| 503 "python", | |
| 504 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | |
| 505 "--gsutil-py-path", | |
| 506 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | |
| 507 "--ninja-path", | |
| 508 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | |
| 509 "--target", | |
| 510 "Release", | |
| 511 "--src-dir", | |
| 512 "[SLAVE_BUILD]/src", | |
| 513 "--goma-cache-dir", | |
| 514 "[GOMA_CACHE]", | |
| 515 "--build-tool", | |
| 516 "ninja", | |
| 517 "--compiler", | |
| 518 "goma", | |
| 519 "--goma-jsonstatus", | |
| 520 "/path/to/tmp/json", | |
| 521 "--goma-service-account-json-file", | |
| 522 "/creds/service_accounts/service-account-goma-client.json", | |
| 523 "--mode", | |
| 524 "official", | |
| 525 "--goma-dir", | |
| 526 "[CACHE]/cipd/goma", | |
| 527 "--goma-hermetic", | |
| 528 "fallback", | |
| 529 "--goma-fail-fast", | |
| 530 "--goma-disable-local-fallback", | |
| 531 "--", | |
| 532 "chromium_builder_perf" | |
| 533 ], | |
| 534 "env": { | |
| 535 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | |
| 536 }, | |
| 537 "name": "compile Without Patch", | |
| 538 "~followup_annotations": [ | |
| 539 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | |
| 540 "@@@STEP_LOG_END@json.output (invalid)@@@" | |
| 541 ] | |
| 542 }, | |
| 543 { | |
| 544 "cmd": [ | |
| 545 "python", | |
| 546 "-u", | |
| 547 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 548 "--target", | |
| 549 "Release", | |
| 550 "--xvfb", | |
| 551 "--factory-properties", | |
| 552 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"
issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\
": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisecti
on/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.
org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\"
, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavenam
e\"}", | |
| 553 "--build-properties", | |
| 554 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"
issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\
": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisecti
on/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.
org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\"
, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavenam
e\"}", | |
| 555 "--step-name=Performance Test (Without Patch) 1 of 1", | |
| 556 "--builder-name=linux_perf_bisect", | |
| 557 "--slave-name=TestSlavename", | |
| 558 "--build-number=571", | |
| 559 "--run-python-script", | |
| 560 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", | |
| 561 "-v", | |
| 562 "--browser=release", | |
| 563 "sunspider", | |
| 564 "--upload-results", | |
| 565 "--results-label=TOT" | |
| 566 ], | |
| 567 "name": "Performance Test (Without Patch) 1 of 1", | |
| 568 "stderr": "/path/to/tmp/", | |
| 569 "stdout": "/path/to/tmp/", | |
| 570 "~followup_annotations": [ | |
| 571 "@@@STEP_LOG_LINE@Captured Output@*RESULT dummy: dummy= [5.83,6.013,5.573]
ms@@@", | |
| 572 "@@@STEP_LOG_LINE@Captured Output@Avg dummy: 5.907711ms@@@", | |
| 573 "@@@STEP_LOG_LINE@Captured Output@Sd dummy: 0.255921ms@@@", | |
| 574 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result
s: num_failed= 0 count@@@", | |
| 575 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result
s: num_errored= 0 count@@@", | |
| 576 "@@@STEP_LOG_LINE@Captured Output@@@@", | |
| 577 "@@@STEP_LOG_LINE@Captured Output@View online at http://storage.googleapis
.com/chromium-telemetry/html-results/results-without_patch@@@", | |
| 578 "@@@STEP_LOG_END@Captured Output@@@" | |
| 579 ] | |
| 580 }, | |
| 581 { | |
| 582 "cmd": [], | |
| 583 "name": "Results", | |
| 584 "~followup_annotations": [ | |
| 585 "@@@STEP_TEXT@", | |
| 586 "===== PERF TRY JOB RESULTS =====", | |
| 587 "Test Command: src/tools/perf/run_benchmark -v --browser=release sunspider
", | |
| 588 "Test Metric: dummy/dummy", | |
| 589 "Relative Change: 0.00000%", | |
| 590 "Standard Error: +- 0.18047 delta", | |
| 591 "Revision Mean Std.Error", | |
| 592 "Patch 5.805333333330.127614436662", | |
| 593 "No Patch 5.805333333330.127614436662", | |
| 594 "@@@", | |
| 595 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr
y/html-results/results-without_patch@@@" | |
| 596 ] | |
| 597 }, | |
| 598 { | |
| 599 "cmd": [ | |
| 600 "python", | |
| 601 "-u", | |
| 602 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" | |
| 603 ], | |
| 604 "name": "Post bisect results", | |
| 605 "stdin": "{\"data\": {\"bisect_bot\": \"linux_perf_bisect\", \"buildbot_log_
url\": \"http://c.org/p/cr/builders/linux_perf_bisect/builds/571\", \"change\":
0.0, \"cloud_link\": \"http://storage.googleapis.com/chromium-telemetry/html-res
ults/results-without_patch\", \"command\": \"src/tools/perf/run_benchmark -v --b
rowser=release sunspider\", \"metric\": \"dummy/dummy\", \"profiler_links\": [],
\"result\": \"Revision Mean Std.Error\\nPatch 5.805333333330.12
7614436662\\nNo Patch 5.805333333330.127614436662\", \"status\": \"completed\
", \"std_err\": 0.1804740670813644, \"try_job_id\": null}, \"url\": \"https://ch
romeperf.appspot.com/post_bisect_results\"}", | |
| 606 "stdout": "/path/to/tmp/json", | 265 "stdout": "/path/to/tmp/json", |
| 607 "~followup_annotations": [ | 266 "~followup_annotations": [ |
| 608 "@@@STEP_LOG_LINE@json.output@{@@@", | 267 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 609 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", | 268 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"master.tryserver.chromium.pe
rf\", @@@", |
| 269 "@@@STEP_LOG_LINE@json.output@ \"id\": \"9009962699124567824\", @@@", |
| 270 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@", |
| 271 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\", @@@", |
| 272 "@@@STEP_LOG_LINE@json.output@ \"status_changed_utc\": \"Mon Jun 13 19:32
:37 2016\", @@@", |
| 273 "@@@STEP_LOG_LINE@json.output@ \"updated_utc\": \"Mon Jun 13 19:32:37 201
6\", @@@", |
| 274 "@@@STEP_LOG_LINE@json.output@ \"url\": \"http://build.chromium.org/p/try
server.chromium.perf/builders/linux_perf_bisect/builds/6537\", @@@", |
| 275 "@@@STEP_LOG_LINE@json.output@ \"utcnow_utc\": \"Tue Jun 21 21:33:56 2016
\"@@@", |
| 610 "@@@STEP_LOG_LINE@json.output@}@@@", | 276 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 611 "@@@STEP_LOG_END@json.output@@@" | 277 "@@@STEP_LOG_END@json.output@@@" |
| 612 ] | 278 ] |
| 613 }, | 279 }, |
| 614 { | 280 { |
| 615 "name": "$result", | 281 "name": "$result", |
| 616 "recipe_result": null, | 282 "reason": "Build 9016911228971028736 fails", |
| 617 "status_code": 0 | 283 "status_code": 1 |
| 618 } | 284 } |
| 619 ] | 285 ] |
| OLD | NEW |