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
This commit is contained in:
Timo Tijhof 2015-02-20 04:42:29 +00:00 committed by Scott González
parent ec1f393c39
commit 1e7a1e811f

View File

@ -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 ) {