toollabs-webservice version 0.59 is only deployed to toolsbeta right now, but it fails when run with this traceback:
toolsbeta.test@toolsbeta-sgebastion-04:~$ webservice stop
Traceback (most recent call last):
File "/usr/local/bin/webservice", line 296, in <module>
if job.is_deprecated(args.type):
File "/usr/lib/python2.7/dist-packages/toolforge/webservice/backends/backend.py", line 72, in is_deprecated
return type(self).CONFIG[type].get("deprecated", False)
TypeError: 'str' object is not callableThis would be due to something in commit 01c276f "Deprecate Jessie based Kubernetes types"
This should be fixed before any further deployment or merges.