tensorflow / build

Build-related tools for TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dashboard improvement ideas

angerson opened this issue · comments

(old and completed ideas have been removed from this list)

  • Add toggle to use shapes instead of squares
  • Add pending status support for Kokoro jobs (blocked by Kokoro-side, can't do much here)
  • Maybe? If a day only has one job, just squash the status dot into one single day badge
  • Normalize job titles
  • Long-term: Add PR presubmit statuses
  • Long-term: Make usable for other repositories

Showing if a job is currently pending / running will be helpful.

Showing if a job is currently pending / running will be helpful.

@learning-to-play Yes, it would, but it is not possible because Kokoro does not report pending statuses, as mentioned in the Help page and in the design doc I shared internally. I filed a feature request bug with them which is linked from the design doc.