Bug 1304180 - Set taskcluster artifact expiration to 28 days on try r=dustin
MozReview-Commit-ID: ECXCs9EkOYI
This commit is contained in:
@@ -518,7 +518,7 @@ def build_task(config, tasks):
|
||||
])
|
||||
|
||||
if 'expires-after' not in task:
|
||||
task['expires-after'] = '14 days' if config.params['project'] == 'try' else '1 year'
|
||||
task['expires-after'] = '28 days' if config.params['project'] == 'try' else '1 year'
|
||||
|
||||
if 'deadline-after' not in task:
|
||||
task['deadline-after'] = '1 day'
|
||||
|
||||
Reference in New Issue
Block a user