Bug 1625806 - Expire all libotr build tasks after 1 year. r=darktrojan
Make sure libotr build tasks have a long enough expiration so the artifacts are available when used. 1 year is the value used by toolchain builds. --HG-- extra : histedit_source : 1d25ca3c5aa84bad9c641cd60cf7f8d6fff272e8
This commit is contained in:
Родитель
f8194bc981
Коммит
20756d7273
|
@ -75,10 +75,8 @@ def make_base_task(config, name, job, script, command):
|
|||
"""
|
||||
Common config for thirdparty build tasks
|
||||
"""
|
||||
if config.params['level'] == '3':
|
||||
expires = '1 year'
|
||||
else:
|
||||
expires = '28 days'
|
||||
# When the task expires, so do the artifacts. Try defaults to 28 days
|
||||
expires = '1 year'
|
||||
|
||||
# To be consistent with how files-changed is used elsewhere, the
|
||||
# path must be relative to GECKO,
|
||||
|
|
Загрузка…
Ссылка в новой задаче