From 7de260ce7ae1dd422f9cb8d975271c46f6b5457f Mon Sep 17 00:00:00 2001 From: lfjnascimento Date: Thu, 4 Jul 2024 11:02:11 -0300 Subject: [PATCH] fix: remove unused values from checkouts configs --- backend/kernelCI_app/utils.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/backend/kernelCI_app/utils.py b/backend/kernelCI_app/utils.py index 74327cf..b9b3e56 100644 --- a/backend/kernelCI_app/utils.py +++ b/backend/kernelCI_app/utils.py @@ -14,33 +14,21 @@ def get_visible_record_config(table_name, id): "checkouts": { "broonie:7592653346c84691a16ccd1c115df05c": { "tree_name": "mainline", - "build_status": {"finished": 160, "total": 182}, - "test_status": {"finished": 182, "total": 182}, }, "broonie:170e93ec1178448293bb3b1163b1a4ee": { "tree_name": "stable", - "build_status": {"finished": 182, "total": 182}, - "test_status": {"finished": 820, "total": 820}, }, "broonie:88964264010d43159ffa28bb524be058": { "tree_name": "stable", - "build_status": {"finished": 160, "total": 182}, - "test_status": {"finished": 642, "total": 820} }, "broonie:12f55b2668fb4eca9254bfadad4ee871": { "tree_name": "stable", - "build_status": {"finished": 182, "total": 182}, - "test_status": {"finished": 820, "total": 820} }, "broonie:c4ea3368208f4909b5af51c6a148047d": { "tree_name": "stable", - "build_status": {"finished": 182, "total": 182}, - "test_status": {"finished": 820, "total": 820} }, "broonie:1b17e613a3e94254af6fef1167572d35": { "tree_name": "stable", - "build_status": {"finished": 182, "total": 182}, - "test_status": {"finished": 820, "total": 820} }, } }