pytorch / test-infra

This repository hosts code that supports the testing infrastructure for the PyTorch organization. For example, this repo hosts the logic to track disabled tests and slow tests, as well as our continuation integration jobs HUD/dashboard.
https://hud.pytorch.org/
Other
82 stars 79 forks source link

Request for cooler tab names on hud #5185

Closed angelayi closed 4 months ago

angelayi commented 6 months ago

This is a super minor request, but for hud pages that show a specific PR's CI run, it would be cool we could rename the tab name to contain the PR title or the PR number, just so we could tell the difference between tabs.

For example, right now I see something like:

image

But it would be clearer if I could see something like:

image

Anyways, this is just a minor request -- maybe I'll look into it when I have time or unless Cat doesn't want to do it :>

cc @clee2000

malfet commented 5 months ago

Work in progress PR (need to figure out how to align Pages and Router together)

huydhn commented 4 months ago

This one is done as part of the hackaday last month