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\": \"Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENC
H_1k_SKPs\", \"buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\
": \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slave
name\": \"skiabot-linux-swarm-000\"}" | 7 "{\"buildername\": \"Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENC
H_1k_SKPs\", \"buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\
": \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slave
name\": \"skiabot-linux-swarm-000\"}" |
8 ], | 8 ], |
9 "name": "print properties", | 9 "name": "print properties", |
10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
326 "90", | 326 "90", |
327 "--shards", | 327 "--shards", |
328 "1", | 328 "1", |
329 "--task-name", | 329 "--task-name", |
330 "ct_skps_skia/Ubuntu/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Rele
ase-CT_BENCH_1k_SKPs/5", | 330 "ct_skps_skia/Ubuntu/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Rele
ase-CT_BENCH_1k_SKPs/5", |
331 "--dump-json", | 331 "--dump-json", |
332 "/path/to/tmp/json", | 332 "/path/to/tmp/json", |
333 "--expiration", | 333 "--expiration", |
334 "72000", | 334 "72000", |
335 "--io-timeout", | 335 "--io-timeout", |
336 "2400", | 336 "3600", |
337 "--hard-timeout", | 337 "--hard-timeout", |
338 "14400", | 338 "86400", |
339 "--dimension", | 339 "--dimension", |
340 "os", | 340 "os", |
341 "Ubuntu", | 341 "Ubuntu", |
342 "--dimension", | 342 "--dimension", |
343 "pool", | 343 "pool", |
344 "SkiaCT", | 344 "SkiaCT", |
345 "--tag", | 345 "--tag", |
346 "allow_milo:1", | 346 "allow_milo:1", |
347 "--tag", | 347 "--tag", |
348 "buildername:Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKP
s", | 348 "buildername:Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKP
s", |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
451 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 451 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
452 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 452 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
453 ] | 453 ] |
454 }, | 454 }, |
455 { | 455 { |
456 "name": "$result", | 456 "name": "$result", |
457 "recipe_result": null, | 457 "recipe_result": null, |
458 "status_code": 0 | 458 "status_code": 0 |
459 } | 459 } |
460 ] | 460 ] |
OLD | NEW |