Open Bug 1864107 Opened 2 years ago Updated 2 years ago

Make it possible to show only job groups with no suffix

Categories

(Tree Management :: Treeherder: Frontend, enhancement)

enhancement

Tracking

(Not tracked)

People

(Reporter: arai, Unassigned)

Details

Steps to reproduce:

  1. click "Add new jobs"
  2. Add jobs for "M", "R", "W", "X" groups for "Linux 18.04 x64 WebRender debug" platform, by:
    1. put "linux 64 debug" in "Filter plafroms & jobs" field
    2. click each group's label to expand
    3. click [All] button for each
    4. click "Trigger N New Jobs" button

Actual result:
it's hard to locate each of "M", "R", "W", "X" in the large list of groups where most of them have suffix, such as "M-swr", "M-nofis".

jobs with "-swr" suffix can be selected by putting "-swr" in the filter field, but jobs without those suffix cannot be selected with the current filter.

Expected result:
Have some way to show only those no-suffix job groups.

Possible simple solution I can think of is to make it possible to search with job group label such as "M", with OR syntax,
such as group=M|R|W|X.
This allows also selecting some other groups, such as "M-1proc", which I also use frequently

The other solution is to allow pattern matching on the job type name, but it would be difficult to detect which part is suffix related to group and which is not.

You need to log in before you can comment on or make changes to this bug.