mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
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:
parent
ec1f393c39
commit
1e7a1e811f
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user