-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Context:
Sometimes a nightly/PR workflow is rerun manually (because some test may be flaky and a retry may succeed). In the dashboard we want to display this info, and not just show the latest run.
Challenges:
- The API might not let us fetch that data, TBD.
Acceptance criteria:
- Ideally, in the UI instead of showing one ✅ or ❌, we show as many icons as there were runs of that specific test
- For example, 2 failures and 1 success = ❌❌✅
- Note: it could be that the entire testsuite is rerun, or that only one or a few specific tests are rerun, make sure you handle all cases
Known limitations:
- We're still only fetching the data every 24 hours, so the data may still be stale. This is OK, as long as we're capturing ALL previous runs whenever data fetching happens.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
P1