panda-rpki/tests/compat/baseline-manifest.toml
yuyr 2a0b5067bd
Some checks failed
ci / public-tree (push) Has been cancelled
ci / docs (push) Has been cancelled
ci / rust (push) Has been cancelled
ci / docker-runtime (push) Has been cancelled
20260902 完成公开树清理与热点拆分
2026-09-02 11:48:36 +08:00

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