From b026b5e27706624b811ae05f66b4aa73cda8974f Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Fri, 13 Jun 2025 14:28:46 +0200 Subject: [PATCH] ci/android: Print the detailed deqp versions Signed-off-by: Valentine Burley Part-of: --- .gitlab-ci/android-deqp-runner.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci/android-deqp-runner.sh b/.gitlab-ci/android-deqp-runner.sh index 9151c66c906..9dd09d9243b 100755 --- a/.gitlab-ci/android-deqp-runner.sh +++ b/.gitlab-ci/android-deqp-runner.sh @@ -49,6 +49,16 @@ fi AOSP_RESULTS=/data/deqp/results uncollapsed_section_switch cuttlefish_test "cuttlefish: testing" +# Print the detailed version with the list of backports and local patches +{ set +x; } 2>/dev/null +for api in vk-main vk gl gles; do + deqp_version_log=/deqp-$api/deqp-$api-version + if [ -r "$deqp_version_log" ]; then + cat "$deqp_version_log" + fi +done +set -x + set +e $ADB shell "mkdir ${AOSP_RESULTS}; cd ${AOSP_RESULTS}/..; \ XDG_CACHE_HOME=/data/local/tmp \