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

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

Issue 1695723002: Revert of [CT] Use zips of SKPs to speed up "isolate tests" in recipes (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: 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
« no previous file with comments | « scripts/slave/recipes/skia/ct_skps.expected/CT_DM_10k_SKPs_slave3_failure.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_PACKAGE[depot_tools]/gclient.py", 6 "RECIPE_PACKAGE[depot_tools]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}, {'deps_file': 'DE PS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/c hromium/src.git'}]" 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}, {'deps_file': 'DE PS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/c hromium/src.git'}]"
10 ], 10 ],
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave1", 238 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave1",
239 "[SLAVE_BUILD]/skps/slave1" 239 "[SLAVE_BUILD]/skps/slave1"
240 ], 240 ],
241 "cwd": "[SLAVE_BUILD]", 241 "cwd": "[SLAVE_BUILD]",
242 "name": "gsutil rsync" 242 "name": "gsutil rsync"
243 }, 243 },
244 { 244 {
245 "cmd": [ 245 "cmd": [
246 "python", 246 "python",
247 "-u", 247 "-u",
248 "RECIPE_MODULE[build::zip]/resources/zip.py"
249 ],
250 "cwd": "[SLAVE_BUILD]",
251 "name": "zip skps dir",
252 "stdin": "{\"entries\": [{\"path\": \"[SLAVE_BUILD]/skps/slave1\", \"type\": \"dir\"}], \"output\": \"[SLAVE_BUILD]/skps/slave1.zip\", \"root\": \"[SLAVE_BU ILD]/skps/slave1\", \"use_python_zip\": false}"
253 },
254 {
255 "cmd": [
256 "python",
257 "-u",
258 "\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", 248 "\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",
259 "[SLAVE_BUILD]/swarming_temp_dir", 249 "[SLAVE_BUILD]/swarming_temp_dir",
260 "511" 250 "511"
261 ], 251 ],
262 "cwd": "[SLAVE_BUILD]", 252 "cwd": "[SLAVE_BUILD]",
263 "name": "makedirs swarming tmp dir", 253 "name": "makedirs swarming tmp dir",
264 "~followup_annotations": [ 254 "~followup_annotations": [
265 "@@@STEP_LOG_LINE@python.inline@@@@", 255 "@@@STEP_LOG_LINE@python.inline@@@@",
266 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 256 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
267 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 257 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave2", 313 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave2",
324 "[SLAVE_BUILD]/skps/slave2" 314 "[SLAVE_BUILD]/skps/slave2"
325 ], 315 ],
326 "cwd": "[SLAVE_BUILD]", 316 "cwd": "[SLAVE_BUILD]",
327 "name": "gsutil rsync (2)" 317 "name": "gsutil rsync (2)"
328 }, 318 },
329 { 319 {
330 "cmd": [ 320 "cmd": [
331 "python", 321 "python",
332 "-u", 322 "-u",
333 "RECIPE_MODULE[build::zip]/resources/zip.py"
334 ],
335 "cwd": "[SLAVE_BUILD]",
336 "name": "zip skps dir (2)",
337 "stdin": "{\"entries\": [{\"path\": \"[SLAVE_BUILD]/skps/slave2\", \"type\": \"dir\"}], \"output\": \"[SLAVE_BUILD]/skps/slave2.zip\", \"root\": \"[SLAVE_BU ILD]/skps/slave2\", \"use_python_zip\": false}"
338 },
339 {
340 "cmd": [
341 "python",
342 "-u",
343 "\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", 323 "\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",
344 "[SLAVE_BUILD]/swarming_temp_dir", 324 "[SLAVE_BUILD]/swarming_temp_dir",
345 "511" 325 "511"
346 ], 326 ],
347 "cwd": "[SLAVE_BUILD]", 327 "cwd": "[SLAVE_BUILD]",
348 "name": "makedirs swarming tmp dir (2)", 328 "name": "makedirs swarming tmp dir (2)",
349 "~followup_annotations": [ 329 "~followup_annotations": [
350 "@@@STEP_LOG_LINE@python.inline@@@@", 330 "@@@STEP_LOG_LINE@python.inline@@@@",
351 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 331 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
352 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 332 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave3", 388 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave3",
409 "[SLAVE_BUILD]/skps/slave3" 389 "[SLAVE_BUILD]/skps/slave3"
410 ], 390 ],
411 "cwd": "[SLAVE_BUILD]", 391 "cwd": "[SLAVE_BUILD]",
412 "name": "gsutil rsync (3)" 392 "name": "gsutil rsync (3)"
413 }, 393 },
414 { 394 {
415 "cmd": [ 395 "cmd": [
416 "python", 396 "python",
417 "-u", 397 "-u",
418 "RECIPE_MODULE[build::zip]/resources/zip.py"
419 ],
420 "cwd": "[SLAVE_BUILD]",
421 "name": "zip skps dir (3)",
422 "stdin": "{\"entries\": [{\"path\": \"[SLAVE_BUILD]/skps/slave3\", \"type\": \"dir\"}], \"output\": \"[SLAVE_BUILD]/skps/slave3.zip\", \"root\": \"[SLAVE_BU ILD]/skps/slave3\", \"use_python_zip\": false}"
423 },
424 {
425 "cmd": [
426 "python",
427 "-u",
428 "\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", 398 "\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",
429 "[SLAVE_BUILD]/swarming_temp_dir", 399 "[SLAVE_BUILD]/swarming_temp_dir",
430 "511" 400 "511"
431 ], 401 ],
432 "cwd": "[SLAVE_BUILD]", 402 "cwd": "[SLAVE_BUILD]",
433 "name": "makedirs swarming tmp dir (3)", 403 "name": "makedirs swarming tmp dir (3)",
434 "~followup_annotations": [ 404 "~followup_annotations": [
435 "@@@STEP_LOG_LINE@python.inline@@@@", 405 "@@@STEP_LOG_LINE@python.inline@@@@",
436 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 406 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
437 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 407 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave4", 463 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave4",
494 "[SLAVE_BUILD]/skps/slave4" 464 "[SLAVE_BUILD]/skps/slave4"
495 ], 465 ],
496 "cwd": "[SLAVE_BUILD]", 466 "cwd": "[SLAVE_BUILD]",
497 "name": "gsutil rsync (4)" 467 "name": "gsutil rsync (4)"
498 }, 468 },
499 { 469 {
500 "cmd": [ 470 "cmd": [
501 "python", 471 "python",
502 "-u", 472 "-u",
503 "RECIPE_MODULE[build::zip]/resources/zip.py"
504 ],
505 "cwd": "[SLAVE_BUILD]",
506 "name": "zip skps dir (4)",
507 "stdin": "{\"entries\": [{\"path\": \"[SLAVE_BUILD]/skps/slave4\", \"type\": \"dir\"}], \"output\": \"[SLAVE_BUILD]/skps/slave4.zip\", \"root\": \"[SLAVE_BU ILD]/skps/slave4\", \"use_python_zip\": false}"
508 },
509 {
510 "cmd": [
511 "python",
512 "-u",
513 "\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", 473 "\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",
514 "[SLAVE_BUILD]/swarming_temp_dir", 474 "[SLAVE_BUILD]/swarming_temp_dir",
515 "511" 475 "511"
516 ], 476 ],
517 "cwd": "[SLAVE_BUILD]", 477 "cwd": "[SLAVE_BUILD]",
518 "name": "makedirs swarming tmp dir (4)", 478 "name": "makedirs swarming tmp dir (4)",
519 "~followup_annotations": [ 479 "~followup_annotations": [
520 "@@@STEP_LOG_LINE@python.inline@@@@", 480 "@@@STEP_LOG_LINE@python.inline@@@@",
521 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 481 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
522 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 482 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 "-d", 536 "-d",
577 "-r", 537 "-r",
578 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave5", 538 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave5",
579 "[SLAVE_BUILD]/skps/slave5" 539 "[SLAVE_BUILD]/skps/slave5"
580 ], 540 ],
581 "cwd": "[SLAVE_BUILD]", 541 "cwd": "[SLAVE_BUILD]",
582 "name": "gsutil rsync (5)" 542 "name": "gsutil rsync (5)"
583 }, 543 },
584 { 544 {
585 "cmd": [ 545 "cmd": [
586 "python",
587 "-u",
588 "RECIPE_MODULE[build::zip]/resources/zip.py"
589 ],
590 "cwd": "[SLAVE_BUILD]",
591 "name": "zip skps dir (5)",
592 "stdin": "{\"entries\": [{\"path\": \"[SLAVE_BUILD]/skps/slave5\", \"type\": \"dir\"}], \"output\": \"[SLAVE_BUILD]/skps/slave5.zip\", \"root\": \"[SLAVE_BU ILD]/skps/slave5\", \"use_python_zip\": false}"
593 },
594 {
595 "cmd": [
596 "python", 546 "python",
597 "-u", 547 "-u",
598 "\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", 548 "\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",
599 "[SLAVE_BUILD]/swarming_temp_dir", 549 "[SLAVE_BUILD]/swarming_temp_dir",
600 "511" 550 "511"
601 ], 551 ],
602 "cwd": "[SLAVE_BUILD]", 552 "cwd": "[SLAVE_BUILD]",
603 "name": "makedirs swarming tmp dir (5)", 553 "name": "makedirs swarming tmp dir (5)",
604 "~followup_annotations": [ 554 "~followup_annotations": [
605 "@@@STEP_LOG_LINE@python.inline@@@@", 555 "@@@STEP_LOG_LINE@python.inline@@@@",
(...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
1266 "@@@STEP_LOG_END@json.output@@@", 1216 "@@@STEP_LOG_END@json.output@@@",
1267 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 1217 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
1268 ] 1218 ]
1269 }, 1219 },
1270 { 1220 {
1271 "name": "$result", 1221 "name": "$result",
1272 "recipe_result": null, 1222 "recipe_result": null,
1273 "status_code": 0 1223 "status_code": 0
1274 } 1224 }
1275 ] 1225 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/skia/ct_skps.expected/CT_DM_10k_SKPs_slave3_failure.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698