зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1809580 - fix expiration of docker image artifacts r=releng-reviewers,bhearsum DONTBUILD
Set expiration-policy on docker-image tasks to make sure the image artifact sticks around as long as the task, and avoid issues down the road when we try to reuse a cached task only to fail when we can't download its artifact. Differential Revision: https://phabricator.services.mozilla.com/D178289
This commit is contained in:
Родитель
d6cb3268c8
Коммит
0e4002d83c
|
@ -132,7 +132,7 @@ def fill_template(config, tasks):
|
|||
"image_name": image_name,
|
||||
"artifact_prefix": "public",
|
||||
},
|
||||
"expires-after": "1 year",
|
||||
"expiration-policy": "long",
|
||||
"scopes": [],
|
||||
"treeherder": {
|
||||
"symbol": job_symbol,
|
||||
|
|
Загрузка…
Ссылка в новой задаче