From 6d686d7c8299971294aa83440756c62c6219999b Mon Sep 17 00:00:00 2001 From: Mika Date: Thu, 29 Jan 2026 16:23:27 +0000 Subject: [PATCH] Add drift_analysis/tests/data/frozen_runs_sample.json --- .../tests/data/frozen_runs_sample.json | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 drift_analysis/tests/data/frozen_runs_sample.json diff --git a/drift_analysis/tests/data/frozen_runs_sample.json b/drift_analysis/tests/data/frozen_runs_sample.json new file mode 100644 index 0000000..cdfeaf6 --- /dev/null +++ b/drift_analysis/tests/data/frozen_runs_sample.json @@ -0,0 +1,27 @@ +[ + { + "run_id": "run_001", + "status": "PASS", + "is_pinned": false + }, + { + "run_id": "run_002", + "status": "WARN", + "is_pinned": true + }, + { + "run_id": "run_003", + "status": "FAIL", + "is_pinned": false + }, + { + "run_id": "run_004", + "status": "WARN", + "is_pinned": false + }, + { + "run_id": "run_005", + "status": "PASS", + "is_pinned": true + } +] \ No newline at end of file