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

This commit is contained in:
Dorel Luca
2018-04-05 21:10:24 +03:00
parent 895ac31be8
commit ea6cb6d439

View File

@@ -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']