34 lines
543 B
TOML
34 lines
543 B
TOML
[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"
|