mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Test: Set testswarm.runMax from config file
This commit is contained in:
parent
cac5b08f72
commit
6af0bcc626
2
grunt.js
2
grunt.js
@ -146,7 +146,7 @@ module.exports = function( grunt ) {
|
||||
authUsername: config.authUsername,
|
||||
authToken: config.authToken,
|
||||
jobName: 'jQuery commit #<a href="https://github.com/jquery/jquery/commit/' + commit + '">' + commit.substr( 0, 10 ) + '</a>',
|
||||
runMax: 4,
|
||||
runMax: config.runMax,
|
||||
"runNames[]": tests,
|
||||
"runUrls[]": testUrls,
|
||||
"browserSets[]": ["popular"]
|
||||
|
Loading…
Reference in New Issue
Block a user