Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_win64_nv_tester.json

Issue 1875263002: Changing bisect_tester module to invoke run_test.py (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Retraining expectations after rebase. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_linux_perf_tester.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[build::bisect_tester]\\resources\\put_temp.py" 6 "RECIPE_MODULE[build::bisect_tester]\\resources\\put_temp.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "saving url to temp file", 9 "name": "saving url to temp file",
10 "stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/ win64_nv_tester/builds/571", 10 "stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/ win64_nv_tester/builds/571",
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 "--master-name", 291 "--master-name",
292 "tryserver.chromium.perf", 292 "tryserver.chromium.perf",
293 "--build-number", 293 "--build-number",
294 "571" 294 "571"
295 ], 295 ],
296 "cwd": "[SLAVE_BUILD]", 296 "cwd": "[SLAVE_BUILD]",
297 "name": "extract build" 297 "name": "extract build"
298 }, 298 },
299 { 299 {
300 "cmd": [ 300 "cmd": [
301 "tools/perf/run_benchmark", 301 "python",
302 "-u",
303 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
304 "--target",
305 "Release_x64",
306 "--factory-properties",
307 "{\"bisect_config\": {\"bad_revision\": \"300148\", \"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\", \"good_revision\": \"300138\", \"gs_bucket\": \"chrome-perf\", \"max_ti me_minutes\": \"5\", \"metric\": \"warm_times/page_load_time\", \"repeat_count\" : \"2\", \"test_type\": \"perf\", \"truncate_percent\": \"25\"}, \"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"build_data_dir\": \"[RO OT]\\\\build_data_dir\", \"buildername\": \"win64_nv_tester\", \"buildnumber\": 571, \"job_name\": \"f7a7b4135624439cbd27fdd5133d74ec\", \"mastername\": \"tryse rver.chromium.perf\", \"parent_build_archive_url\": \"gs://test-domain/test-arch ive.zip\", \"parent_buildername\": \"Win x64 Builder\", \"parent_got_revision\": \"1111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"work dir\": \"/path/to/workdir/TestSlavename\"}",
308 "--build-properties",
309 "{\"bisect_config\": {\"bad_revision\": \"300148\", \"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\", \"good_revision\": \"300138\", \"gs_bucket\": \"chrome-perf\", \"max_ti me_minutes\": \"5\", \"metric\": \"warm_times/page_load_time\", \"repeat_count\" : \"2\", \"test_type\": \"perf\", \"truncate_percent\": \"25\"}, \"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"build_data_dir\": \"[RO OT]\\\\build_data_dir\", \"buildername\": \"win64_nv_tester\", \"buildnumber\": 571, \"job_name\": \"f7a7b4135624439cbd27fdd5133d74ec\", \"mastername\": \"tryse rver.chromium.perf\", \"parent_build_archive_url\": \"gs://test-domain/test-arch ive.zip\", \"parent_buildername\": \"Win x64 Builder\", \"parent_got_revision\": \"1111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"work dir\": \"/path/to/workdir/TestSlavename\"}",
310 "--step-name=Performance Test 1 of 2",
311 "--builder-name=win64_nv_tester",
312 "--slave-name=TestSlavename",
313 "--build-number=571",
314 "tools/perf/run_benchmark.exe",
302 "-v", 315 "-v",
303 "--browser=release", 316 "--browser=release",
304 "page_cycler.intl_ar_fa_he" 317 "page_cycler.intl_ar_fa_he"
305 ], 318 ],
306 "cwd": "[SLAVE_BUILD]", 319 "cwd": "[SLAVE_BUILD]",
307 "name": "Performance Test 1 of 2", 320 "name": "Performance Test 1 of 2",
308 "stderr": "/path/to/tmp/", 321 "stderr": "/path/to/tmp/",
309 "stdout": "/path/to/tmp/", 322 "stdout": "/path/to/tmp/",
310 "~followup_annotations": [ 323 "~followup_annotations": [
311 "@@@STEP_LOG_END@Captured Output@@@" 324 "@@@STEP_LOG_END@Captured Output@@@"
312 ] 325 ]
313 }, 326 },
314 { 327 {
315 "cmd": [ 328 "cmd": [
316 "tools/perf/run_benchmark", 329 "python",
330 "-u",
331 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
332 "--target",
333 "Release_x64",
334 "--factory-properties",
335 "{\"bisect_config\": {\"bad_revision\": \"300148\", \"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\", \"good_revision\": \"300138\", \"gs_bucket\": \"chrome-perf\", \"max_ti me_minutes\": \"5\", \"metric\": \"warm_times/page_load_time\", \"repeat_count\" : \"2\", \"test_type\": \"perf\", \"truncate_percent\": \"25\"}, \"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"build_data_dir\": \"[RO OT]\\\\build_data_dir\", \"buildername\": \"win64_nv_tester\", \"buildnumber\": 571, \"job_name\": \"f7a7b4135624439cbd27fdd5133d74ec\", \"mastername\": \"tryse rver.chromium.perf\", \"parent_build_archive_url\": \"gs://test-domain/test-arch ive.zip\", \"parent_buildername\": \"Win x64 Builder\", \"parent_got_revision\": \"1111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"work dir\": \"/path/to/workdir/TestSlavename\"}",
336 "--build-properties",
337 "{\"bisect_config\": {\"bad_revision\": \"300148\", \"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\", \"good_revision\": \"300138\", \"gs_bucket\": \"chrome-perf\", \"max_ti me_minutes\": \"5\", \"metric\": \"warm_times/page_load_time\", \"repeat_count\" : \"2\", \"test_type\": \"perf\", \"truncate_percent\": \"25\"}, \"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"build_data_dir\": \"[RO OT]\\\\build_data_dir\", \"buildername\": \"win64_nv_tester\", \"buildnumber\": 571, \"job_name\": \"f7a7b4135624439cbd27fdd5133d74ec\", \"mastername\": \"tryse rver.chromium.perf\", \"parent_build_archive_url\": \"gs://test-domain/test-arch ive.zip\", \"parent_buildername\": \"Win x64 Builder\", \"parent_got_revision\": \"1111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"work dir\": \"/path/to/workdir/TestSlavename\"}",
338 "--step-name=Performance Test 2 of 2",
339 "--builder-name=win64_nv_tester",
340 "--slave-name=TestSlavename",
341 "--build-number=571",
342 "tools/perf/run_benchmark.exe",
317 "-v", 343 "-v",
318 "--browser=release", 344 "--browser=release",
319 "page_cycler.intl_ar_fa_he" 345 "page_cycler.intl_ar_fa_he"
320 ], 346 ],
321 "cwd": "[SLAVE_BUILD]", 347 "cwd": "[SLAVE_BUILD]",
322 "name": "Performance Test 2 of 2", 348 "name": "Performance Test 2 of 2",
323 "stderr": "/path/to/tmp/", 349 "stderr": "/path/to/tmp/",
324 "stdout": "/path/to/tmp/", 350 "stdout": "/path/to/tmp/",
325 "~followup_annotations": [ 351 "~followup_annotations": [
326 "@@@STEP_LOG_END@Captured Output@@@" 352 "@@@STEP_LOG_END@Captured Output@@@"
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 ], 391 ],
366 "cwd": "[SLAVE_BUILD]", 392 "cwd": "[SLAVE_BUILD]",
367 "name": "process_dumps" 393 "name": "process_dumps"
368 }, 394 },
369 { 395 {
370 "name": "$result", 396 "name": "$result",
371 "recipe_result": null, 397 "recipe_result": null,
372 "status_code": 0 398 "status_code": 0
373 } 399 }
374 ] 400 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_linux_perf_tester.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698