This is an archive of the discontinued LLVM Phabricator instance.

Daily report: display the number of tests seen near the top of the report, rather than at the bottom.
ClosedPublic

Authored by aadg on Feb 13 2017, 6:51 AM.

Details

Summary

The usual process when looking at the daily report page is:

  1. Look at which builder submitted (or not) results,
  2. Look at the number of tests submitted by each builder,
  3. Look at the actual regressions' details, scrolling down the page as necessary.

This commit make the daily report layout follow the logical process.

This is a useability change and functionality is not affected.

Diff Detail

Repository
rL LLVM

Event Timeline

aadg created this revision.Feb 13 2017, 6:51 AM
kristof.beyls edited edge metadata.Feb 13 2017, 6:57 AM

I also think this is an improvement.
Probably best to hear from Chris M to see if he thinks so too.

Thanks Arnaud!

This revision is now accepted and ready to land.Feb 14 2017, 3:49 PM
This revision was automatically updated to reflect the committed changes.