| 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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 "--master-name", | 209 "--master-name", |
| 210 "tryserver.chromium.perf", | 210 "tryserver.chromium.perf", |
| 211 "--build-number", | 211 "--build-number", |
| 212 "571" | 212 "571" |
| 213 ], | 213 ], |
| 214 "cwd": "[SLAVE_BUILD]", | 214 "cwd": "[SLAVE_BUILD]", |
| 215 "name": "extract build" | 215 "name": "extract build" |
| 216 }, | 216 }, |
| 217 { | 217 { |
| 218 "cmd": [ | 218 "cmd": [ |
| 219 "xvfb-run", | 219 "python", |
| 220 "-a", | 220 "-u", |
| 221 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 222 "--target", |
| 223 "Release", |
| 224 "--xvfb", |
| 225 "--factory-properties", |
| 226 "{\"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\"
}", |
| 227 "--build-properties", |
| 228 "{\"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\"
}", |
| 229 "--step-name=Performance Test 1 of 2", |
| 230 "--builder-name=linux_perf_bisect", |
| 231 "--slave-name=TestSlavename", |
| 232 "--build-number=571", |
| 221 "./tools/perf/run_benchmark", | 233 "./tools/perf/run_benchmark", |
| 222 "-v", | 234 "-v", |
| 223 "--browser=release", | 235 "--browser=release", |
| 224 "page_cycler.intl_ar_fa_he" | 236 "page_cycler.intl_ar_fa_he" |
| 225 ], | 237 ], |
| 226 "cwd": "[SLAVE_BUILD]", | 238 "cwd": "[SLAVE_BUILD]", |
| 227 "name": "Performance Test 1 of 2", | 239 "name": "Performance Test 1 of 2", |
| 228 "stderr": "/path/to/tmp/", | 240 "stderr": "/path/to/tmp/", |
| 229 "stdout": "/path/to/tmp/", | 241 "stdout": "/path/to/tmp/", |
| 230 "~followup_annotations": [ | 242 "~followup_annotations": [ |
| 231 "@@@STEP_LOG_END@Captured Output@@@" | 243 "@@@STEP_LOG_END@Captured Output@@@" |
| 232 ] | 244 ] |
| 233 }, | 245 }, |
| 234 { | 246 { |
| 235 "cmd": [ | 247 "cmd": [ |
| 236 "xvfb-run", | 248 "python", |
| 237 "-a", | 249 "-u", |
| 250 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 251 "--target", |
| 252 "Release", |
| 253 "--xvfb", |
| 254 "--factory-properties", |
| 255 "{\"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\"
}", |
| 256 "--build-properties", |
| 257 "{\"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\"
}", |
| 258 "--step-name=Performance Test 2 of 2", |
| 259 "--builder-name=linux_perf_bisect", |
| 260 "--slave-name=TestSlavename", |
| 261 "--build-number=571", |
| 238 "./tools/perf/run_benchmark", | 262 "./tools/perf/run_benchmark", |
| 239 "-v", | 263 "-v", |
| 240 "--browser=release", | 264 "--browser=release", |
| 241 "page_cycler.intl_ar_fa_he" | 265 "page_cycler.intl_ar_fa_he" |
| 242 ], | 266 ], |
| 243 "cwd": "[SLAVE_BUILD]", | 267 "cwd": "[SLAVE_BUILD]", |
| 244 "name": "Performance Test 2 of 2", | 268 "name": "Performance Test 2 of 2", |
| 245 "stderr": "/path/to/tmp/", | 269 "stderr": "/path/to/tmp/", |
| 246 "stdout": "/path/to/tmp/", | 270 "stdout": "/path/to/tmp/", |
| 247 "~followup_annotations": [ | 271 "~followup_annotations": [ |
| (...skipping 28 matching lines...) Expand all Loading... |
| 276 "~followup_annotations": [ | 300 "~followup_annotations": [ |
| 277 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b
isect-results/f7a7b4135624439cbd27fdd5133d74ec.results@@@" | 301 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b
isect-results/f7a7b4135624439cbd27fdd5133d74ec.results@@@" |
| 278 ] | 302 ] |
| 279 }, | 303 }, |
| 280 { | 304 { |
| 281 "name": "$result", | 305 "name": "$result", |
| 282 "recipe_result": null, | 306 "recipe_result": null, |
| 283 "status_code": 0 | 307 "status_code": 0 |
| 284 } | 308 } |
| 285 ] | 309 ] |
| OLD | NEW |