ci: Fix URL to imagediff page in traces dashboard
It has been updated recently. Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Reviewed-by: Reviewed-By: Rohan Garg <rohan.garg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6185>
This commit is contained in:
@@ -158,12 +158,10 @@ def gitlab_check_trace(project_url, device_name, trace, expectation):
|
|||||||
(trace['path'], expectation['checksum'], checksum))
|
(trace['path'], expectation['checksum'], checksum))
|
||||||
print("[check_image] For more information see "
|
print("[check_image] For more information see "
|
||||||
"https://gitlab.freedesktop.org/mesa/mesa/blob/master/.gitlab-ci/tracie/README.md")
|
"https://gitlab.freedesktop.org/mesa/mesa/blob/master/.gitlab-ci/tracie/README.md")
|
||||||
image_diff_url = "%s/imagediff/%s/%s/%s/%s/%s" % (DASHBOARD_URL,
|
image_diff_url = "%s/imagediff/%s/%s/%s" % (DASHBOARD_URL,
|
||||||
os.environ['CI_PROJECT_PATH'],
|
os.environ['CI_PROJECT_PATH'],
|
||||||
os.environ['CI_PIPELINE_ID'],
|
os.environ['CI_JOB_ID'],
|
||||||
os.environ['CI_JOB_ID'],
|
trace['path'])
|
||||||
expectation['checksum'],
|
|
||||||
checksum)
|
|
||||||
print("[check_image] %s" % image_diff_url)
|
print("[check_image] %s" % image_diff_url)
|
||||||
ok = False
|
ok = False
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user