Add Blue Box as the default sponsor of a test run.
This commit is contained in:
parent
c263319ed5
commit
61c0f5179d
|
@ -52,13 +52,11 @@ require 'travis/model'
|
||||||
@get('log').clear()
|
@get('log').clear()
|
||||||
|
|
||||||
sponsor: (->
|
sponsor: (->
|
||||||
worker = @get('log.workerName')
|
{
|
||||||
if worker && worker.length
|
name: "Blue Box"
|
||||||
Travis.WORKERS[worker] || {
|
url: "http://bluebox.net"
|
||||||
name: "Travis Pro"
|
|
||||||
url: "http://travis-ci.com"
|
|
||||||
}
|
}
|
||||||
).property('log.workerName')
|
).property()
|
||||||
|
|
||||||
configValues: (->
|
configValues: (->
|
||||||
config = @get('config')
|
config = @get('config')
|
||||||
|
|
|
@ -46,41 +46,3 @@
|
||||||
{ id: '43', type: 'silver', link: "<a href=\"http://busyconf.com\">BusyConf</a><span>: Conferences and Events Made Easy</span>"}
|
{ id: '43', type: 'silver', link: "<a href=\"http://busyconf.com\">BusyConf</a><span>: Conferences and Events Made Easy</span>"}
|
||||||
]
|
]
|
||||||
|
|
||||||
@Travis.WORKERS = {
|
|
||||||
"jvm-otp1.worker.travis-ci.org":
|
|
||||||
name: "Travis Pro"
|
|
||||||
url: "http://travis-ci.com"
|
|
||||||
"jvm-otp2.worker.travis-ci.org":
|
|
||||||
name: "Transloadit"
|
|
||||||
url: "http://transloadit.com"
|
|
||||||
"ppp1.worker.travis-ci.org":
|
|
||||||
name: "Travis Pro"
|
|
||||||
url: "http://beta.travis-ci.com"
|
|
||||||
"ppp2.worker.travis-ci.org":
|
|
||||||
name: "EnterpriseRails"
|
|
||||||
url: "http://www.enterprise-rails.com"
|
|
||||||
"ppp3.worker.travis-ci.org":
|
|
||||||
name: "Alchemy CMS"
|
|
||||||
url: "http://alchemy-cms.com/"
|
|
||||||
"rails1.worker.travis-ci.org":
|
|
||||||
name: "EnterpriseRails"
|
|
||||||
url: "http://www.enterprise-rails.com"
|
|
||||||
"ruby1.worker.travis-ci.org":
|
|
||||||
name: "Engine Yard"
|
|
||||||
url: "http://www.engineyard.com"
|
|
||||||
"ruby2.worker.travis-ci.org":
|
|
||||||
name: "EnterpriseRails"
|
|
||||||
url: "http://www.enterprise-rails.com"
|
|
||||||
"ruby3.worker.travis-ci.org":
|
|
||||||
name: "Railslove"
|
|
||||||
url: "http://railslove.de"
|
|
||||||
"ruby4.worker.travis-ci.org":
|
|
||||||
name: "Engine Yard"
|
|
||||||
url: "http://www.engineyard.com"
|
|
||||||
"spree.worker.travis-ci.org":
|
|
||||||
name: "Spree"
|
|
||||||
url: "http://spreecommerce.com"
|
|
||||||
"staging.worker.travis-ci.org":
|
|
||||||
name: "EnterpriseRails"
|
|
||||||
url: "http://www.enterprise-rails.com"
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user