Skip to content

Commit ff21ab0

Browse files
committed
results: Add link to the dashboard for results details
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.com>
1 parent 0a749df commit ff21ab0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

kcidev/subcommands/results.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ def cmd_builds(data, commit, download_logs, status):
271271
kci_msg(f" config_url: {build['config_url']}")
272272
kci_msg(f" log: {log_path}")
273273
kci_msg(f" id: {build['id']}")
274+
kci_msg(f" dashboard: https://dashboard.kernelci.org/build/{build['id']}")
274275
kci_msg("")
275276

276277

@@ -363,6 +364,7 @@ def cmd_tests(data, commit, download_logs, status_filter, filter):
363364
kci_msg(f" log: {log_path}")
364365
kci_msg(f" start time: {test['start_time']}")
365366
kci_msg(f" id: {test['id']}")
367+
kci_msg(f" dashboard: https://dashboard.kernelci.org/test/{test['id']}")
366368
kci_msg("")
367369

368370

0 commit comments

Comments
 (0)