| 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\": \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug\", \"buildn
umber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"rec
ipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabot-lin
ux-swarm-000\"}" | 7 "{\"buildername\": \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug\", \"buildn
umber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"rec
ipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabot-lin
ux-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 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug" | |
| 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@ \"dm\"@@@", | |
| 274 "@@@STEP_LOG_LINE@json.output@ ], @@@", | |
| 275 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | |
| 276 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@", | |
| 277 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", | |
| 278 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", | |
| 279 "@@@STEP_LOG_LINE@json.output@ \"cpu_or_gpu\": \"CPU\", @@@", | |
| 280 "@@@STEP_LOG_LINE@json.output@ \"cpu_or_gpu_value\": \"AVX2\", @@@", | |
| 281 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": false, @@@", | |
| 282 "@@@STEP_LOG_LINE@json.output@ \"model\": \"GCE\", @@@", | |
| 283 "@@@STEP_LOG_LINE@json.output@ \"os\": \"Ubuntu\", @@@", | |
| 284 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Test\"@@@", | |
| 285 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 286 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", | |
| 287 "@@@STEP_LOG_LINE@json.output@ \"dm_flags\": [@@@", | |
| 288 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", | |
| 289 "@@@STEP_LOG_LINE@json.output@ ], @@@", | |
| 290 "@@@STEP_LOG_LINE@json.output@ \"do_perf_steps\": false, @@@", | |
| 291 "@@@STEP_LOG_LINE@json.output@ \"do_test_steps\": true, @@@", | |
| 292 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", | |
| 293 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"skia_arch_type=x86_64
skia_gpu=0 skia_warnings_as_errors=0\"@@@", | |
| 294 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 295 "@@@STEP_LOG_LINE@json.output@ \"nanobench_flags\": [@@@", | |
| 296 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", | |
| 297 "@@@STEP_LOG_LINE@json.output@ ], @@@", | |
| 298 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@", | |
| 299 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | |
| 300 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 301 "@@@STEP_LOG_END@json.output@@@" | |
| 302 ] | |
| 303 }, | |
| 304 { | |
| 305 "cmd": [ | |
| 306 "python", | |
| 307 "-u", | |
| 308 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | |
| 309 "/path/to/tmp/json", | |
| 310 "Build-Ubuntu-GCC-x86_64-Debug" | |
| 311 ], | |
| 312 "cwd": "[SLAVE_BUILD]/skia", | |
| 313 "name": "exec buildbot_spec.py (2)", | |
| 314 "~followup_annotations": [ | |
| 315 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 316 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | |
| 317 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", | |
| 318 "@@@STEP_LOG_LINE@json.output@ ], @@@", | |
| 319 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | |
| 320 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", | |
| 321 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", | |
| 322 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": false, @@@", | |
| 323 "@@@STEP_LOG_LINE@json.output@ \"os\": \"Ubuntu\", @@@", | |
| 324 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Build\", @@@", | |
| 325 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"x86_64\"@@@", | |
| 326 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 327 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", | |
| 328 "@@@STEP_LOG_LINE@json.output@ \"dm_flags\": [@@@", | |
| 329 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", | |
| 330 "@@@STEP_LOG_LINE@json.output@ ], @@@", | |
| 331 "@@@STEP_LOG_LINE@json.output@ \"do_perf_steps\": false, @@@", | |
| 332 "@@@STEP_LOG_LINE@json.output@ \"do_test_steps\": false, @@@", | |
| 333 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", | |
| 334 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"skia_arch_type=x86_64
skia_warnings_as_errors=1\"@@@", | |
| 335 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 336 "@@@STEP_LOG_LINE@json.output@ \"nanobench_flags\": [@@@", | |
| 337 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", | |
| 338 "@@@STEP_LOG_LINE@json.output@ ], @@@", | |
| 339 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@", | |
| 340 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | |
| 341 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 342 "@@@STEP_LOG_END@json.output@@@" | |
| 343 ] | |
| 344 }, | |
| 345 { | |
| 346 "cmd": [ | |
| 347 "python", | |
| 348 "-u", | |
| 349 "\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", |
| 350 "[SLAVE_BUILD]/swarming_temp_dir", | 265 "[SLAVE_BUILD]/swarming_temp_dir", |
| 351 "511" | 266 "511" |
| 352 ], | 267 ], |
| 353 "name": "makedirs swarming tmp dir", | 268 "name": "makedirs swarming tmp dir", |
| 354 "~followup_annotations": [ | 269 "~followup_annotations": [ |
| 355 "@@@STEP_LOG_LINE@python.inline@@@@", | 270 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 356 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 271 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 357 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 272 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 358 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 273 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| (...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 878 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 793 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
| 879 }, | 794 }, |
| 880 "name": "Upload DM Results" | 795 "name": "Upload DM Results" |
| 881 }, | 796 }, |
| 882 { | 797 { |
| 883 "name": "$result", | 798 "name": "$result", |
| 884 "recipe_result": null, | 799 "recipe_result": null, |
| 885 "status_code": 0 | 800 "status_code": 0 |
| 886 } | 801 } |
| 887 ] | 802 ] |
| OLD | NEW |