Skip to content

Commit

Permalink
update broken link for sysprobe dashboard in changelog (#28336)
Browse files Browse the repository at this point in the history
  • Loading branch information
akarpz authored Sep 19, 2024
1 parent 3ffe79c commit 4957e56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tasks/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -582,10 +582,10 @@ def changelog(ctx, new_commit_sha):
if messages:
slack_message += (
"\n".join(messages) + "\n:wave: Authors, please check the "
"<https://ddstaging.datadoghq.com/dashboard/kfn-zy2-t98?tpl_var_cluster_name%5B0%5D=stripe"
"&tpl_var_cluster_name%5B1%5D=muk&tpl_var_cluster_name%5B2%5D=snowver"
"&tpl_var_cluster_name%5B3%5D=chillpenguin&tpl_var_cluster_name%5B4%5D=diglet"
"&tpl_var_cluster_name%5B5%5D=lagaffe&tpl_var_datacenter%5B0%5D=%2A|dashboard> for issues"
"<https://ddstaging.datadoghq.com/dashboard/kfn-zy2-t98?tpl_var_kube_cluster_name%5B0%5D=stripe"
"&tpl_var_kube_cluster_name%5B1%5D=oddish-b&tpl_var_kube_cluster_name%5B2%5D=lagaffe"
"&tpl_var_kube_cluster_name%5B3%5D=diglet&tpl_var_kube_cluster_name%5B4%5D=snowver"
"&tpl_var_kube_cluster_name%5B5%5D=chillpenguin&tpl_var_kube_cluster_name%5B6%5D=muk|dashboard> for issues"
)
else:
slack_message += empty_changelog_msg
Expand Down

0 comments on commit 4957e56

Please sign in to comment.