Bug 1304180 - Set taskcluster artifact expiration to 28 days on try r=dustin

MozReview-Commit-ID: ECXCs9EkOYI
This commit is contained in:
Brian Stack
2016-10-25 11:47:50 -07:00
parent 239c0b2287
commit 6a75ec8b3f

View File

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