Skip to content

Commit

Permalink
experiments: add kubo 0.22-rc1 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorropo authored Feb 6, 2024
1 parent 9300f13 commit e744732
Showing 1 changed file with 108 additions and 0 deletions.
108 changes: 108 additions & 0 deletions experiments/kubo-prerelease-22-by-5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
{
"name": "kubo-prerelease-22-by-5",
"max_request_rate": 10,
"max_concurrency": 30,
"request_filter": "pathonly",

"defaults": {
"instance_type": "io_medium"
},

"shared": {
"init_commands" : [
"ipfs config --json AutoNAT '{\"ServiceMode\": \"disabled\"}'",
"ipfs config --json Datastore.BloomFilterSize '268435456'",
"ipfs config --json Datastore.StorageGCWatermark 90",
"ipfs config --json Datastore.StorageMax '\"160GB\"'",
"ipfs config --json Pubsub.StrictSignatureVerification false",
"ipfs config --json Reprovider.Interval '\"0\"'",
"ipfs config --json Swarm.ConnMgr.GracePeriod '\"2m\"'",
"ipfs config --json Swarm.ConnMgr.DisableBandwidthMetrics true",
"ipfs config --json Experimental.AcceleratedDHTClient true",
"ipfs config --json Experimental.StrategicProviding true"
]
},

"targets": [
{
"name": "kubo21-1",
"description": "kubo 0.21.0",
"build_from_git": {
"repo": "https://github.com/ipfs/kubo.git",
"tag":"v0.21.0"
}
},
{
"name": "kubo21-2",
"description": "kubo 0.21.0",
"build_from_git": {
"repo": "https://github.com/ipfs/kubo.git",
"tag":"v0.21.0"
}
},
{
"name": "kubo21-3",
"description": "kubo 0.21.0",
"build_from_git": {
"repo": "https://github.com/ipfs/kubo.git",
"tag":"v0.21.0"
}
},
{
"name": "kubo21-4",
"description": "kubo 0.21.0",
"build_from_git": {
"repo": "https://github.com/ipfs/kubo.git",
"tag":"v0.21.0"
}
},
{
"name": "kubo21-5",
"description": "kubo 0.21.0",
"build_from_git": {
"repo": "https://github.com/ipfs/kubo.git",
"tag":"v0.21.0"
}
},
{
"name": "kubo22-rc1-1",
"description": "kubo 0.22.0-rc1",
"build_from_git": {
"repo": "https://github.com/ipfs/kubo.git",
"tag":"v0.22.0-rc1"
}
},
{
"name": "kubo22-rc1-2",
"description": "kubo 0.22.0-rc1",
"build_from_git": {
"repo": "https://github.com/ipfs/kubo.git",
"tag":"v0.22.0-rc1"
}
},
{
"name": "kubo22-rc1-3",
"description": "kubo 0.22.0-rc1",
"build_from_git": {
"repo": "https://github.com/ipfs/kubo.git",
"tag":"v0.22.0-rc1"
}
},
{
"name": "kubo22-rc1-4",
"description": "kubo 0.22.0-rc1",
"build_from_git": {
"repo": "https://github.com/ipfs/kubo.git",
"tag":"v0.22.0-rc1"
}
},
{
"name": "kubo22-rc1-5",
"description": "kubo 0.22.0-rc1",
"build_from_git": {
"repo": "https://github.com/ipfs/kubo.git",
"tag":"v0.22.0-rc1"
}
}
]
}

0 comments on commit e744732

Please sign in to comment.