Bug 156008 - BuildRequest should have a method to fetch all in-progress and pending requests for a triggerable
Summary: BuildRequest should have a method to fetch all in-progress and pending reques...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Perf Dashboard (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-29 22:01 PDT by Ryosuke Niwa
Modified: 2016-03-30 12:46 PDT (History)
8 users (show)

See Also:


Attachments
Adds a method and improves JSON API (23.54 KB, patch)
2016-03-29 22:18 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2016-03-29 22:01:18 PDT
In order to write a new syncing scripts, BuildRequest should have a method to fetch
all pending and in-progress build requests.

Furthermore, /api/build-requests/<triggerable-name> should include all build requests
whose test group hasn't finished yet so that new syncing script can figure out to which
slave/builder each request belongs in the new syncing script.
Comment 1 Ryosuke Niwa 2016-03-29 22:18:39 PDT
Created attachment 275184 [details]
Adds a method and improves JSON API
Comment 2 WebKit Commit Bot 2016-03-30 12:46:22 PDT
Comment on attachment 275184 [details]
Adds a method and improves JSON API

Clearing flags on attachment: 275184

Committed r198853: <http://trac.webkit.org/changeset/198853>
Comment 3 WebKit Commit Bot 2016-03-30 12:46:26 PDT
All reviewed patches have been landed.  Closing bug.