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