From 95c1de96eac727d4f0538287471accfcc135931f Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Mon, 6 Sep 2021 09:02:11 +0200 Subject: [PATCH] ci: Stop adding link to tracie dashboard Besides the sed being broken for some trace names, now we have all needed information in the artifacts so the dashboard isn't needed. Signed-off-by: Tomeu Vizoso Reviewed-by: Daniel Stone Part-of: --- .gitlab-ci/piglit/run.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.gitlab-ci/piglit/run.sh b/.gitlab-ci/piglit/run.sh index bc7e577..e5fa819 100755 --- a/.gitlab-ci/piglit/run.sh +++ b/.gitlab-ci/piglit/run.sh @@ -160,18 +160,6 @@ replay_minio_upload_images() { else __MINIO_PATH="$JOB_ARTIFACTS_BASE" __DESTINATION_FILE_PATH="$__MINIO_TRACES_PREFIX/${line##*-}" - # Adding to the JUnit the direct link to the diff page in - # the dashboard - __PIGLIT_TESTCASE_CLASSNAME="piglit\.trace\.$PIGLIT_REPLAY_DEVICE_NAME\.$(dirname $__TRACE | sed 's%/%\\.%g;s@%@\\%@')" - __PIGLIT_TESTCASE_NAME="$(basename $__TRACE | sed 's%\.%_%g;s@%@\\%@')" - __DASHBOARD_URL="https://tracie.freedesktop.org/dashboard/imagediff/${CI_PROJECT_PATH}/${CI_JOB_ID}/${__TRACE}" - __START_TEST_PATTERN='To view the image differences visit: '"${__DASHBOARD_URL}"'%}' \ - -i "$RESULTS"/junit.xml fi ci-fairy minio cp $MINIO_ARGS "$RESULTS/$__PREFIX/$line" \ -- 2.7.4