Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1235)

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs.json

Issue 2249523004: Increase hard and io timeouts for CT builds (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Initial upload Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « infra/bots/recipes/swarm_trigger.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_trigger.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698