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:
Julien Cristau 2023-05-17 14:35:43 +00:00
Родитель d6cb3268c8
Коммит 0e4002d83c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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