Skip to content

Commit 730e345

Browse files
Krinklescottgonzalez
authored andcommitted
grunt.js testswarm task: shorten job name
1 parent a7e143b commit 730e345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grunt.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,8 @@ grunt.registerTask( "testswarm", function( commit, configFile ) {
381381
}, {
382382
authUsername: "jqueryui",
383383
authToken: grunt.file.readJSON( configFile ).jqueryui.authToken,
384-
jobName: 'jQuery UI commit #<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit + '</a>',
385-
runMax: 4,
384+
jobName: 'jQuery UI commit #<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 10 ) + '</a>',
385+
runMax: 3,
386386
"runNames[]": Object.keys(tests),
387387
"runUrls[]": testUrls,
388388
"browserSets[]": ["popular"]

0 commit comments

Comments
 (0)