Provide a way to show only manually triggered jobs in the web UI |
|||
Issue descriptionWhat steps will reproduce the problem? (1) Go to https://chromium-swarm.appspot.com/tasklist (2) Click on "buildername". What is the expected result? The value "none" can be selected, which would allow me to filter out trybot-triggered jobs and show only jobs that were manually triggered from the command line. What happens instead? Only names of trybots appear. If I type "buildername:none" into the search field, I get an empty list.
,
Jan 26 2018
It isn't because it doesn't allow me to filter out trybot-triggered jobs. This is what I get if I search for user:pcc@chromium.org (and extend the start time, which exposes the issue): https://screenshot.googleplex.com/dyv7FBncxmA I want to filter out everything except the top two lines.
,
Jan 26 2018
,
May 3 2018
When triggering locally, use the --tags flag. See ./swarming.py trigger --help for more information. The filtering is inclusive only, not exclusive. E.g. you can use == but not !=. Changing this is non trivial on the Cloud Datastore. |
|||
►
Sign in to add a comment |
|||
Comment 1 by mar...@chromium.org
, Jan 26 2018