| 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 "--master-name", | 253 "--master-name", |
| 254 "tryserver.chromium.perf", | 254 "tryserver.chromium.perf", |
| 255 "--build-number", | 255 "--build-number", |
| 256 "571" | 256 "571" |
| 257 ], | 257 ], |
| 258 "cwd": "[SLAVE_BUILD]", | 258 "cwd": "[SLAVE_BUILD]", |
| 259 "name": "extract build" | 259 "name": "extract build" |
| 260 }, | 260 }, |
| 261 { | 261 { |
| 262 "cmd": [ | 262 "cmd": [ |
| 263 "xvfb-run", | 263 "python", |
| 264 "-a", | 264 "-u", |
| 265 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 266 "--target", |
| 267 "Release", |
| 268 "--xvfb", |
| 269 "--factory-properties", |
| 270 "{\"bisect_config\": {\"bug_id\": \"425582\", \"builder_host\": \"master4.
golo.chromium.org\", \"builder_port\": \"8341\", \"command\": \"./tools/perf/run
_benchmark -v --browser=release page_cycler.intl_ar_fa_he\", \"gs_bucket\": \"ch
rome-perf\", \"max_time_minutes\": \"5\", \"metric\": \"warm_times/page_load_tim
e\", \"repeat_count\": \"2\", \"test_type\": \"perf\", \"truncate_percent\": \"2
5\"}, \"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"br
anch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"is
sue\": 12853011, \"job_name\": \"f7a7b4135624439cbd27fdd5133d74ec\", \"masternam
e\": \"tryserver.chromium.perf\", \"parent_build_archive_url\": \"gs://test-doma
in/test-archive.zip\", \"parent_got_revision\": \"1111111\", \"patch_project\":
\"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisection/
desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org
\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \
"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"
}", |
| 271 "--build-properties", |
| 272 "{\"bisect_config\": {\"bug_id\": \"425582\", \"builder_host\": \"master4.
golo.chromium.org\", \"builder_port\": \"8341\", \"command\": \"./tools/perf/run
_benchmark -v --browser=release page_cycler.intl_ar_fa_he\", \"gs_bucket\": \"ch
rome-perf\", \"max_time_minutes\": \"5\", \"metric\": \"warm_times/page_load_tim
e\", \"repeat_count\": \"2\", \"test_type\": \"perf\", \"truncate_percent\": \"2
5\"}, \"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"br
anch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"is
sue\": 12853011, \"job_name\": \"f7a7b4135624439cbd27fdd5133d74ec\", \"masternam
e\": \"tryserver.chromium.perf\", \"parent_build_archive_url\": \"gs://test-doma
in/test-archive.zip\", \"parent_got_revision\": \"1111111\", \"patch_project\":
\"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisection/
desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org
\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \
"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"
}", |
| 273 "--step-name=Performance Test 1 of 2", |
| 274 "--builder-name=linux_perf_bisect", |
| 275 "--slave-name=TestSlavename", |
| 276 "--build-number=571", |
| 265 "./tools/perf/run_benchmark", | 277 "./tools/perf/run_benchmark", |
| 266 "-v", | 278 "-v", |
| 267 "--browser=release", | 279 "--browser=release", |
| 268 "page_cycler.intl_ar_fa_he" | 280 "page_cycler.intl_ar_fa_he" |
| 269 ], | 281 ], |
| 270 "cwd": "[SLAVE_BUILD]", | 282 "cwd": "[SLAVE_BUILD]", |
| 271 "name": "Performance Test 1 of 2", | 283 "name": "Performance Test 1 of 2", |
| 272 "stderr": "/path/to/tmp/", | 284 "stderr": "/path/to/tmp/", |
| 273 "stdout": "/path/to/tmp/", | 285 "stdout": "/path/to/tmp/", |
| 274 "~followup_annotations": [ | 286 "~followup_annotations": [ |
| 275 "@@@STEP_LOG_END@Captured Output@@@" | 287 "@@@STEP_LOG_END@Captured Output@@@" |
| 276 ] | 288 ] |
| 277 }, | 289 }, |
| 278 { | 290 { |
| 279 "cmd": [ | 291 "cmd": [ |
| 280 "xvfb-run", | 292 "python", |
| 281 "-a", | 293 "-u", |
| 294 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 295 "--target", |
| 296 "Release", |
| 297 "--xvfb", |
| 298 "--factory-properties", |
| 299 "{\"bisect_config\": {\"bug_id\": \"425582\", \"builder_host\": \"master4.
golo.chromium.org\", \"builder_port\": \"8341\", \"command\": \"./tools/perf/run
_benchmark -v --browser=release page_cycler.intl_ar_fa_he\", \"gs_bucket\": \"ch
rome-perf\", \"max_time_minutes\": \"5\", \"metric\": \"warm_times/page_load_tim
e\", \"repeat_count\": \"2\", \"test_type\": \"perf\", \"truncate_percent\": \"2
5\"}, \"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"br
anch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"is
sue\": 12853011, \"job_name\": \"f7a7b4135624439cbd27fdd5133d74ec\", \"masternam
e\": \"tryserver.chromium.perf\", \"parent_build_archive_url\": \"gs://test-doma
in/test-archive.zip\", \"parent_got_revision\": \"1111111\", \"patch_project\":
\"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisection/
desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org
\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \
"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"
}", |
| 300 "--build-properties", |
| 301 "{\"bisect_config\": {\"bug_id\": \"425582\", \"builder_host\": \"master4.
golo.chromium.org\", \"builder_port\": \"8341\", \"command\": \"./tools/perf/run
_benchmark -v --browser=release page_cycler.intl_ar_fa_he\", \"gs_bucket\": \"ch
rome-perf\", \"max_time_minutes\": \"5\", \"metric\": \"warm_times/page_load_tim
e\", \"repeat_count\": \"2\", \"test_type\": \"perf\", \"truncate_percent\": \"2
5\"}, \"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"br
anch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"is
sue\": 12853011, \"job_name\": \"f7a7b4135624439cbd27fdd5133d74ec\", \"masternam
e\": \"tryserver.chromium.perf\", \"parent_build_archive_url\": \"gs://test-doma
in/test-archive.zip\", \"parent_got_revision\": \"1111111\", \"patch_project\":
\"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisection/
desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org
\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \
"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"
}", |
| 302 "--step-name=Performance Test 2 of 2", |
| 303 "--builder-name=linux_perf_bisect", |
| 304 "--slave-name=TestSlavename", |
| 305 "--build-number=571", |
| 282 "./tools/perf/run_benchmark", | 306 "./tools/perf/run_benchmark", |
| 283 "-v", | 307 "-v", |
| 284 "--browser=release", | 308 "--browser=release", |
| 285 "page_cycler.intl_ar_fa_he" | 309 "page_cycler.intl_ar_fa_he" |
| 286 ], | 310 ], |
| 287 "cwd": "[SLAVE_BUILD]", | 311 "cwd": "[SLAVE_BUILD]", |
| 288 "name": "Performance Test 2 of 2", | 312 "name": "Performance Test 2 of 2", |
| 289 "stderr": "/path/to/tmp/", | 313 "stderr": "/path/to/tmp/", |
| 290 "stdout": "/path/to/tmp/", | 314 "stdout": "/path/to/tmp/", |
| 291 "~followup_annotations": [ | 315 "~followup_annotations": [ |
| (...skipping 28 matching lines...) Expand all Loading... |
| 320 "~followup_annotations": [ | 344 "~followup_annotations": [ |
| 321 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b
isect-results/f7a7b4135624439cbd27fdd5133d74ec.results@@@" | 345 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b
isect-results/f7a7b4135624439cbd27fdd5133d74ec.results@@@" |
| 322 ] | 346 ] |
| 323 }, | 347 }, |
| 324 { | 348 { |
| 325 "name": "$result", | 349 "name": "$result", |
| 326 "recipe_result": null, | 350 "recipe_result": null, |
| 327 "status_code": 0 | 351 "status_code": 0 |
| 328 } | 352 } |
| 329 ] | 353 ] |
| OLD | NEW |