From 6d70a0397a03f09876b464db5f5df0a2aec99910 Mon Sep 17 00:00:00 2001 From: Mika Date: Fri, 3 Apr 2026 10:57:04 +0000 Subject: [PATCH] Add artifact.preflight_checker/tests/data/sample_valid_runs.json --- .../tests/data/sample_valid_runs.json | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 artifact.preflight_checker/tests/data/sample_valid_runs.json diff --git a/artifact.preflight_checker/tests/data/sample_valid_runs.json b/artifact.preflight_checker/tests/data/sample_valid_runs.json new file mode 100644 index 0000000..774d2d1 --- /dev/null +++ b/artifact.preflight_checker/tests/data/sample_valid_runs.json @@ -0,0 +1,20 @@ +[ + { + "run_id": 40, + "timestamp": "2024-06-18T10:15:00Z", + "metrics": { + "near_expiry_unpinned": 0.045, + "freeze_target": 0.05, + "freeze_tol": 0.01 + } + }, + { + "run_id": 41, + "timestamp": "2024-06-18T11:00:00Z", + "metrics": { + "near_expiry_unpinned": 0.065, + "freeze_target": 0.05, + "freeze_tol": 0.01 + } + } +] \ No newline at end of file