Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: kubo-prerelease-27-rc2-by-2 #115

Merged
merged 1 commit into from
Mar 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions experiments/kubo-prerelease-27-rc2-by-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"name": "kubo-prerelease-27-rc2-by-2",
"max_request_rate": 10,
"max_concurrency": 30,
"request_filter": "pathonly",

"defaults": {
"instance_type": "io_large"
},

"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": "kubo26-1",
"description": "kubo 0.26.0",
"use_image": "ipfs/kubo:v0.26.0"
},
{
"name": "kubo26-2",
"description": "kubo 0.26.0",
"use_image": "ipfs/kubo:v0.26.0"
},
{
"name": "kubo27-rc2-1",
"description": "kubo 0.27.0-rc2",
"use_image": "ipfs/kubo:v0.27.0-rc2"
},
{
"name": "kubo27-rc2-2",
"description": "kubo 0.27.0-rc2",
"use_image": "ipfs/kubo:v0.27.0-rc2"
}
]
}
Loading