Skip to content

Commit

Permalink
fix: remove unused values from checkouts configs
Browse files Browse the repository at this point in the history
  • Loading branch information
lfjnascimento committed Jul 4, 2024
1 parent d176e45 commit 7de260c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions backend/kernelCI_app/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}
},
}
}

0 comments on commit 7de260c

Please sign in to comment.