Bug 158406 - sync-buildbot.js should update the list of tests and platforms associated with a triggerable
Summary: sync-buildbot.js should update the list of tests and platforms associated wit...
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: InRadar
Depends on:
Blocks:
 
Reported: 2016-06-05 18:27 PDT by Ryosuke Niwa
Modified: 2016-06-08 13:41 PDT (History)
5 users (show)

See Also:


Attachments
Adds the feature (10.25 KB, patch)
2016-06-05 18:35 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Add the forgotten files (8.45 KB, patch)
2016-06-08 13:35 PDT, Ryosuke Niwa
cdumez: review+
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-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>