mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci: retry download artifacts
This commit is contained in:
parent
6b3f2ea744
commit
46ef92abee
@ -98,6 +98,7 @@ class Gitlab(object):
|
|||||||
return res
|
return res
|
||||||
return wrapper
|
return wrapper
|
||||||
|
|
||||||
|
@retry_download # type: ignore
|
||||||
def download_artifact(self, job_id, artifact_path, destination=None):
|
def download_artifact(self, job_id, artifact_path, destination=None):
|
||||||
"""
|
"""
|
||||||
download specific path of job artifacts and extract to destination.
|
download specific path of job artifacts and extract to destination.
|
||||||
@ -152,7 +153,7 @@ class Gitlab(object):
|
|||||||
job_id_list.append({"id": job.id, "parallel_num": match.group(3)})
|
job_id_list.append({"id": job.id, "parallel_num": match.group(3)})
|
||||||
return job_id_list
|
return job_id_list
|
||||||
|
|
||||||
@retry_download
|
@retry_download # type: ignore
|
||||||
def download_archive(self, ref, destination, project_id=None):
|
def download_archive(self, ref, destination, project_id=None):
|
||||||
"""
|
"""
|
||||||
Download archive of certain commit of a repository and extract to destination path
|
Download archive of certain commit of a repository and extract to destination path
|
||||||
|
Loading…
Reference in New Issue
Block a user