Bug 158406

Summary: sync-buildbot.js should update the list of tests and platforms associated with a triggerable
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Perf DashboardAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, dewei_zhu, rniwa, slewis
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Adds the feature
none
Add the forgotten files cdumez: review+

Description Ryosuke Niwa 2016-06-05 18:27:27 PDT
Right now, the list of tests and platforms on which a given triggerable is available
needs to be manually updated on the admin page.

This often results in some tests and platforms not available for A/B testing and/or
existing analysis tasks losing the capability to trigger new A/B testing.

Make sync-buidlbot.js sync this so that updating the configuration JSON would update
the list of tests and platforms associated with the triggerable.
Comment 1 Ryosuke Niwa 2016-06-05 18:34:23 PDT
<rdar://problem/26185737>
Comment 2 Ryosuke Niwa 2016-06-05 18:35:05 PDT
Created attachment 280569 [details]
Adds the feature
Comment 3 Ryosuke Niwa 2016-06-05 18:35:17 PDT
<rdar://problem/26185737>
Comment 4 WebKit Commit Bot 2016-06-06 11:49:57 PDT
Comment on attachment 280569 [details]
Adds the feature

Clearing flags on attachment: 280569

Committed r201718: <http://trac.webkit.org/changeset/201718>
Comment 5 WebKit Commit Bot 2016-06-06 11:50:02 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Ryosuke Niwa 2016-06-08 13:34:59 PDT
Reopening to attach new patch.
Comment 7 Ryosuke Niwa 2016-06-08 13:35:02 PDT
Created attachment 280832 [details]
Add the forgotten files
Comment 8 Chris Dumez 2016-06-08 13:38:55 PDT
Comment on attachment 280832 [details]
Add the forgotten files

Rs=me
Comment 9 Ryosuke Niwa 2016-06-08 13:41:32 PDT
Committed r201828: <http://trac.webkit.org/changeset/201828>