diff options
author | Timo Tijhof <krinklemail@gmail.com> | 2015-02-20 04:42:29 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-02-20 11:13:27 -0500 |
commit | 1e7a1e811f7c9d624b2561ea3e2f34f80773ad0c (patch) | |
tree | ead6b3a57e2f133226844dc209992fc5764d492c | |
parent | ec1f393c39aa5bbac1158acf692271f8ce9518ce (diff) | |
download | jquery-ui-1e7a1e811f7c9d624b2561ea3e2f34f80773ad0c.tar.gz jquery-ui-1e7a1e811f7c9d624b2561ea3e2f34f80773ad0c.zip |
Build: Use browserSets from testswarm config
It's already in jQuery's Jenkins node-testswarm config
(and set to the same value) but not used yet.
Reference it to make sure it keeps working in the future.
Closes gh-1452
-rw-r--r-- | build/tasks/testswarm.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index bcbd764f8..860145bc9 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -59,7 +59,7 @@ function submit( commit, runs, configFile, extra, done ) { name: "Commit <a href='" + commitUrl + "'>" + commit.substr( 0, 10 ) + "</a>" + extra, runs: runs, runMax: config.runMax, - browserSets: [ "popular-ui" ], + browserSets: config.browserSets, timeout: 1000 * 60 * 30 }, function( error, passed ) { if ( error ) { |