| 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\": \"Build-Ubuntu-GCC-Arm64-Debug-Android_Vulkan\", \"buil
dnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"r
ecipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabot-l
inux-swarm-000\"}" | 7 "{\"buildername\": \"Build-Ubuntu-GCC-Arm64-Debug-Android_Vulkan\", \"buil
dnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"r
ecipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabot-l
inux-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 "Build-Ubuntu-GCC-Arm64-Debug-Android_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@ \"most\"@@@", | |
| 274 "@@@STEP_LOG_LINE@json.output@ ], @@@", | |
| 275 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | |
| 276 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", | |
| 277 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", | |
| 278 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"Android_Vulkan\", @@
@", | |
| 279 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": false, @@@", | |
| 280 "@@@STEP_LOG_LINE@json.output@ \"os\": \"Ubuntu\", @@@", | |
| 281 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Build\", @@@", | |
| 282 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"Arm64\"@@@", | |
| 283 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 284 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", | |
| 285 "@@@STEP_LOG_LINE@json.output@ \"device_cfg\": \"arm64\", @@@", | |
| 286 "@@@STEP_LOG_LINE@json.output@ \"dm_flags\": [@@@", | |
| 287 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", | |
| 288 "@@@STEP_LOG_LINE@json.output@ ], @@@", | |
| 289 "@@@STEP_LOG_LINE@json.output@ \"do_perf_steps\": false, @@@", | |
| 290 "@@@STEP_LOG_LINE@json.output@ \"do_test_steps\": false, @@@", | |
| 291 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", | |
| 292 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"skia_arch_type=arm64
skia_warnings_as_errors=1\"@@@", | |
| 293 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 294 "@@@STEP_LOG_LINE@json.output@ \"nanobench_flags\": [@@@", | |
| 295 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", | |
| 296 "@@@STEP_LOG_LINE@json.output@ ], @@@", | |
| 297 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@", | |
| 298 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | |
| 299 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 300 "@@@STEP_LOG_END@json.output@@@" | |
| 301 ] | |
| 302 }, | |
| 303 { | |
| 304 "cmd": [ | |
| 305 "python", | |
| 306 "-u", | |
| 307 "\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", |
| 308 "[SLAVE_BUILD]/skia/infra/bots/assets/android_sdk/VERSION", | 265 "[SLAVE_BUILD]/skia/infra/bots/assets/android_sdk/VERSION", |
| 309 "/path/to/tmp/" | 266 "/path/to/tmp/" |
| 310 ], | 267 ], |
| 311 "name": "read android_sdk VERSION" | 268 "name": "read android_sdk VERSION" |
| 312 }, | 269 }, |
| 313 { | 270 { |
| 314 "cmd": [ | 271 "cmd": [ |
| 315 "python", | 272 "python", |
| 316 "-u", | 273 "-u", |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 510 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 467 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 511 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 468 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
| 512 ] | 469 ] |
| 513 }, | 470 }, |
| 514 { | 471 { |
| 515 "name": "$result", | 472 "name": "$result", |
| 516 "recipe_result": null, | 473 "recipe_result": null, |
| 517 "status_code": 0 | 474 "status_code": 0 |
| 518 } | 475 } |
| 519 ] | 476 ] |
| OLD | NEW |