Missing search results in the "Add new jobs (Search)" dialog
Categories
(Tree Management :: Treeherder: Frontend, defect)
Tracking
(Not tracked)
People
(Reporter: mstange, Unassigned)
Details
This bug caused me to file bug 1901148 by accident.
Steps to reproduce:
- Go to https://treeherder.mozilla.org/jobs?repo=try&revision=f21bc18b4072422c9c49333d8d15340ab641fb23
- Click the dropdown triangle and click "Add new jobs (Search)".
- In the search field, type
android shippable sym
and press enter. - Check the "Use full job list" checkbox.
Expected results:
A job named build-android-aarch64-shippable/opt-upload-symbols
should be shown in the results.
Actual results:
Only these two jobs show up:
build-android-arm-shippable/opt-upload-symbols
build-android-aarch64/opt-upload-symbols
But this one does not:
build-android-aarch64-shippable/opt-upload-symbols
Reporter | ||
Comment 1•4 months ago
|
||
I ran into this again, with a sightly different combination of search terms:
shippable upload aarch64
showed 5 matches, including build-android-aarch64-shippable/opt-upload-symbols
shippable upload aarch64 sym
showed 0 matches
Reporter | ||
Comment 2•3 months ago
|
||
This is still a regular source of frustration. I want to add a run for the job with the name perftest-android-hw-a55-aarch64-shippable-startup-fenix-homeview-startup-simpleperf
, but it simply doesn't show up in the results if I search for simpleperf
.
Description
•