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

Side by Side Diff: scripts/slave/recipes/perf/ct_top1k_perf.expected/CT_Top1k_Repaint.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE[build]/bot_update.py", 6 "RECIPE_PACKAGE[build]/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.perf.fyi", 8 "chromium.perf.fyi",
9 "--builder", 9 "--builder",
10 "Linux CT Top1k Repaint Perf", 10 "Linux CT Top1k Repaint Perf",
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 "--master-name", 183 "--master-name",
184 "chromium.perf.fyi" 184 "chromium.perf.fyi"
185 ], 185 ],
186 "cwd": "[SLAVE_BUILD]", 186 "cwd": "[SLAVE_BUILD]",
187 "name": "Download and Extract Binary" 187 "name": "Download and Extract Binary"
188 }, 188 },
189 { 189 {
190 "cmd": [ 190 "cmd": [
191 "python", 191 "python",
192 "-u", 192 "-u",
193 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 193 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
194 "--", 194 "--",
195 "[DEPOT_TOOLS]/gsutil.py", 195 "[DEPOT_TOOLS]/gsutil.py",
196 "----", 196 "----",
197 "cp", 197 "cp",
198 "gs://cluster-telemetry/swarming/binaries/run_chromium_perf_swarming", 198 "gs://cluster-telemetry/swarming/binaries/run_chromium_perf_swarming",
199 "[SLAVE_BUILD]/src/content/test/ct/run_chromium_perf_swarming" 199 "[SLAVE_BUILD]/src/content/test/ct/run_chromium_perf_swarming"
200 ], 200 ],
201 "cwd": "[SLAVE_BUILD]", 201 "cwd": "[SLAVE_BUILD]",
202 "name": "gsutil download run_chromium_perf_swarming" 202 "name": "gsutil download run_chromium_perf_swarming"
203 }, 203 },
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 257 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
258 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 258 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
259 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 259 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
260 "@@@STEP_LOG_END@python.inline@@@" 260 "@@@STEP_LOG_END@python.inline@@@"
261 ] 261 ]
262 }, 262 },
263 { 263 {
264 "cmd": [ 264 "cmd": [
265 "python", 265 "python",
266 "-u", 266 "-u",
267 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 267 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
268 "--", 268 "--",
269 "[DEPOT_TOOLS]/gsutil.py", 269 "[DEPOT_TOOLS]/gsutil.py",
270 "----", 270 "----",
271 "cp", 271 "cp",
272 "gs://cluster-telemetry/swarming/page_sets/1k/slave1/*", 272 "gs://cluster-telemetry/swarming/page_sets/1k/slave1/*",
273 "[SLAVE_BUILD]/src/content/test/ct/slave1/page_sets" 273 "[SLAVE_BUILD]/src/content/test/ct/slave1/page_sets"
274 ], 274 ],
275 "cwd": "[SLAVE_BUILD]", 275 "cwd": "[SLAVE_BUILD]",
276 "name": "gsutil download" 276 "name": "gsutil download"
277 }, 277 },
(...skipping 17 matching lines...) Expand all
295 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 295 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
296 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 296 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
297 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 297 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
298 "@@@STEP_LOG_END@python.inline@@@" 298 "@@@STEP_LOG_END@python.inline@@@"
299 ] 299 ]
300 }, 300 },
301 { 301 {
302 "cmd": [ 302 "cmd": [
303 "python", 303 "python",
304 "-u", 304 "-u",
305 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 305 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
306 "--", 306 "--",
307 "[DEPOT_TOOLS]/gsutil.py", 307 "[DEPOT_TOOLS]/gsutil.py",
308 "----", 308 "----",
309 "cp", 309 "cp",
310 "gs://cluster-telemetry/swarming/webpage_archives/1k/slave1/*", 310 "gs://cluster-telemetry/swarming/webpage_archives/1k/slave1/*",
311 "[SLAVE_BUILD]/src/content/test/ct/slave1/page_sets/data" 311 "[SLAVE_BUILD]/src/content/test/ct/slave1/page_sets/data"
312 ], 312 ],
313 "cwd": "[SLAVE_BUILD]", 313 "cwd": "[SLAVE_BUILD]",
314 "name": "gsutil download (2)" 314 "name": "gsutil download (2)"
315 }, 315 },
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 367 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
368 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 368 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
369 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 369 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
370 "@@@STEP_LOG_END@python.inline@@@" 370 "@@@STEP_LOG_END@python.inline@@@"
371 ] 371 ]
372 }, 372 },
373 { 373 {
374 "cmd": [ 374 "cmd": [
375 "python", 375 "python",
376 "-u", 376 "-u",
377 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 377 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
378 "--", 378 "--",
379 "[DEPOT_TOOLS]/gsutil.py", 379 "[DEPOT_TOOLS]/gsutil.py",
380 "----", 380 "----",
381 "cp", 381 "cp",
382 "gs://cluster-telemetry/swarming/page_sets/1k/slave2/*", 382 "gs://cluster-telemetry/swarming/page_sets/1k/slave2/*",
383 "[SLAVE_BUILD]/src/content/test/ct/slave2/page_sets" 383 "[SLAVE_BUILD]/src/content/test/ct/slave2/page_sets"
384 ], 384 ],
385 "cwd": "[SLAVE_BUILD]", 385 "cwd": "[SLAVE_BUILD]",
386 "name": "gsutil download (3)" 386 "name": "gsutil download (3)"
387 }, 387 },
(...skipping 17 matching lines...) Expand all
405 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 405 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
406 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 406 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
407 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 407 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
408 "@@@STEP_LOG_END@python.inline@@@" 408 "@@@STEP_LOG_END@python.inline@@@"
409 ] 409 ]
410 }, 410 },
411 { 411 {
412 "cmd": [ 412 "cmd": [
413 "python", 413 "python",
414 "-u", 414 "-u",
415 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 415 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
416 "--", 416 "--",
417 "[DEPOT_TOOLS]/gsutil.py", 417 "[DEPOT_TOOLS]/gsutil.py",
418 "----", 418 "----",
419 "cp", 419 "cp",
420 "gs://cluster-telemetry/swarming/webpage_archives/1k/slave2/*", 420 "gs://cluster-telemetry/swarming/webpage_archives/1k/slave2/*",
421 "[SLAVE_BUILD]/src/content/test/ct/slave2/page_sets/data" 421 "[SLAVE_BUILD]/src/content/test/ct/slave2/page_sets/data"
422 ], 422 ],
423 "cwd": "[SLAVE_BUILD]", 423 "cwd": "[SLAVE_BUILD]",
424 "name": "gsutil download (4)" 424 "name": "gsutil download (4)"
425 }, 425 },
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 477 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
478 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 478 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
479 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 479 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
480 "@@@STEP_LOG_END@python.inline@@@" 480 "@@@STEP_LOG_END@python.inline@@@"
481 ] 481 ]
482 }, 482 },
483 { 483 {
484 "cmd": [ 484 "cmd": [
485 "python", 485 "python",
486 "-u", 486 "-u",
487 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 487 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
488 "--", 488 "--",
489 "[DEPOT_TOOLS]/gsutil.py", 489 "[DEPOT_TOOLS]/gsutil.py",
490 "----", 490 "----",
491 "cp", 491 "cp",
492 "gs://cluster-telemetry/swarming/page_sets/1k/slave3/*", 492 "gs://cluster-telemetry/swarming/page_sets/1k/slave3/*",
493 "[SLAVE_BUILD]/src/content/test/ct/slave3/page_sets" 493 "[SLAVE_BUILD]/src/content/test/ct/slave3/page_sets"
494 ], 494 ],
495 "cwd": "[SLAVE_BUILD]", 495 "cwd": "[SLAVE_BUILD]",
496 "name": "gsutil download (5)" 496 "name": "gsutil download (5)"
497 }, 497 },
(...skipping 17 matching lines...) Expand all
515 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 515 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
516 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 516 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
517 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 517 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
518 "@@@STEP_LOG_END@python.inline@@@" 518 "@@@STEP_LOG_END@python.inline@@@"
519 ] 519 ]
520 }, 520 },
521 { 521 {
522 "cmd": [ 522 "cmd": [
523 "python", 523 "python",
524 "-u", 524 "-u",
525 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 525 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
526 "--", 526 "--",
527 "[DEPOT_TOOLS]/gsutil.py", 527 "[DEPOT_TOOLS]/gsutil.py",
528 "----", 528 "----",
529 "cp", 529 "cp",
530 "gs://cluster-telemetry/swarming/webpage_archives/1k/slave3/*", 530 "gs://cluster-telemetry/swarming/webpage_archives/1k/slave3/*",
531 "[SLAVE_BUILD]/src/content/test/ct/slave3/page_sets/data" 531 "[SLAVE_BUILD]/src/content/test/ct/slave3/page_sets/data"
532 ], 532 ],
533 "cwd": "[SLAVE_BUILD]", 533 "cwd": "[SLAVE_BUILD]",
534 "name": "gsutil download (6)" 534 "name": "gsutil download (6)"
535 }, 535 },
(...skipping 28 matching lines...) Expand all
564 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/ chrome/ct_top1k.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/s warming_temp_dir/ct-task-3.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"BENCH MARK\", \n \"repaint\", \n \"--extra-variable\", \n \"SLAVE _NUM\", \n \"3\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\", \n \"version\": 1\n}", 564 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/ chrome/ct_top1k.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/s warming_temp_dir/ct-task-3.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"BENCH MARK\", \n \"repaint\", \n \"--extra-variable\", \n \"SLAVE _NUM\", \n \"3\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\", \n \"version\": 1\n}",
565 "[SLAVE_BUILD]/swarming_temp_dir/slave3.isolated.gen.json" 565 "[SLAVE_BUILD]/swarming_temp_dir/slave3.isolated.gen.json"
566 ], 566 ],
567 "cwd": "[SLAVE_BUILD]", 567 "cwd": "[SLAVE_BUILD]",
568 "name": "Write slave3.isolated.gen.json" 568 "name": "Write slave3.isolated.gen.json"
569 }, 569 },
570 { 570 {
571 "cmd": [ 571 "cmd": [
572 "python", 572 "python",
573 "-u", 573 "-u",
574 "RECIPE_MODULE[isolate]/resources/isolate.py", 574 "RECIPE_MODULE[build.isolate]/resources/isolate.py",
575 "[SLAVE_BUILD]/swarming.client", 575 "[SLAVE_BUILD]/swarming.client",
576 "batcharchive", 576 "batcharchive",
577 "--dump-json", 577 "--dump-json",
578 "/path/to/tmp/json", 578 "/path/to/tmp/json",
579 "--isolate-server", 579 "--isolate-server",
580 "https://isolateserver.appspot.com", 580 "https://isolateserver.appspot.com",
581 "--verbose", 581 "--verbose",
582 "[SLAVE_BUILD]/swarming_temp_dir/slave1.isolated.gen.json", 582 "[SLAVE_BUILD]/swarming_temp_dir/slave1.isolated.gen.json",
583 "[SLAVE_BUILD]/swarming_temp_dir/slave2.isolated.gen.json", 583 "[SLAVE_BUILD]/swarming_temp_dir/slave2.isolated.gen.json",
584 "[SLAVE_BUILD]/swarming_temp_dir/slave3.isolated.gen.json" 584 "[SLAVE_BUILD]/swarming_temp_dir/slave3.isolated.gen.json"
(...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after
1349 "@@@STEP_LOG_LINE@json.output@ \"next_version\": \"0.2\", @@@", 1349 "@@@STEP_LOG_LINE@json.output@ \"next_version\": \"0.2\", @@@",
1350 "@@@STEP_LOG_LINE@json.output@ \"trace_rerun_options\": []@@@", 1350 "@@@STEP_LOG_LINE@json.output@ \"trace_rerun_options\": []@@@",
1351 "@@@STEP_LOG_LINE@json.output@}@@@", 1351 "@@@STEP_LOG_LINE@json.output@}@@@",
1352 "@@@STEP_LOG_END@json.output@@@" 1352 "@@@STEP_LOG_END@json.output@@@"
1353 ] 1353 ]
1354 }, 1354 },
1355 { 1355 {
1356 "cmd": [ 1356 "cmd": [
1357 "python", 1357 "python",
1358 "-u", 1358 "-u",
1359 "RECIPE_MODULE[perf_dashboard]/resources/post_json.py" 1359 "RECIPE_MODULE[build.perf_dashboard]/resources/post_json.py"
1360 ], 1360 ],
1361 "cwd": "[SLAVE_BUILD]", 1361 "cwd": "[SLAVE_BUILD]",
1362 "name": "perf dashboard post", 1362 "name": "perf dashboard post",
1363 "stdin": "{\"data\": {\"bot\": \"Linux CT Top1k Repaint Perf\", \"chart_data \": {\"benchmark_description\": \"Measures rasterize and record performance for Cluster Telemetry.\", \"benchmark_metadata\": {\"description\": \"Measures raste rize and record performance for Cluster Telemetry.\", \"name\": \"rasterize_and_ record_micro_ct\", \"rerun_options\": [], \"type\": \"telemetry_benchmark\"}, \" benchmark_name\": \"rasterize_and_record_micro_ct\", \"charts\": {\"num_webpages _reported\": {\"summary\": {\"important\": true, \"name\": \"num_webpages_report ed\", \"std\": 0.0, \"type\": \"scalar\", \"units\": \"num\", \"value\": 5}}, \" viewport_picture_size\": {\"http://www.amazon.com\": {\"important\": true, \"nam e\": \"viewport_picture_size\", \"page_id\": 0, \"std\": 0.0, \"type\": \"list_o f_scalar_values\", \"units\": \"bytes\", \"values\": [2, 4]}, \"http://www.baidu .com\": {\"important\": true, \"name\": \"viewport_picture_size\", \"page_id\": 0, \"std\": 0.0, \"type\": \"list_of_scalar_values\", \"units\": \"bytes\", \"va lues\": [20, 40]}, \"http://www.facebook.com\": {\"important\": true, \"name\": \"viewport_picture_size\", \"page_id\": 0, \"std\": 0.0, \"type\": \"list_of_sca lar_values\", \"units\": \"bytes\", \"values\": [208, 210]}, \"http://www.google .com\": {\"important\": true, \"name\": \"viewport_picture_size\", \"page_id\": 0, \"std\": 0.0, \"type\": \"list_of_scalar_values\", \"units\": \"bytes\", \"va lues\": [20822, 20824]}, \"http://www.twitter.com\": {\"important\": true, \"nam e\": \"viewport_picture_size\", \"page_id\": 0, \"std\": 0.0, \"type\": \"list_o f_scalar_values\", \"units\": \"bytes\", \"values\": [8, 10]}, \"summary\": {\"i mportant\": true, \"name\": \"viewport_picture_size\", \"std\": 0.0, \"type\": \ "list_of_scalar_values\", \"units\": \"bytes\", \"values\": [20823, 209, 3, 9, 3 0]}}}, \"format_version\": \"0.1\", \"next_version\": \"0.2\", \"trace_rerun_opt ions\": []}, \"master\": \"ChromiumPerfFyi\", \"point_id\": 1337000001, \"supple mental\": {}, \"versions\": {\"chromium\": \"xy12z43\"}}, \"url\": \"https://chr omeperf.appspot.com/add_point\"}", 1363 "stdin": "{\"data\": {\"bot\": \"Linux CT Top1k Repaint Perf\", \"chart_data \": {\"benchmark_description\": \"Measures rasterize and record performance for Cluster Telemetry.\", \"benchmark_metadata\": {\"description\": \"Measures raste rize and record performance for Cluster Telemetry.\", \"name\": \"rasterize_and_ record_micro_ct\", \"rerun_options\": [], \"type\": \"telemetry_benchmark\"}, \" benchmark_name\": \"rasterize_and_record_micro_ct\", \"charts\": {\"num_webpages _reported\": {\"summary\": {\"important\": true, \"name\": \"num_webpages_report ed\", \"std\": 0.0, \"type\": \"scalar\", \"units\": \"num\", \"value\": 5}}, \" viewport_picture_size\": {\"http://www.amazon.com\": {\"important\": true, \"nam e\": \"viewport_picture_size\", \"page_id\": 0, \"std\": 0.0, \"type\": \"list_o f_scalar_values\", \"units\": \"bytes\", \"values\": [2, 4]}, \"http://www.baidu .com\": {\"important\": true, \"name\": \"viewport_picture_size\", \"page_id\": 0, \"std\": 0.0, \"type\": \"list_of_scalar_values\", \"units\": \"bytes\", \"va lues\": [20, 40]}, \"http://www.facebook.com\": {\"important\": true, \"name\": \"viewport_picture_size\", \"page_id\": 0, \"std\": 0.0, \"type\": \"list_of_sca lar_values\", \"units\": \"bytes\", \"values\": [208, 210]}, \"http://www.google .com\": {\"important\": true, \"name\": \"viewport_picture_size\", \"page_id\": 0, \"std\": 0.0, \"type\": \"list_of_scalar_values\", \"units\": \"bytes\", \"va lues\": [20822, 20824]}, \"http://www.twitter.com\": {\"important\": true, \"nam e\": \"viewport_picture_size\", \"page_id\": 0, \"std\": 0.0, \"type\": \"list_o f_scalar_values\", \"units\": \"bytes\", \"values\": [8, 10]}, \"summary\": {\"i mportant\": true, \"name\": \"viewport_picture_size\", \"std\": 0.0, \"type\": \ "list_of_scalar_values\", \"units\": \"bytes\", \"values\": [20823, 209, 3, 9, 3 0]}}}, \"format_version\": \"0.1\", \"next_version\": \"0.2\", \"trace_rerun_opt ions\": []}, \"master\": \"ChromiumPerfFyi\", \"point_id\": 1337000001, \"supple mental\": {}, \"versions\": {\"chromium\": \"xy12z43\"}}, \"url\": \"https://chr omeperf.appspot.com/add_point\"}",
1364 "~followup_annotations": [ 1364 "~followup_annotations": [
1365 "@@@SET_BUILD_PROPERTY@Number of webpages@5@@@" 1365 "@@@SET_BUILD_PROPERTY@Number of webpages@5@@@"
1366 ] 1366 ]
1367 }, 1367 },
1368 { 1368 {
1369 "name": "$result", 1369 "name": "$result",
1370 "recipe_result": null, 1370 "recipe_result": null,
1371 "status_code": 0 1371 "status_code": 0
1372 } 1372 }
1373 ] 1373 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698