mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Selectmenu: Customize job title for testswarm, until merge to master
This commit is contained in:
parent
f86168bf6b
commit
dff99176c9
@ -50,7 +50,8 @@ function submit( commit, tests, configFile, version, done ) {
|
|||||||
}, {
|
}, {
|
||||||
authUsername: config.authUsername,
|
authUsername: config.authUsername,
|
||||||
authToken: config.authToken,
|
authToken: config.authToken,
|
||||||
jobName: 'jQuery UI ' + version + '#<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 10 ) + '</a>',
|
// TODO don't merge this to master, or undo it
|
||||||
|
jobName: 'jQuery UI (Selectmenu)' + version + '#<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 10 ) + '</a>',
|
||||||
runMax: config.runMax,
|
runMax: config.runMax,
|
||||||
"runNames[]": Object.keys( tests ),
|
"runNames[]": Object.keys( tests ),
|
||||||
"runUrls[]": testUrls,
|
"runUrls[]": testUrls,
|
||||||
|
Loading…
Reference in New Issue
Block a user