kernelci / kernelci/dashboard

[AB Comparison] Show config name in tests table

Open
#2,105 0 comments 0 reactions 1 assignee View on GitHub

@alanpeixinho is already working on this.

Since Sep 16, 2026.

Dominant language
Python
Stars
9
Forks
31
Avg merge
3d 19h
Merged PRs (30d)
16

Description

Currently, the tests table in the A/B Comparison may display rows that appear to be duplicates because they have the same path, architecture, platform, and status.

After investigating these records in the database, we found that some of these tests actually have different config_name values. Since this information is not currently displayed in the table, there is no way for users to distinguish between them.

The config_name field is already included in the comparison endpoint response, so this change should only require updates to the frontend.

Goal

Add the config name to the A/B Comparison tests table so users can distinguish tests that share the same path, architecture, and platform but were executed with different configurations.

Visual reference

Image Image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.