Bug 1548573 - Upgrade macOS workers to generic-worker 14.1.0

This commit is contained in:
Simon Sapin 2019-05-03 14:49:08 +02:00
parent dd5ab9eaeb
commit ec944d001d
2 changed files with 11 additions and 25 deletions

View file

@ -10,7 +10,4 @@ import tc
def ext_pillar(_minion_id, _pillar, *_args):
tc.check()
data = {}
data.update(tc.secret("project/servo/tc-client/worker/macos/1"))
data.update(tc.livelog())
return data
return tc.secret("project/servo/tc-client/worker/macos/1")