Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dashboard: Indicate if a test was rerun #30

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

afinn12
Copy link
Contributor

@afinn12 afinn12 commented Nov 18, 2024

Needed

Description

image

  • 1 = first run, 3 = latest run
  • Clicking on the OverlayPanel takes you to the job in the specific attempt for the run
    • If a URL wasn't found (usually because the job was skipped), it's the URL for just the attempt, not the job.
  • Runs + Reruns = total runs
    • Should reruns be 6 or 10? (if rerun, do we count the first attempt as a rerun?)

Testing

  • Tested in dev
  • Tested in prod
    • Used data from our forked repo instead since data hasn't been updated in this repo yet

Added a script that fetches PR data and created a separate view on the dashboard.

Fixes kata-containers#1

Signed-off-by: Anna Finn <afinn12@bu.edu>
@afinn12 afinn12 marked this pull request as ready for review November 18, 2024 21:19
Added code to get rerun information to both fetch scripts.
Display the reruns as a superscript in the rowExpansionTemplate with the result/URL.

Fixes: kata-containers#8

Signed-off-by: Anna Finn <afinn12@bu.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant