New issue
Advanced search Search tips

Issue 806135 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: May 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature



Sign in to add a comment

Provide a way to show only manually triggered jobs in the web UI

Project Member Reported by p...@chromium.org, Jan 26 2018

Issue description

What 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.
 

Comment 1 by mar...@chromium.org, Jan 26 2018

Status: WontFix (was: Untriaged)
The filtering is done by tags. Triggering a task locally doesn't magically add tags, except for the user. For example, you can use:
https://chromium-swarm.appspot.com/tasklist?f=user%3Apcc%40chromium.org

I'll mark as WontFix because it works as intended, and filtering by user should be sufficient for the needs described here. Please reopen if filtering by user is insufficient.

Comment 2 by p...@chromium.org, 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.

Comment 3 by p...@chromium.org, Jan 26 2018

Status: Unconfirmed (was: WontFix)
Status: WontFix (was: Unconfirmed)
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