Skip to content
Snippets Groups Projects
Commit 82674085 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

CI: increase to 6 retry for cdash_handler

parent 247a5a46
No related branches found
No related tags found
2 merge requests!621Release 7.0 (master),!461CI: enable documentation build
Pipeline #960 passed
......@@ -177,7 +177,7 @@ site:"+site+", stamp:"+stamp+", name:"+name+", project:"+project+".")
full_url = self.url + buildid_api + buildid_params
if trace:
print("full_url: "+full_url)
nb_try = 3
nb_try = 6
build_id_regex = re.compile( "<buildid>([0-9]+)</buildid>" )
while nb_try:
response = urllib.request.urlopen(full_url).read().decode()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment