95 lines
2.0 KiB
TOML
95 lines
2.0 KiB
TOML
schema_version = 1
|
|
component = "panda-rpki-validator"
|
|
comparison_scope = "fixed-input-runtime-equivalence"
|
|
verification_only = "excluded"
|
|
normal_profiles = [
|
|
"snapshot",
|
|
"delta-warm",
|
|
"rrdp-fallback-rsync",
|
|
"policy-and-constraints",
|
|
"cache-profile",
|
|
"payload-replay",
|
|
]
|
|
container_profiles = ["snapshot", "delta-warm", "persistent-volume-restart"]
|
|
performance_repetitions = 5
|
|
performance_gate_median_max_regression_percent = 5
|
|
performance_gate_p95_max_regression_percent = 10
|
|
canonicalization_exceptions = [
|
|
"lifecycle wall-clock timestamps",
|
|
"CCR producedAt timestamp",
|
|
"absolute filesystem paths",
|
|
"declared component/image version",
|
|
"declared source/build provenance",
|
|
"runtime duration/resource telemetry and derived audit digests",
|
|
]
|
|
|
|
[[artifact]]
|
|
relative_path = "runs/run_XXXX/run-meta.json"
|
|
kind = "json"
|
|
required = true
|
|
|
|
[[artifact]]
|
|
relative_path = "runs/run_XXXX/run-summary.json"
|
|
kind = "json"
|
|
required = true
|
|
|
|
[[artifact]]
|
|
relative_path = "runs/run_XXXX/daemon-status.json"
|
|
kind = "json"
|
|
required = true
|
|
|
|
[[artifact]]
|
|
relative_path = "runs/run_XXXX/report.json"
|
|
kind = "json"
|
|
required = true
|
|
|
|
[[artifact]]
|
|
relative_path = "runs/run_XXXX/input.cir"
|
|
kind = "cir"
|
|
required = true
|
|
|
|
[[artifact]]
|
|
relative_path = "runs/run_XXXX/result.ccr"
|
|
kind = "ccr"
|
|
required = true
|
|
|
|
[[artifact]]
|
|
relative_path = "runs/run_XXXX/vrps.csv"
|
|
kind = "csv"
|
|
required = true
|
|
|
|
[[artifact]]
|
|
relative_path = "runs/run_XXXX/vaps.csv"
|
|
kind = "csv"
|
|
required = true
|
|
|
|
[[artifact]]
|
|
relative_path = "runs/run_XXXX/validation-contract.json"
|
|
kind = "json"
|
|
required = true
|
|
|
|
[[artifact]]
|
|
relative_path = "runs/run_XXXX/stage-timing.json"
|
|
kind = "json"
|
|
required = true
|
|
|
|
[[artifact]]
|
|
relative_path = "runs/run_XXXX/stdout.log"
|
|
kind = "text"
|
|
required = true
|
|
|
|
[[artifact]]
|
|
relative_path = "runs/run_XXXX/stderr.log"
|
|
kind = "text"
|
|
required = true
|
|
|
|
[[artifact]]
|
|
relative_path = "runs/run_XXXX/process-time.txt"
|
|
kind = "text"
|
|
required = true
|
|
|
|
[[artifact]]
|
|
relative_path = "runs/run_XXXX/db-stats-estimate.txt"
|
|
kind = "text"
|
|
required = false
|