Bug 143398 - Perf dashboard should be able to trigger A/B testing jobs for iOS
Summary: Perf dashboard should be able to trigger A/B testing jobs for iOS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Perf Dashboard (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks: 138516
  Show dependency treegraph
 
Reported: 2015-04-03 20:06 PDT by Ryosuke Niwa
Modified: 2016-02-16 13:52 PST (History)
7 users (show)

See Also:


Attachments
Fixes various bugs (11.25 KB, patch)
2015-04-03 20:20 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 2015-04-03 20:06:15 PDT
Various bug fixes to make it work with iOS builders.
Comment 1 Ryosuke Niwa 2015-04-03 20:20:44 PDT
Created attachment 250118 [details]
Fixes various bugs
Comment 2 Csaba Osztrogonác 2015-04-05 11:28:28 PDT
Comment on attachment 250118 [details]
Fixes various bugs

View in context: https://bugs.webkit.org/attachment.cgi?id=250118&action=review

> Websites/perf.webkit.org/ChangeLog:3
> +        Perf dashboard shuld be able to trigger A/B testing jobs for iOS

Typo: shuld -> should
Comment 3 Csaba Osztrogonác 2015-04-05 11:28:30 PDT
Comment on attachment 250118 [details]
Fixes various bugs

View in context: https://bugs.webkit.org/attachment.cgi?id=250118&action=review

> Websites/perf.webkit.org/ChangeLog:3
> +        Perf dashboard shuld be able to trigger A/B testing jobs for iOS

Typo: shuld -> should
Comment 4 Chris Dumez 2015-04-06 14:04:37 PDT
Comment on attachment 250118 [details]
Fixes various bugs

View in context: https://bugs.webkit.org/attachment.cgi?id=250118&action=review

rs=me

> Websites/perf.webkit.org/tools/sync-with-buildbot.py:7
> +import re

Unused?
Comment 5 Ryosuke Niwa 2015-04-06 14:08:25 PDT
Thanks for the review!  Will land after removing "import re".
Comment 6 Ryosuke Niwa 2015-04-06 14:09:17 PDT
Committed r182438: <http://trac.webkit.org/changeset/182438>