| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js
on.load(f)\n\nprint json.dumps(content, indent=2)\n", | 6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js
on.load(f)\n\nprint json.dumps(content, indent=2)\n", |
| 7 "{\"buildername\": \"Housekeeper-PerCommit\", \"buildnumber\": 5, \"master
name\": \"client.skia\", \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigg
er\", \"revision\": \"abc123\", \"slavename\": \"skiabot-linux-swarm-000\"}" | 7 "{\"buildername\": \"Housekeeper-PerCommit\", \"buildnumber\": 5, \"master
name\": \"client.skia\", \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigg
er\", \"revision\": \"abc123\", \"slavename\": \"skiabot-linux-swarm-000\"}" |
| 8 ], | 8 ], |
| 9 "name": "print properties", | 9 "name": "print properties", |
| 10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
| (...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 254 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 255 "----", | 255 "----", |
| 256 "help" | 256 "help" |
| 257 ], | 257 ], |
| 258 "name": "gsutil help" | 258 "name": "gsutil help" |
| 259 }, | 259 }, |
| 260 { | 260 { |
| 261 "cmd": [ | 261 "cmd": [ |
| 262 "python", | 262 "python", |
| 263 "-u", | 263 "-u", |
| 264 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | |
| 265 "/path/to/tmp/json", | |
| 266 "Housekeeper-PerCommit" | |
| 267 ], | |
| 268 "cwd": "[SLAVE_BUILD]/skia", | |
| 269 "name": "exec buildbot_spec.py", | |
| 270 "~followup_annotations": [ | |
| 271 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 272 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | |
| 273 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", | |
| 274 "@@@STEP_LOG_LINE@json.output@ ], @@@", | |
| 275 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | |
| 276 "@@@STEP_LOG_LINE@json.output@ \"frequency\": \"PerCommit\", @@@", | |
| 277 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": false, @@@", | |
| 278 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Housekeeper\"@@@", | |
| 279 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 280 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", | |
| 281 "@@@STEP_LOG_LINE@json.output@ \"dm_flags\": [@@@", | |
| 282 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", | |
| 283 "@@@STEP_LOG_LINE@json.output@ ], @@@", | |
| 284 "@@@STEP_LOG_LINE@json.output@ \"do_perf_steps\": false, @@@", | |
| 285 "@@@STEP_LOG_LINE@json.output@ \"do_test_steps\": false, @@@", | |
| 286 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", | |
| 287 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"skia_shared_lib=1 ski
a_warnings_as_errors=0\"@@@", | |
| 288 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 289 "@@@STEP_LOG_LINE@json.output@ \"nanobench_flags\": [@@@", | |
| 290 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", | |
| 291 "@@@STEP_LOG_LINE@json.output@ ], @@@", | |
| 292 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@", | |
| 293 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | |
| 294 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 295 "@@@STEP_LOG_END@json.output@@@" | |
| 296 ] | |
| 297 }, | |
| 298 { | |
| 299 "cmd": [ | |
| 300 "python", | |
| 301 "-u", | |
| 302 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | |
| 303 "/path/to/tmp/json", | |
| 304 "Build-Ubuntu-GCC-x86_64-Release-Shared" | |
| 305 ], | |
| 306 "cwd": "[SLAVE_BUILD]/skia", | |
| 307 "name": "exec buildbot_spec.py (2)", | |
| 308 "~followup_annotations": [ | |
| 309 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 310 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | |
| 311 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", | |
| 312 "@@@STEP_LOG_LINE@json.output@ ], @@@", | |
| 313 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | |
| 314 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", | |
| 315 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", | |
| 316 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"Shared\", @@@", | |
| 317 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": false, @@@", | |
| 318 "@@@STEP_LOG_LINE@json.output@ \"os\": \"Ubuntu\", @@@", | |
| 319 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Build\", @@@", | |
| 320 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"x86_64\"@@@", | |
| 321 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 322 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", | |
| 323 "@@@STEP_LOG_LINE@json.output@ \"dm_flags\": [@@@", | |
| 324 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", | |
| 325 "@@@STEP_LOG_LINE@json.output@ ], @@@", | |
| 326 "@@@STEP_LOG_LINE@json.output@ \"do_perf_steps\": false, @@@", | |
| 327 "@@@STEP_LOG_LINE@json.output@ \"do_test_steps\": false, @@@", | |
| 328 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", | |
| 329 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"skia_arch_type=x86_64
skia_shared_lib=1 skia_warnings_as_errors=1\"@@@", | |
| 330 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 331 "@@@STEP_LOG_LINE@json.output@ \"nanobench_flags\": [@@@", | |
| 332 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", | |
| 333 "@@@STEP_LOG_LINE@json.output@ ], @@@", | |
| 334 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@", | |
| 335 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | |
| 336 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 337 "@@@STEP_LOG_END@json.output@@@" | |
| 338 ] | |
| 339 }, | |
| 340 { | |
| 341 "cmd": [ | |
| 342 "python", | |
| 343 "-u", | |
| 344 "\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", | 264 "\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", |
| 345 "[SLAVE_BUILD]/swarming_temp_dir", | 265 "[SLAVE_BUILD]/swarming_temp_dir", |
| 346 "511" | 266 "511" |
| 347 ], | 267 ], |
| 348 "name": "makedirs swarming tmp dir", | 268 "name": "makedirs swarming tmp dir", |
| 349 "~followup_annotations": [ | 269 "~followup_annotations": [ |
| 350 "@@@STEP_LOG_LINE@python.inline@@@@", | 270 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 351 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 271 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 352 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 272 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 353 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 273 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| (...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 770 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 690 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 771 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 691 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
| 772 ] | 692 ] |
| 773 }, | 693 }, |
| 774 { | 694 { |
| 775 "name": "$result", | 695 "name": "$result", |
| 776 "recipe_result": null, | 696 "recipe_result": null, |
| 777 "status_code": 0 | 697 "status_code": 0 |
| 778 } | 698 } |
| 779 ] | 699 ] |
| OLD | NEW |