Skip to content

Commit

Permalink
Change var.tar.gz link
Browse files Browse the repository at this point in the history
Since builders can run multiple MTR runs, the logs are organized in the
form <mtr-run-name>/<log-files>. This means that having a direct link to
var.tar.gz is no longer possible in the current form. This commit
removes the broken link to var.tar.gz and updates the text of the
current logs link to specify that the archive is found among the logs.
  • Loading branch information
vladbogo authored and fauust committed Jan 9, 2024
1 parent 4b2b794 commit beb652e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,7 @@ def getHTMLLogString(base_path="/buildbot"):
<html>
<body>' >> {base_path}/mysql_logs.html
echo '<a href=" {os.getenv('ARTIFACTS_URL', default='https://ci.mariadb.org')}/%(prop:tarbuildnum)s/logs/%(prop:buildername)s/">mysqld* log dir</a><br>' >> {base_path}/mysql_logs.html
echo '<a href=" {os.getenv('ARTIFACTS_URL', default='https://ci.mariadb.org')}/%(prop:tarbuildnum)s/logs/%(prop:buildername)s/var.tar.gz">var.tar.gz</a><br>' >> {base_path}/mysql_logs.html
echo '<a href=" {os.getenv('ARTIFACTS_URL', default='https://ci.mariadb.org')}/%(prop:tarbuildnum)s/logs/%(prop:buildername)s/">logs (mysqld* + var.tar.gz)</a><br>' >> {base_path}/mysql_logs.html
echo '</body>
</html>' >> {base_path}/mysql_logs.html"""
Expand Down

0 comments on commit beb652e

Please sign in to comment.