| 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-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debu
g-Vulkan\", \"buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\"
: \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slaven
ame\": \"skiabot-linux-swarm-000\"}" | 7 "{\"buildername\": \"Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debu
g-Vulkan\", \"buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\"
: \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slaven
ame\": \"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 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan" | |
| 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\": \"Arm64\", @@@", | |
| 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\": \"GPU\", @@@", | |
| 280 "@@@STEP_LOG_LINE@json.output@ \"cpu_or_gpu_value\": \"TegraX1\", @@@", | |
| 281 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"Vulkan\", @@@", | |
| 282 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": false, @@@", | |
| 283 "@@@STEP_LOG_LINE@json.output@ \"model\": \"NVIDIA_Shield\", @@@", | |
| 284 "@@@STEP_LOG_LINE@json.output@ \"os\": \"Android\", @@@", | |
| 285 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Test\"@@@", | |
| 286 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 287 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", | |
| 288 "@@@STEP_LOG_LINE@json.output@ \"device_cfg\": \"arm64\", @@@", | |
| 289 "@@@STEP_LOG_LINE@json.output@ \"dm_flags\": [@@@", | |
| 290 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", | |
| 291 "@@@STEP_LOG_LINE@json.output@ ], @@@", | |
| 292 "@@@STEP_LOG_LINE@json.output@ \"do_perf_steps\": false, @@@", | |
| 293 "@@@STEP_LOG_LINE@json.output@ \"do_test_steps\": true, @@@", | |
| 294 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", | |
| 295 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"skia_arch_type=arm64
skia_vulkan=1 skia_vulkan_debug_layers=0 skia_warnings_as_errors=0\"@@@", | |
| 296 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 297 "@@@STEP_LOG_LINE@json.output@ \"nanobench_flags\": [@@@", | |
| 298 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", | |
| 299 "@@@STEP_LOG_LINE@json.output@ ], @@@", | |
| 300 "@@@STEP_LOG_LINE@json.output@ \"product.board\": \"foster\", @@@", | |
| 301 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@", | |
| 302 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | |
| 303 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 304 "@@@STEP_LOG_END@json.output@@@" | |
| 305 ] | |
| 306 }, | |
| 307 { | |
| 308 "cmd": [ | |
| 309 "python", | |
| 310 "-u", | |
| 311 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 264 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 312 "[SLAVE_BUILD]/skia/infra/bots/assets/android_sdk/VERSION", | 265 "[SLAVE_BUILD]/skia/infra/bots/assets/android_sdk/VERSION", |
| 313 "/path/to/tmp/" | 266 "/path/to/tmp/" |
| 314 ], | 267 ], |
| 315 "name": "read android_sdk VERSION" | 268 "name": "read android_sdk VERSION" |
| 316 }, | 269 }, |
| 317 { | 270 { |
| 318 "cmd": [ | 271 "cmd": [ |
| 319 "python", | 272 "python", |
| 320 "-u", | 273 "-u", |
| 321 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | |
| 322 "/path/to/tmp/json", | |
| 323 "Build-Ubuntu-GCC-Arm64-Debug-Android_Vulkan" | |
| 324 ], | |
| 325 "cwd": "[SLAVE_BUILD]/skia", | |
| 326 "name": "exec buildbot_spec.py (2)", | |
| 327 "~followup_annotations": [ | |
| 328 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 329 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | |
| 330 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", | |
| 331 "@@@STEP_LOG_LINE@json.output@ ], @@@", | |
| 332 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | |
| 333 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", | |
| 334 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", | |
| 335 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"Android_Vulkan\", @@
@", | |
| 336 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": false, @@@", | |
| 337 "@@@STEP_LOG_LINE@json.output@ \"os\": \"Ubuntu\", @@@", | |
| 338 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Build\", @@@", | |
| 339 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"Arm64\"@@@", | |
| 340 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 341 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", | |
| 342 "@@@STEP_LOG_LINE@json.output@ \"device_cfg\": \"arm64\", @@@", | |
| 343 "@@@STEP_LOG_LINE@json.output@ \"dm_flags\": [@@@", | |
| 344 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", | |
| 345 "@@@STEP_LOG_LINE@json.output@ ], @@@", | |
| 346 "@@@STEP_LOG_LINE@json.output@ \"do_perf_steps\": false, @@@", | |
| 347 "@@@STEP_LOG_LINE@json.output@ \"do_test_steps\": false, @@@", | |
| 348 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", | |
| 349 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"skia_arch_type=arm64
skia_warnings_as_errors=1\"@@@", | |
| 350 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 351 "@@@STEP_LOG_LINE@json.output@ \"nanobench_flags\": [@@@", | |
| 352 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", | |
| 353 "@@@STEP_LOG_LINE@json.output@ ], @@@", | |
| 354 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@", | |
| 355 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | |
| 356 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 357 "@@@STEP_LOG_END@json.output@@@" | |
| 358 ] | |
| 359 }, | |
| 360 { | |
| 361 "cmd": [ | |
| 362 "python", | |
| 363 "-u", | |
| 364 "\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", | 274 "\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", |
| 365 "[SLAVE_BUILD]/swarming_temp_dir", | 275 "[SLAVE_BUILD]/swarming_temp_dir", |
| 366 "511" | 276 "511" |
| 367 ], | 277 ], |
| 368 "name": "makedirs swarming tmp dir", | 278 "name": "makedirs swarming tmp dir", |
| 369 "~followup_annotations": [ | 279 "~followup_annotations": [ |
| 370 "@@@STEP_LOG_LINE@python.inline@@@@", | 280 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 371 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 281 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 372 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 282 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 373 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 283 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| (...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 892 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 802 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
| 893 }, | 803 }, |
| 894 "name": "Upload DM Results" | 804 "name": "Upload DM Results" |
| 895 }, | 805 }, |
| 896 { | 806 { |
| 897 "name": "$result", | 807 "name": "$result", |
| 898 "recipe_result": null, | 808 "recipe_result": null, |
| 899 "status_code": 0 | 809 "status_code": 0 |
| 900 } | 810 } |
| 901 ] | 811 ] |
| OLD | NEW |