From 8586ee04e9d1af08a70418dfa950f9051e3cc93a Mon Sep 17 00:00:00 2001 From: Jeny Sadadia Date: Mon, 11 Nov 2024 18:52:06 +0530 Subject: [PATCH] fluster report: update the report link Shorten the report link by removing the below part: `orgId=1&var-platform=All&var-datasource=default`. Signed-off-by: Jeny Sadadia --- kcidb/templates/fluster_revision_description.txt.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kcidb/templates/fluster_revision_description.txt.j2 b/kcidb/templates/fluster_revision_description.txt.j2 index 2c1027ea..ea0bf4e0 100644 --- a/kcidb/templates/fluster_revision_description.txt.j2 +++ b/kcidb/templates/fluster_revision_description.txt.j2 @@ -34,9 +34,9 @@ REVISION See complete and up-to-date report at: {% if ns.tree is not none %} - https://grafana.kernelci.org/d/codecs/codecs?orgId=1&var-platform=All&var-datasource=default&var-git_commit_hash={{revision.git_commit_hash | urlencode }}&var-tree={{ns.tree}}&var-branch={{ns.branch}} + https://grafana.kernelci.org/d/codecs/codecs?var-git_commit_hash={{revision.git_commit_hash | urlencode }}&var-tree={{ns.tree}}&var-branch={{ns.branch}} {% else %} - https://grafana.kernelci.org/d/codecs/codecs?orgId=1&var-platform=All&var-datasource=default&var-git_commit_hash={{revision.git_commit_hash | urlencode }} + https://grafana.kernelci.org/d/codecs/codecs?var-git_commit_hash={{revision.git_commit_hash | urlencode }} {% endif %}