feat: initialize Kurdistan SDK - independent fork of Polkadot SDK
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
[compression]
|
||||
type = "zstd"
|
||||
|
||||
[compression.zstd]
|
||||
compressionLevel = 3
|
||||
|
||||
[general]
|
||||
jobNameVariable = "CI_JOB_NAME"
|
||||
jobsBlackList = []
|
||||
logLevel = "warn"
|
||||
threadsCount = 4
|
||||
|
||||
[cache]
|
||||
extraEnv = ["RUNTIME_METADATA_HASH"]
|
||||
|
||||
[cache.extraMetadata]
|
||||
github_run_id = "$GITHUB_RUN_ID"
|
||||
github_job = "$GITHUB_JOB"
|
||||
|
||||
[metrics]
|
||||
enabled = true
|
||||
pushEndpoint = "placeholder"
|
||||
|
||||
[metrics.extraLabels]
|
||||
environment = "production"
|
||||
job_name = "$GITHUB_JOB"
|
||||
project_name = "$GITHUB_REPOSITORY"
|
||||
|
||||
[storage]
|
||||
type = "gcs"
|
||||
|
||||
[storage.gcs]
|
||||
bucketName = "parity-ci-forklift-regional"
|
||||
Reference in New Issue
Block a user