From: Tibor Frank Date: Mon, 6 May 2024 10:12:01 +0000 (+0000) Subject: C-Dash: replace s3-logs by logs X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=HEAD;ds=sidebyside C-Dash: replace s3-logs by logs Change-Id: Ib702521379e3f93b6e223882e187827e84b1189c Signed-off-by: Tibor Frank --- diff --git a/csit.infra.dash/app/cdash/utils/constants.py b/csit.infra.dash/app/cdash/utils/constants.py index 840766488a..3db0d50f4f 100644 --- a/csit.infra.dash/app/cdash/utils/constants.py +++ b/csit.infra.dash/app/cdash/utils/constants.py @@ -48,7 +48,7 @@ class Constants: URL_JENKINS = "https://jenkins.fd.io/job/" # URL to logs - URL_LOGS = "https://s3-logs.fd.io/vex-yul-rot-jenkins-1/" + URL_LOGS = "https://logs.fd.io/vex-yul-rot-jenkins-1/" # URL to the documentation URL_DOC_TRENDING = "https://csit.fd.io/cdocs/methodology/trending/analysis/"