Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions backend/kernelCI_app/queries/hardware.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,16 +370,10 @@ def get_hardware_listing_data_from_status_table(
SUM(test_inc) AS test_null
FROM
hardware_status
INNER JOIN
latest_checkout
ON
hardware_status.checkout_id = latest_checkout.checkout_id
AND
latest_checkout.start_time >= %(start_date)s
AND
latest_checkout.start_time <= %(end_date)s
WHERE
hardware_status.test_origin = %(origin)s
AND hardware_status.start_time >= %(start_date)s
AND hardware_status.start_time <= %(end_date)s
GROUP BY
platform,
compatibles
Expand Down
3 changes: 3 additions & 0 deletions backend/kernelCI_app/views/originsView.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@
"arm",
"broonie",
"linaro",
"linaro_pull_labs",
"maestro",
"microsoft",
"pullab_cloud_aws_arm64",
"pull_labs_aws_ec2",
"redhat",
"riscv",
"syzbot",
Expand Down
Loading