Prepare GeoIntel for public release
Managed validation / Managed repository validation (pull_request) Successful in 1m46s
GeoIntel release gates / Compile, test, contracts and builds (pull_request) Successful in 1m51s
GeoIntel release gates / Python and npm vulnerability policy (pull_request) Successful in 20s
GeoIntel release gates / Production AI image, SBOM and container scan (pull_request) Successful in 15m3s
GeoIntel release gates / Deploy exact gated revision to Unraid (pull_request) Skipped
Managed validation / Managed repository validation (pull_request) Successful in 1m46s
GeoIntel release gates / Compile, test, contracts and builds (pull_request) Successful in 1m51s
GeoIntel release gates / Python and npm vulnerability policy (pull_request) Successful in 20s
GeoIntel release gates / Production AI image, SBOM and container scan (pull_request) Successful in 15m3s
GeoIntel release gates / Deploy exact gated revision to Unraid (pull_request) Skipped
This commit is contained in:
@@ -1182,7 +1182,7 @@ def test_one_workflow_is_byte_reproducible_complete_and_fail_closed(
|
||||
)
|
||||
assert input_manifest["product_baseline"]["validation_status"] == "not_evaluable"
|
||||
assert input_manifest["product_baseline"]["artifacts"] == []
|
||||
assert "docs/accuracy-program/status.json" not in {
|
||||
assert "fixtures/accuracy/readiness/status.json" not in {
|
||||
item["path"] for item in input_manifest["inputs"]
|
||||
}
|
||||
assert input_manifest["readiness_snapshot"]["source_paths"][
|
||||
@@ -1199,11 +1199,11 @@ def test_one_workflow_is_byte_reproducible_complete_and_fail_closed(
|
||||
def test_readiness_snapshot_ignores_phase4_bookkeeping_but_binds_active_model(
|
||||
tmp_path: Path,
|
||||
) -> None:
|
||||
status_path = tmp_path / "docs/accuracy-program/status.json"
|
||||
scan_path = tmp_path / "artifacts/evidence/accuracy/P3/full-scan-manifest.json"
|
||||
leakage_path = tmp_path / "artifacts/evidence/accuracy/P3/leakage-report.json"
|
||||
status_path = tmp_path / "fixtures/accuracy/readiness/status.json"
|
||||
scan_path = tmp_path / "fixtures/accuracy/readiness/full-scan-manifest.json"
|
||||
leakage_path = tmp_path / "fixtures/accuracy/readiness/leakage-report.json"
|
||||
status_path.parent.mkdir(parents=True)
|
||||
scan_path.parent.mkdir(parents=True)
|
||||
scan_path.parent.mkdir(parents=True, exist_ok=True)
|
||||
status = {
|
||||
"generated_at": "2026-08-02T00:00:00+02:00",
|
||||
"documents": ["old.md"],
|
||||
|
||||
Reference in New Issue
Block a user