Skip to content

Commit 1e7a1e8

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
1 parent ec1f393 commit 1e7a1e8

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
@@ -59,7 +59,7 @@ function submit( commit, runs, configFile, extra, done ) {
5959
name: "Commit <a href='" + commitUrl + "'>" + commit.substr( 0, 10 ) + "</a>" + extra,
6060
runs: runs,
6161
runMax: config.runMax,
62-
browserSets: [ "popular-ui" ],
62+
browserSets: config.browserSets,
6363
timeout: 1000 * 60 * 30
6464
}, function( error, passed ) {
6565
if ( error ) {

0 commit comments

Comments
 (0)