Backed out changeset 0222a82d1e90 (bug 1360198) for Talos exceptions on windows machines. CLOSED TREE

This commit is contained in:
Dorel Luca 2018-04-05 21:10:34 +03:00
parent 4ea3199177
commit 19f62f31a4

View File

@ -921,9 +921,7 @@ def build_generic_worker_payload(config, task, task_def):
a = {
'path': artifact['path'],
'type': artifact['type'],
# let's not explicitly set here, as this is the default anyway
# and the Task Creator will not refresh these timestamps
# 'expires': task_def['expires'], # always expire with the task
'expires': task_def['expires'], # always expire with the task
}
if 'name' in artifact:
a['name'] = artifact['name']