grunt.js testswarm task: shorten job name

This commit is contained in:
Timo Tijhof 2012-05-07 19:44:09 +02:00 committed by Scott González
parent a7e143b4fe
commit 730e345632

View File

@ -381,8 +381,8 @@ grunt.registerTask( "testswarm", function( commit, configFile ) {
}, {
authUsername: "jqueryui",
authToken: grunt.file.readJSON( configFile ).jqueryui.authToken,
jobName: 'jQuery UI commit #<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit + '</a>',
runMax: 4,
jobName: 'jQuery UI commit #<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 10 ) + '</a>',
runMax: 3,
"runNames[]": Object.keys(tests),
"runUrls[]": testUrls,
"browserSets[]": ["popular"]