| 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-Trybot\", \
"buildnumber\": 5, \"event.change.number\": \"2100\", \"event.patchSet.ref\": \"
refs/changes/00/2100/2\", \"mastername\": \"client.skia\", \"patch_storage\": \"
gerrit\", \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"reposit
ory\": \"skia\", \"revision\": \"abc123\", \"slavename\": \"skiabot-linux-swarm-
000\"}" | 7 "{\"buildername\": \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot\", \
"buildnumber\": 5, \"event.change.number\": \"2100\", \"event.patchSet.ref\": \"
refs/changes/00/2100/2\", \"mastername\": \"client.skia\", \"patch_storage\": \"
gerrit\", \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"reposit
ory\": \"skia\", \"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 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 265 "[SLAVE_BUILD]/skia/infra/bots/assets/clang_linux/VERSION", |
| 266 "/path/to/tmp/" |
| 267 ], |
| 268 "name": "read clang_linux VERSION" |
| 269 }, |
| 270 { |
| 271 "cmd": [ |
| 272 "python", |
| 273 "-u", |
| 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", | 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", |
| 265 "[SLAVE_BUILD]/swarming_temp_dir", | 275 "[SLAVE_BUILD]/swarming_temp_dir", |
| 266 "511" | 276 "511" |
| 267 ], | 277 ], |
| 268 "name": "makedirs swarming tmp dir", | 278 "name": "makedirs swarming tmp dir", |
| 269 "~followup_annotations": [ | 279 "~followup_annotations": [ |
| 270 "@@@STEP_LOG_LINE@python.inline@@@@", | 280 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 271 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 281 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 272 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 282 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 273 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 283 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 "name:compile_skia", | 369 "name:compile_skia", |
| 360 "--tag", | 370 "--tag", |
| 361 "os:Ubuntu", | 371 "os:Ubuntu", |
| 362 "--tag", | 372 "--tag", |
| 363 "revision:abc123", | 373 "revision:abc123", |
| 364 "--tag", | 374 "--tag", |
| 365 "slavename:skiabot-linux-swarm-000", | 375 "slavename:skiabot-linux-swarm-000", |
| 366 "--tag", | 376 "--tag", |
| 367 "stepname:compile_skia on Ubuntu", | 377 "stepname:compile_skia on Ubuntu", |
| 368 "--idempotent", | 378 "--idempotent", |
| 379 "--cipd-package", |
| 380 "clang_linux:skia/bots/clang_linux:version:0", |
| 369 "[dummy hash for compile_skia]", | 381 "[dummy hash for compile_skia]", |
| 370 "--", | 382 "--", |
| 371 "--workdir", | 383 "--workdir", |
| 372 "../../..", | 384 "../../..", |
| 373 "swarm_compile", | 385 "swarm_compile", |
| 374 "event.change.number=2100", | 386 "event.change.number=2100", |
| 375 "repository=skia", | 387 "repository=skia", |
| 376 "buildername=Build-Ubuntu-GCC-x86_64-Debug-Trybot", | 388 "buildername=Build-Ubuntu-GCC-x86_64-Debug-Trybot", |
| 377 "mastername=client.skia.compile", | 389 "mastername=client.skia.compile", |
| 378 "patch_storage=gerrit", | 390 "patch_storage=gerrit", |
| (...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 813 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 825 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
| 814 }, | 826 }, |
| 815 "name": "Upload DM Results" | 827 "name": "Upload DM Results" |
| 816 }, | 828 }, |
| 817 { | 829 { |
| 818 "name": "$result", | 830 "name": "$result", |
| 819 "recipe_result": null, | 831 "recipe_result": null, |
| 820 "status_code": 0 | 832 "status_code": 0 |
| 821 } | 833 } |
| 822 ] | 834 ] |
| OLD | NEW |