Backed out changeset 186241aaea35 (bug 1360198) for Talos exceptions on windows machines. CLOSED TREE
This commit is contained in:
@@ -921,7 +921,9 @@ def build_generic_worker_payload(config, task, task_def):
|
||||
a = {
|
||||
'path': artifact['path'],
|
||||
'type': artifact['type'],
|
||||
# Use the default artifact expiration (the task's expiration time)
|
||||
# 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
|
||||
}
|
||||
if 'name' in artifact:
|
||||
a['name'] = artifact['name']
|
||||
|
||||
Reference in New Issue
Block a user