mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Update grunt.js
- Raise runMax to enable automatic error-margin recovery in TestSwarm - Turn browserSets into an array (since it is) - Add "beta" to browserSets (the only difference right now is the inclusion of IE10)
This commit is contained in:
parent
7012ba69a8
commit
fab4aa13ca
4
grunt.js
4
grunt.js
@ -376,10 +376,10 @@ grunt.registerTask( "testswarm", function( commit, authToken ) {
|
|||||||
authUsername: "jqueryui",
|
authUsername: "jqueryui",
|
||||||
authToken: authToken,
|
authToken: authToken,
|
||||||
jobName: 'jQuery UI commit #<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit + '</a>',
|
jobName: 'jQuery UI commit #<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit + '</a>',
|
||||||
runMax: 1,
|
runMax: 4,
|
||||||
"runNames[]": Object.keys(tests),
|
"runNames[]": Object.keys(tests),
|
||||||
"runUrls[]": testUrls,
|
"runUrls[]": testUrls,
|
||||||
browserSets: "popular"
|
"browserSets[]": ["popular", "beta"]
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user