From 9a25d6c00f8a06cc219abe764e0b0bc6c4c36f2e Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Fri, 27 Jun 2025 14:46:20 +0200 Subject: [PATCH] ci/android: Add link to Android CTS results The Android CTS results are saved as an HTML page in the CI artifacts. Add a direct link to make them easier to access. Signed-off-by: Valentine Burley Part-of: --- .gitlab-ci/android-cts-runner.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci/android-cts-runner.sh b/.gitlab-ci/android-cts-runner.sh index ba2e13adada..4882b3466b6 100755 --- a/.gitlab-ci/android-cts-runner.sh +++ b/.gitlab-ci/android-cts-runner.sh @@ -65,4 +65,7 @@ set -e cp -r "/android-cts/results/latest"/* $RESULTS_DIR cp -r "/android-cts/logs/latest"/* $RESULTS_DIR +echo "============================================" +echo "Review the Android CTS test results at: ${ARTIFACTS_BASE_URL}/results/test_result.html" + section_end android_cts_test