GoogleCloudPlatform / testgrid

Apache License 2.0
193 stars 68 forks source link

Add ability to query a single job from Prow in ResultStore. #1274

Closed michelle192837 closed 5 months ago

michelle192837 commented 5 months ago

Our ResultStore implementation at the moment is limited to Prow results from ResultStore (e.g. has "label:prow"). This is fine for our current assumptions, but if results for multiple Prow jobs are uploaded to the same project (a common use case), then all the results get processed in TestGrid on the same tab, which we want to avoid for users and development.

Instead, allow a very simple query (only target:"<job name>"), so it's possible to specify a particular job for a tab instead of the results for everything uploaded from Prow.

michelle192837 commented 5 months ago

/retest

google-oss-prow[bot] commented 5 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: airbornepony, michelle192837

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/GoogleCloudPlatform/testgrid/blob/main/OWNERS)~~ [michelle192837] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment