| OLD | NEW |
| 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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave1", | 270 "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave1", |
| 271 "[SLAVE_BUILD]/skps/slave1" | 271 "[SLAVE_BUILD]/skps/slave1" |
| 272 ], | 272 ], |
| 273 "cwd": "[SLAVE_BUILD]", | 273 "cwd": "[SLAVE_BUILD]", |
| 274 "name": "gsutil rsync" | 274 "name": "gsutil rsync" |
| 275 }, | 275 }, |
| 276 { | 276 { |
| 277 "cmd": [ | 277 "cmd": [ |
| 278 "python", | 278 "python", |
| 279 "-u", | 279 "-u", |
| 280 "RECIPE_MODULE[build::zip]/resources/zip.py" | |
| 281 ], | |
| 282 "cwd": "[SLAVE_BUILD]", | |
| 283 "name": "zip skps dir", | |
| 284 "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}" | |
| 285 }, | |
| 286 { | |
| 287 "cmd": [ | |
| 288 "python", | |
| 289 "-u", | |
| 290 "\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", | 280 "\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", |
| 291 "[SLAVE_BUILD]/swarming_temp_dir", | 281 "[SLAVE_BUILD]/swarming_temp_dir", |
| 292 "511" | 282 "511" |
| 293 ], | 283 ], |
| 294 "cwd": "[SLAVE_BUILD]", | 284 "cwd": "[SLAVE_BUILD]", |
| 295 "name": "makedirs swarming tmp dir", | 285 "name": "makedirs swarming tmp dir", |
| 296 "~followup_annotations": [ | 286 "~followup_annotations": [ |
| 297 "@@@STEP_LOG_LINE@python.inline@@@@", | 287 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 298 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 288 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 299 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 289 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave2", | 345 "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave2", |
| 356 "[SLAVE_BUILD]/skps/slave2" | 346 "[SLAVE_BUILD]/skps/slave2" |
| 357 ], | 347 ], |
| 358 "cwd": "[SLAVE_BUILD]", | 348 "cwd": "[SLAVE_BUILD]", |
| 359 "name": "gsutil rsync (2)" | 349 "name": "gsutil rsync (2)" |
| 360 }, | 350 }, |
| 361 { | 351 { |
| 362 "cmd": [ | 352 "cmd": [ |
| 363 "python", | 353 "python", |
| 364 "-u", | 354 "-u", |
| 365 "RECIPE_MODULE[build::zip]/resources/zip.py" | |
| 366 ], | |
| 367 "cwd": "[SLAVE_BUILD]", | |
| 368 "name": "zip skps dir (2)", | |
| 369 "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}" | |
| 370 }, | |
| 371 { | |
| 372 "cmd": [ | |
| 373 "python", | |
| 374 "-u", | |
| 375 "\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", | 355 "\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", |
| 376 "[SLAVE_BUILD]/swarming_temp_dir", | 356 "[SLAVE_BUILD]/swarming_temp_dir", |
| 377 "511" | 357 "511" |
| 378 ], | 358 ], |
| 379 "cwd": "[SLAVE_BUILD]", | 359 "cwd": "[SLAVE_BUILD]", |
| 380 "name": "makedirs swarming tmp dir (2)", | 360 "name": "makedirs swarming tmp dir (2)", |
| 381 "~followup_annotations": [ | 361 "~followup_annotations": [ |
| 382 "@@@STEP_LOG_LINE@python.inline@@@@", | 362 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 383 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 363 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 384 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 364 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 440 "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave3", | 420 "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave3", |
| 441 "[SLAVE_BUILD]/skps/slave3" | 421 "[SLAVE_BUILD]/skps/slave3" |
| 442 ], | 422 ], |
| 443 "cwd": "[SLAVE_BUILD]", | 423 "cwd": "[SLAVE_BUILD]", |
| 444 "name": "gsutil rsync (3)" | 424 "name": "gsutil rsync (3)" |
| 445 }, | 425 }, |
| 446 { | 426 { |
| 447 "cmd": [ | 427 "cmd": [ |
| 448 "python", | 428 "python", |
| 449 "-u", | 429 "-u", |
| 450 "RECIPE_MODULE[build::zip]/resources/zip.py" | |
| 451 ], | |
| 452 "cwd": "[SLAVE_BUILD]", | |
| 453 "name": "zip skps dir (3)", | |
| 454 "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}" | |
| 455 }, | |
| 456 { | |
| 457 "cmd": [ | |
| 458 "python", | |
| 459 "-u", | |
| 460 "\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", | 430 "\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", |
| 461 "[SLAVE_BUILD]/swarming_temp_dir", | 431 "[SLAVE_BUILD]/swarming_temp_dir", |
| 462 "511" | 432 "511" |
| 463 ], | 433 ], |
| 464 "cwd": "[SLAVE_BUILD]", | 434 "cwd": "[SLAVE_BUILD]", |
| 465 "name": "makedirs swarming tmp dir (3)", | 435 "name": "makedirs swarming tmp dir (3)", |
| 466 "~followup_annotations": [ | 436 "~followup_annotations": [ |
| 467 "@@@STEP_LOG_LINE@python.inline@@@@", | 437 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 468 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 438 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 469 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 439 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 525 "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave4", | 495 "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave4", |
| 526 "[SLAVE_BUILD]/skps/slave4" | 496 "[SLAVE_BUILD]/skps/slave4" |
| 527 ], | 497 ], |
| 528 "cwd": "[SLAVE_BUILD]", | 498 "cwd": "[SLAVE_BUILD]", |
| 529 "name": "gsutil rsync (4)" | 499 "name": "gsutil rsync (4)" |
| 530 }, | 500 }, |
| 531 { | 501 { |
| 532 "cmd": [ | 502 "cmd": [ |
| 533 "python", | 503 "python", |
| 534 "-u", | 504 "-u", |
| 535 "RECIPE_MODULE[build::zip]/resources/zip.py" | |
| 536 ], | |
| 537 "cwd": "[SLAVE_BUILD]", | |
| 538 "name": "zip skps dir (4)", | |
| 539 "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}" | |
| 540 }, | |
| 541 { | |
| 542 "cmd": [ | |
| 543 "python", | |
| 544 "-u", | |
| 545 "\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", | 505 "\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", |
| 546 "[SLAVE_BUILD]/swarming_temp_dir", | 506 "[SLAVE_BUILD]/swarming_temp_dir", |
| 547 "511" | 507 "511" |
| 548 ], | 508 ], |
| 549 "cwd": "[SLAVE_BUILD]", | 509 "cwd": "[SLAVE_BUILD]", |
| 550 "name": "makedirs swarming tmp dir (4)", | 510 "name": "makedirs swarming tmp dir (4)", |
| 551 "~followup_annotations": [ | 511 "~followup_annotations": [ |
| 552 "@@@STEP_LOG_LINE@python.inline@@@@", | 512 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 553 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 513 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 554 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 514 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 608 "-d", | 568 "-d", |
| 609 "-r", | 569 "-r", |
| 610 "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave5", | 570 "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave5", |
| 611 "[SLAVE_BUILD]/skps/slave5" | 571 "[SLAVE_BUILD]/skps/slave5" |
| 612 ], | 572 ], |
| 613 "cwd": "[SLAVE_BUILD]", | 573 "cwd": "[SLAVE_BUILD]", |
| 614 "name": "gsutil rsync (5)" | 574 "name": "gsutil rsync (5)" |
| 615 }, | 575 }, |
| 616 { | 576 { |
| 617 "cmd": [ | 577 "cmd": [ |
| 618 "python", | |
| 619 "-u", | |
| 620 "RECIPE_MODULE[build::zip]/resources/zip.py" | |
| 621 ], | |
| 622 "cwd": "[SLAVE_BUILD]", | |
| 623 "name": "zip skps dir (5)", | |
| 624 "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}" | |
| 625 }, | |
| 626 { | |
| 627 "cmd": [ | |
| 628 "python", | 578 "python", |
| 629 "-u", | 579 "-u", |
| 630 "\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", | 580 "\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", |
| 631 "[SLAVE_BUILD]/swarming_temp_dir", | 581 "[SLAVE_BUILD]/swarming_temp_dir", |
| 632 "511" | 582 "511" |
| 633 ], | 583 ], |
| 634 "cwd": "[SLAVE_BUILD]", | 584 "cwd": "[SLAVE_BUILD]", |
| 635 "name": "makedirs swarming tmp dir (5)", | 585 "name": "makedirs swarming tmp dir (5)", |
| 636 "~followup_annotations": [ | 586 "~followup_annotations": [ |
| 637 "@@@STEP_LOG_LINE@python.inline@@@@", | 587 "@@@STEP_LOG_LINE@python.inline@@@@", |
| (...skipping 670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1308 "@@@STEP_LOG_END@json.output@@@", | 1258 "@@@STEP_LOG_END@json.output@@@", |
| 1309 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1259 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1310 ] | 1260 ] |
| 1311 }, | 1261 }, |
| 1312 { | 1262 { |
| 1313 "name": "$result", | 1263 "name": "$result", |
| 1314 "recipe_result": null, | 1264 "recipe_result": null, |
| 1315 "status_code": 0 | 1265 "status_code": 0 |
| 1316 } | 1266 } |
| 1317 ] | 1267 ] |
| OLD | NEW |