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

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

Issue 1689093004: [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: Retrain expectations 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[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",
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", 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",
249 "[SLAVE_BUILD]/swarming_temp_dir", 259 "[SLAVE_BUILD]/swarming_temp_dir",
250 "511" 260 "511"
251 ], 261 ],
252 "cwd": "[SLAVE_BUILD]", 262 "cwd": "[SLAVE_BUILD]",
253 "name": "makedirs swarming tmp dir", 263 "name": "makedirs swarming tmp dir",
254 "~followup_annotations": [ 264 "~followup_annotations": [
255 "@@@STEP_LOG_LINE@python.inline@@@@", 265 "@@@STEP_LOG_LINE@python.inline@@@@",
256 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 266 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
257 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 267 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave2", 323 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave2",
314 "[SLAVE_BUILD]/skps/slave2" 324 "[SLAVE_BUILD]/skps/slave2"
315 ], 325 ],
316 "cwd": "[SLAVE_BUILD]", 326 "cwd": "[SLAVE_BUILD]",
317 "name": "gsutil rsync (2)" 327 "name": "gsutil rsync (2)"
318 }, 328 },
319 { 329 {
320 "cmd": [ 330 "cmd": [
321 "python", 331 "python",
322 "-u", 332 "-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",
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", 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",
324 "[SLAVE_BUILD]/swarming_temp_dir", 344 "[SLAVE_BUILD]/swarming_temp_dir",
325 "511" 345 "511"
326 ], 346 ],
327 "cwd": "[SLAVE_BUILD]", 347 "cwd": "[SLAVE_BUILD]",
328 "name": "makedirs swarming tmp dir (2)", 348 "name": "makedirs swarming tmp dir (2)",
329 "~followup_annotations": [ 349 "~followup_annotations": [
330 "@@@STEP_LOG_LINE@python.inline@@@@", 350 "@@@STEP_LOG_LINE@python.inline@@@@",
331 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 351 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
332 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 352 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave3", 408 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave3",
389 "[SLAVE_BUILD]/skps/slave3" 409 "[SLAVE_BUILD]/skps/slave3"
390 ], 410 ],
391 "cwd": "[SLAVE_BUILD]", 411 "cwd": "[SLAVE_BUILD]",
392 "name": "gsutil rsync (3)" 412 "name": "gsutil rsync (3)"
393 }, 413 },
394 { 414 {
395 "cmd": [ 415 "cmd": [
396 "python", 416 "python",
397 "-u", 417 "-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",
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", 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",
399 "[SLAVE_BUILD]/swarming_temp_dir", 429 "[SLAVE_BUILD]/swarming_temp_dir",
400 "511" 430 "511"
401 ], 431 ],
402 "cwd": "[SLAVE_BUILD]", 432 "cwd": "[SLAVE_BUILD]",
403 "name": "makedirs swarming tmp dir (3)", 433 "name": "makedirs swarming tmp dir (3)",
404 "~followup_annotations": [ 434 "~followup_annotations": [
405 "@@@STEP_LOG_LINE@python.inline@@@@", 435 "@@@STEP_LOG_LINE@python.inline@@@@",
406 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 436 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
407 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 437 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave4", 493 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave4",
464 "[SLAVE_BUILD]/skps/slave4" 494 "[SLAVE_BUILD]/skps/slave4"
465 ], 495 ],
466 "cwd": "[SLAVE_BUILD]", 496 "cwd": "[SLAVE_BUILD]",
467 "name": "gsutil rsync (4)" 497 "name": "gsutil rsync (4)"
468 }, 498 },
469 { 499 {
470 "cmd": [ 500 "cmd": [
471 "python", 501 "python",
472 "-u", 502 "-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",
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", 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",
474 "[SLAVE_BUILD]/swarming_temp_dir", 514 "[SLAVE_BUILD]/swarming_temp_dir",
475 "511" 515 "511"
476 ], 516 ],
477 "cwd": "[SLAVE_BUILD]", 517 "cwd": "[SLAVE_BUILD]",
478 "name": "makedirs swarming tmp dir (4)", 518 "name": "makedirs swarming tmp dir (4)",
479 "~followup_annotations": [ 519 "~followup_annotations": [
480 "@@@STEP_LOG_LINE@python.inline@@@@", 520 "@@@STEP_LOG_LINE@python.inline@@@@",
481 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 521 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
482 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 522 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave5", 578 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave5",
539 "[SLAVE_BUILD]/skps/slave5" 579 "[SLAVE_BUILD]/skps/slave5"
540 ], 580 ],
541 "cwd": "[SLAVE_BUILD]", 581 "cwd": "[SLAVE_BUILD]",
542 "name": "gsutil rsync (5)" 582 "name": "gsutil rsync (5)"
543 }, 583 },
544 { 584 {
545 "cmd": [ 585 "cmd": [
546 "python", 586 "python",
547 "-u", 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",
597 "-u",
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", 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",
549 "[SLAVE_BUILD]/swarming_temp_dir", 599 "[SLAVE_BUILD]/swarming_temp_dir",
550 "511" 600 "511"
551 ], 601 ],
552 "cwd": "[SLAVE_BUILD]", 602 "cwd": "[SLAVE_BUILD]",
553 "name": "makedirs swarming tmp dir (5)", 603 "name": "makedirs swarming tmp dir (5)",
554 "~followup_annotations": [ 604 "~followup_annotations": [
555 "@@@STEP_LOG_LINE@python.inline@@@@", 605 "@@@STEP_LOG_LINE@python.inline@@@@",
556 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 606 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
557 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 607 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
1216 "@@@STEP_LOG_END@json.output@@@", 1266 "@@@STEP_LOG_END@json.output@@@",
1217 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 1267 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
1218 ] 1268 ]
1219 }, 1269 },
1220 { 1270 {
1221 "name": "$result", 1271 "name": "$result",
1222 "recipe_result": null, 1272 "recipe_result": null,
1223 "status_code": 0 1273 "status_code": 0
1224 } 1274 }
1225 ] 1275 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698