fix(hardware): use hardware_status window for listing and details trees#1990
Open
alanpeixinho wants to merge 2 commits into
Open
fix(hardware): use hardware_status window for listing and details trees#1990alanpeixinho wants to merge 2 commits into
alanpeixinho wants to merge 2 commits into
Conversation
alanpeixinho
force-pushed
the
fix/hardware-list-search
branch
from
July 14, 2026 18:45
0f1dc3f to
b017271
Compare
…hardware_status * Non longer limiting hardware listing to latest checkout. * Hardcoded TEST_ORIGINS also omitted origins from the Hardware dropdown. * Expand hardcoded test origins list. Closes kernelci#1983 Signed-off-by: Alan Peixinho <alan.peixinho@profusion.mobi>
alanpeixinho
force-pushed
the
fix/hardware-list-search
branch
from
July 15, 2026 17:15
b017271 to
8e04ba5
Compare
alanpeixinho
marked this pull request as ready for review
July 15, 2026 17:57
alanpeixinho
force-pushed
the
fix/hardware-list-search
branch
from
July 15, 2026 22:26
d39e3ec to
49879db
Compare
Stop selecting absolute tree tips for hardware details. Use hardware_status to pick the latest checkout per tree that actually ran the board, so older checkouts with tests still appear. Closes kernelci#1264 Signed-off-by: Alan Peixinho <alan.peixinho@profusion.mobi>
alanpeixinho
force-pushed
the
fix/hardware-list-search
branch
from
July 15, 2026 22:40
49879db to
6e00234
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What it is
latest_checkout, so boards tested inside the selected time window still appear even when they were not on the newest tip.get_hardware_trees_head_commits/get_hardware_trees_dataresolve the latest checkout per tree fromhardware_statusin the window, so boards with tests on older checkouts still show data.TEST_ORIGINSlist so origins such aslinaro_pull_labs(and other active pull-lab origins) show in the origin dropdown.How to test
linaro_pull_labs,pullab_cloud_aws_arm64, andpull_labs_aws_ec2.?iquery parameter) are listed. (exynos onlinaro_pull_labsis the example highlighted on issue Hardware missing from Hardware table #1983)Closes #1983
Closes #1264
Closes #1705