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", |
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", | 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", |
281 "[SLAVE_BUILD]/swarming_temp_dir", | 291 "[SLAVE_BUILD]/swarming_temp_dir", |
282 "511" | 292 "511" |
283 ], | 293 ], |
284 "cwd": "[SLAVE_BUILD]", | 294 "cwd": "[SLAVE_BUILD]", |
285 "name": "makedirs swarming tmp dir", | 295 "name": "makedirs swarming tmp dir", |
286 "~followup_annotations": [ | 296 "~followup_annotations": [ |
287 "@@@STEP_LOG_LINE@python.inline@@@@", | 297 "@@@STEP_LOG_LINE@python.inline@@@@", |
288 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 298 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
289 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 299 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
345 "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave2", | 355 "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave2", |
346 "[SLAVE_BUILD]/skps/slave2" | 356 "[SLAVE_BUILD]/skps/slave2" |
347 ], | 357 ], |
348 "cwd": "[SLAVE_BUILD]", | 358 "cwd": "[SLAVE_BUILD]", |
349 "name": "gsutil rsync (2)" | 359 "name": "gsutil rsync (2)" |
350 }, | 360 }, |
351 { | 361 { |
352 "cmd": [ | 362 "cmd": [ |
353 "python", | 363 "python", |
354 "-u", | 364 "-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", |
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", | 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", |
356 "[SLAVE_BUILD]/swarming_temp_dir", | 376 "[SLAVE_BUILD]/swarming_temp_dir", |
357 "511" | 377 "511" |
358 ], | 378 ], |
359 "cwd": "[SLAVE_BUILD]", | 379 "cwd": "[SLAVE_BUILD]", |
360 "name": "makedirs swarming tmp dir (2)", | 380 "name": "makedirs swarming tmp dir (2)", |
361 "~followup_annotations": [ | 381 "~followup_annotations": [ |
362 "@@@STEP_LOG_LINE@python.inline@@@@", | 382 "@@@STEP_LOG_LINE@python.inline@@@@", |
363 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 383 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
364 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 384 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
420 "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave3", | 440 "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave3", |
421 "[SLAVE_BUILD]/skps/slave3" | 441 "[SLAVE_BUILD]/skps/slave3" |
422 ], | 442 ], |
423 "cwd": "[SLAVE_BUILD]", | 443 "cwd": "[SLAVE_BUILD]", |
424 "name": "gsutil rsync (3)" | 444 "name": "gsutil rsync (3)" |
425 }, | 445 }, |
426 { | 446 { |
427 "cmd": [ | 447 "cmd": [ |
428 "python", | 448 "python", |
429 "-u", | 449 "-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", |
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", | 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", |
431 "[SLAVE_BUILD]/swarming_temp_dir", | 461 "[SLAVE_BUILD]/swarming_temp_dir", |
432 "511" | 462 "511" |
433 ], | 463 ], |
434 "cwd": "[SLAVE_BUILD]", | 464 "cwd": "[SLAVE_BUILD]", |
435 "name": "makedirs swarming tmp dir (3)", | 465 "name": "makedirs swarming tmp dir (3)", |
436 "~followup_annotations": [ | 466 "~followup_annotations": [ |
437 "@@@STEP_LOG_LINE@python.inline@@@@", | 467 "@@@STEP_LOG_LINE@python.inline@@@@", |
438 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 468 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
439 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 469 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
495 "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave4", | 525 "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave4", |
496 "[SLAVE_BUILD]/skps/slave4" | 526 "[SLAVE_BUILD]/skps/slave4" |
497 ], | 527 ], |
498 "cwd": "[SLAVE_BUILD]", | 528 "cwd": "[SLAVE_BUILD]", |
499 "name": "gsutil rsync (4)" | 529 "name": "gsutil rsync (4)" |
500 }, | 530 }, |
501 { | 531 { |
502 "cmd": [ | 532 "cmd": [ |
503 "python", | 533 "python", |
504 "-u", | 534 "-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", |
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", | 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", |
506 "[SLAVE_BUILD]/swarming_temp_dir", | 546 "[SLAVE_BUILD]/swarming_temp_dir", |
507 "511" | 547 "511" |
508 ], | 548 ], |
509 "cwd": "[SLAVE_BUILD]", | 549 "cwd": "[SLAVE_BUILD]", |
510 "name": "makedirs swarming tmp dir (4)", | 550 "name": "makedirs swarming tmp dir (4)", |
511 "~followup_annotations": [ | 551 "~followup_annotations": [ |
512 "@@@STEP_LOG_LINE@python.inline@@@@", | 552 "@@@STEP_LOG_LINE@python.inline@@@@", |
513 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 553 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
514 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 554 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
570 "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave5", | 610 "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave5", |
571 "[SLAVE_BUILD]/skps/slave5" | 611 "[SLAVE_BUILD]/skps/slave5" |
572 ], | 612 ], |
573 "cwd": "[SLAVE_BUILD]", | 613 "cwd": "[SLAVE_BUILD]", |
574 "name": "gsutil rsync (5)" | 614 "name": "gsutil rsync (5)" |
575 }, | 615 }, |
576 { | 616 { |
577 "cmd": [ | 617 "cmd": [ |
578 "python", | 618 "python", |
579 "-u", | 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", |
| 629 "-u", |
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", | 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", |
581 "[SLAVE_BUILD]/swarming_temp_dir", | 631 "[SLAVE_BUILD]/swarming_temp_dir", |
582 "511" | 632 "511" |
583 ], | 633 ], |
584 "cwd": "[SLAVE_BUILD]", | 634 "cwd": "[SLAVE_BUILD]", |
585 "name": "makedirs swarming tmp dir (5)", | 635 "name": "makedirs swarming tmp dir (5)", |
586 "~followup_annotations": [ | 636 "~followup_annotations": [ |
587 "@@@STEP_LOG_LINE@python.inline@@@@", | 637 "@@@STEP_LOG_LINE@python.inline@@@@", |
588 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 638 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
589 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 639 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
(...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1258 "@@@STEP_LOG_END@json.output@@@", | 1308 "@@@STEP_LOG_END@json.output@@@", |
1259 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1309 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1260 ] | 1310 ] |
1261 }, | 1311 }, |
1262 { | 1312 { |
1263 "name": "$result", | 1313 "name": "$result", |
1264 "recipe_result": null, | 1314 "recipe_result": null, |
1265 "status_code": 0 | 1315 "status_code": 0 |
1266 } | 1316 } |
1267 ] | 1317 ] |
OLD | NEW |