Skip to content

Commit 95e0b7e

Browse files
Remove hardcoded retry value for create_and_push_manifest_list
Refers to CLOUDDST-9111
1 parent fed67c1 commit 95e0b7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iib/workers/tasks/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def _cleanup():
104104
reset_docker_config()
105105

106106

107-
@retry(exceptions=IIBError, tries=3, logger=log)
107+
@retry(exceptions=IIBError, tries=get_worker_config().iib_total_attempts, logger=log)
108108
def _create_and_push_manifest_list(request_id, arches):
109109
"""
110110
Create and push the manifest list to the configured registry.

0 commit comments

Comments
 (0)