diff --git a/.gitlab-ci/container/build-deqp.sh b/.gitlab-ci/container/build-deqp.sh index 4f3e2606033..1ff4fedabfc 100755 --- a/.gitlab-ci/container/build-deqp.sh +++ b/.gitlab-ci/container/build-deqp.sh @@ -167,7 +167,7 @@ done echo "The following local patches are applied on top:" git log --reverse --oneline "$DEQP_COMMIT".. --format='- %s' fi -} > /deqp-$deqp_api/version +} > /deqp-$deqp_api/deqp-$deqp_api-version # --insecure is due to SSL cert failures hitting sourceforge for zlib and # libpng (sigh). The archives get their checksums checked anyway, and git diff --git a/.gitlab-ci/deqp-runner.sh b/.gitlab-ci/deqp-runner.sh index 1196866e0fd..5f4dc53fd1e 100755 --- a/.gitlab-ci/deqp-runner.sh +++ b/.gitlab-ci/deqp-runner.sh @@ -110,7 +110,7 @@ uncollapsed_section_switch deqp "deqp: deqp-runner" # 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/version + deqp_version_log=/deqp-$api/deqp-$api-version if [ -r "$deqp_version_log" ]; then cat "$deqp_version_log" fi