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

Side by Side Diff: scripts/slave/recipes/skia/ct_skps.expected/CT_DM_10k_SKPs_Trybot.json

Issue 2039213003: Add separate GPU BENCH builder for 10k SKPs (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Add test Created 4 years, 6 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_REPO[depot_tools]/gclient.py", 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}, {'deps_ file': 'DEPS', 'managed': False, 'name': 'src', 'url': 'https://chromium.googles ource.com/chromium/src.git'}]" 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}, {'deps_ file': 'DEPS', 'managed': False, 'name': 'src', 'url': 'https://chromium.googles ource.com/chromium/src.git'}]"
10 ], 10 ],
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 328 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
329 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 329 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
330 "@@@STEP_LOG_END@python.inline@@@" 330 "@@@STEP_LOG_END@python.inline@@@"
331 ] 331 ]
332 }, 332 },
333 { 333 {
334 "cmd": [ 334 "cmd": [
335 "python", 335 "python",
336 "-u", 336 "-u",
337 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 337 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
338 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/ chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw arming_temp_dir/skia-task-ct-dm-1.isolated\", \n \"--config-variable\", \ n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"GIT_HASH\", \n 164710, \n \"--extra-variable\", \n \"SL AVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"TOOL_NAM E\", \n \"dm\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\", \n \"version\": 1\n}", 338 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/ chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw arming_temp_dir/skia-task-ct-dm-1.isolated\", \n \"--config-variable\", \ n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_S KPs-Trybot\", \n \"--extra-variable\", \n \"GIT_HASH\", \n 164710, \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"1\" , \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\", \n \"version\": 1\n}",
339 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-1.isolated.gen.json" 339 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-1.isolated.gen.json"
340 ], 340 ],
341 "name": "Write ct-dm-1.isolated.gen.json" 341 "name": "Write ct-dm-1.isolated.gen.json"
342 }, 342 },
343 { 343 {
344 "cmd": [ 344 "cmd": [
345 "python", 345 "python",
346 "-u", 346 "-u",
347 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 347 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
348 "[SLAVE_BUILD]/skps/slave2", 348 "[SLAVE_BUILD]/skps/slave2",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 399 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
400 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 400 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
401 "@@@STEP_LOG_END@python.inline@@@" 401 "@@@STEP_LOG_END@python.inline@@@"
402 ] 402 ]
403 }, 403 },
404 { 404 {
405 "cmd": [ 405 "cmd": [
406 "python", 406 "python",
407 "-u", 407 "-u",
408 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 408 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
409 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/ chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw arming_temp_dir/skia-task-ct-dm-2.isolated\", \n \"--config-variable\", \ n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"GIT_HASH\", \n 164710, \n \"--extra-variable\", \n \"SL AVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"TOOL_NAM E\", \n \"dm\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\", \n \"version\": 1\n}", 409 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/ chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw arming_temp_dir/skia-task-ct-dm-2.isolated\", \n \"--config-variable\", \ n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_S KPs-Trybot\", \n \"--extra-variable\", \n \"GIT_HASH\", \n 164710, \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"2\" , \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\", \n \"version\": 1\n}",
410 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-2.isolated.gen.json" 410 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-2.isolated.gen.json"
411 ], 411 ],
412 "name": "Write ct-dm-2.isolated.gen.json" 412 "name": "Write ct-dm-2.isolated.gen.json"
413 }, 413 },
414 { 414 {
415 "cmd": [ 415 "cmd": [
416 "python", 416 "python",
417 "-u", 417 "-u",
418 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 418 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
419 "[SLAVE_BUILD]/skps/slave3", 419 "[SLAVE_BUILD]/skps/slave3",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 470 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
471 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 471 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
472 "@@@STEP_LOG_END@python.inline@@@" 472 "@@@STEP_LOG_END@python.inline@@@"
473 ] 473 ]
474 }, 474 },
475 { 475 {
476 "cmd": [ 476 "cmd": [
477 "python", 477 "python",
478 "-u", 478 "-u",
479 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 479 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
480 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/ chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw arming_temp_dir/skia-task-ct-dm-3.isolated\", \n \"--config-variable\", \ n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"GIT_HASH\", \n 164710, \n \"--extra-variable\", \n \"SL AVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"TOOL_NAM E\", \n \"dm\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\", \n \"version\": 1\n}", 480 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/ chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw arming_temp_dir/skia-task-ct-dm-3.isolated\", \n \"--config-variable\", \ n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_S KPs-Trybot\", \n \"--extra-variable\", \n \"GIT_HASH\", \n 164710, \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"3\" , \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\", \n \"version\": 1\n}",
481 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-3.isolated.gen.json" 481 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-3.isolated.gen.json"
482 ], 482 ],
483 "name": "Write ct-dm-3.isolated.gen.json" 483 "name": "Write ct-dm-3.isolated.gen.json"
484 }, 484 },
485 { 485 {
486 "cmd": [ 486 "cmd": [
487 "python", 487 "python",
488 "-u", 488 "-u",
489 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 489 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
490 "[SLAVE_BUILD]/skps/slave4", 490 "[SLAVE_BUILD]/skps/slave4",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 541 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
542 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 542 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
543 "@@@STEP_LOG_END@python.inline@@@" 543 "@@@STEP_LOG_END@python.inline@@@"
544 ] 544 ]
545 }, 545 },
546 { 546 {
547 "cmd": [ 547 "cmd": [
548 "python", 548 "python",
549 "-u", 549 "-u",
550 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 550 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
551 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/ chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw arming_temp_dir/skia-task-ct-dm-4.isolated\", \n \"--config-variable\", \ n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"GIT_HASH\", \n 164710, \n \"--extra-variable\", \n \"SL AVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"TOOL_NAM E\", \n \"dm\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\", \n \"version\": 1\n}", 551 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/ chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw arming_temp_dir/skia-task-ct-dm-4.isolated\", \n \"--config-variable\", \ n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_S KPs-Trybot\", \n \"--extra-variable\", \n \"GIT_HASH\", \n 164710, \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"4\" , \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\", \n \"version\": 1\n}",
552 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-4.isolated.gen.json" 552 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-4.isolated.gen.json"
553 ], 553 ],
554 "name": "Write ct-dm-4.isolated.gen.json" 554 "name": "Write ct-dm-4.isolated.gen.json"
555 }, 555 },
556 { 556 {
557 "cmd": [ 557 "cmd": [
558 "python", 558 "python",
559 "-u", 559 "-u",
560 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 560 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
561 "[SLAVE_BUILD]/skps/slave5", 561 "[SLAVE_BUILD]/skps/slave5",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 612 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
613 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 613 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
614 "@@@STEP_LOG_END@python.inline@@@" 614 "@@@STEP_LOG_END@python.inline@@@"
615 ] 615 ]
616 }, 616 },
617 { 617 {
618 "cmd": [ 618 "cmd": [
619 "python", 619 "python",
620 "-u", 620 "-u",
621 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 621 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
622 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/ chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw arming_temp_dir/skia-task-ct-dm-5.isolated\", \n \"--config-variable\", \ n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"GIT_HASH\", \n 164710, \n \"--extra-variable\", \n \"SL AVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"TOOL_NAM E\", \n \"dm\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\", \n \"version\": 1\n}", 622 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/ chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw arming_temp_dir/skia-task-ct-dm-5.isolated\", \n \"--config-variable\", \ n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_S KPs-Trybot\", \n \"--extra-variable\", \n \"GIT_HASH\", \n 164710, \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"5\" , \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\", \n \"version\": 1\n}",
623 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-5.isolated.gen.json" 623 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-5.isolated.gen.json"
624 ], 624 ],
625 "name": "Write ct-dm-5.isolated.gen.json" 625 "name": "Write ct-dm-5.isolated.gen.json"
626 }, 626 },
627 { 627 {
628 "cmd": [ 628 "cmd": [
629 "python", 629 "python",
630 "-u", 630 "-u",
631 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 631 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
632 "[SLAVE_BUILD]/swarming.client", 632 "[SLAVE_BUILD]/swarming.client",
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
1279 "@@@STEP_LOG_END@json.output@@@", 1279 "@@@STEP_LOG_END@json.output@@@",
1280 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 1280 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
1281 ] 1281 ]
1282 }, 1282 },
1283 { 1283 {
1284 "name": "$result", 1284 "name": "$result",
1285 "recipe_result": null, 1285 "recipe_result": null,
1286 "status_code": 0 1286 "status_code": 0
1287 } 1287 }
1288 ] 1288 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698