Skip to content

Commit 258dbe3

Browse files
Krinklescottgonzalez
authored andcommitted
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 (cherry picked from commit 1e7a1e8)
1 parent aec0b62 commit 258dbe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/tasks/testswarm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function submit( commit, runs, configFile, extra, done ) {
6161
name: "Commit <a href='" + commitUrl + "'>" + commit.substr( 0, 10 ) + "</a>" + extra,
6262
runs: runs,
6363
runMax: config.runMax,
64-
browserSets: [ "popular-ui" ],
64+
browserSets: config.browserSets,
6565
timeout: 1000 * 60 * 30
6666
}, function( error, passed ) {
6767
if ( error ) {

0 commit comments

Comments
 (0)