diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6cf21b48e72..0607d544ed2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -413,13 +413,13 @@ x86_test-base: x86_test-gl: extends: .use-x86_test-base variables: - MESA_IMAGE_TAG: &x86_test-gl "2021-04-14-deqp-egl" + MESA_IMAGE_TAG: &x86_test-gl "2021-04-20-gles-khr" # Debian 11 based x86 test image for VK x86_test-vk: extends: .use-x86_test-base variables: - MESA_IMAGE_TAG: &x86_test-vk "2021-04-14-deqp-egl" + MESA_IMAGE_TAG: &x86_test-vk "2021-04-20-gles-khr" # Debian 11 based ARM build image arm_build: @@ -447,7 +447,7 @@ arm_build: variables: GIT_STRATEGY: fetch KERNEL_URL: "https://gitlab.freedesktop.org/tomeu/linux/-/archive/v5.11-for-mesa-ci-adcee9973be5/linux-v5.11-for-mesa-ci-adcee9973be5.tar.bz2" - MESA_ROOTFS_TAG: &kernel-rootfs "2021-04-20-kernel-modules" + MESA_ROOTFS_TAG: &kernel-rootfs "2021-04-20-gles-khr" DISTRIBUTION_TAG: &distribution-tag-arm "${MESA_ROOTFS_TAG}--${MESA_IMAGE_TAG}--${MESA_TEMPLATES_COMMIT}" script: - .gitlab-ci/container/lava_build.sh diff --git a/.gitlab-ci/container/build-deqp.sh b/.gitlab-ci/container/build-deqp.sh index eb741c1f45d..6764c9a03ff 100644 --- a/.gitlab-ci/container/build-deqp.sh +++ b/.gitlab-ci/container/build-deqp.sh @@ -52,6 +52,9 @@ cp \ cp \ /deqp/external/openglcts/modules/gl_cts/data/mustpass/egl/aosp_mustpass/3.2.6.x/egl-master.txt \ /deqp/mustpass/. +cp \ + /deqp/external/openglcts/modules/gl_cts/data/mustpass/gles/khronos_mustpass/3.2.6.x/*-master.txt \ + /deqp/mustpass/. cp \ /deqp/external/openglcts/modules/gl_cts/data/mustpass/gl/khronos_mustpass/4.6.1.x/*-master.txt \ /deqp/mustpass/. diff --git a/.gitlab-ci/deqp-runner.sh b/.gitlab-ci/deqp-runner.sh index ddd78db1af2..f9c69359638 100755 --- a/.gitlab-ci/deqp-runner.sh +++ b/.gitlab-ci/deqp-runner.sh @@ -13,7 +13,7 @@ DEQP_OPTIONS="$DEQP_OPTIONS --deqp-gl-config-name=$DEQP_CONFIG" DEQP_OPTIONS="$DEQP_OPTIONS --deqp-visibility=hidden" if [ -z "$DEQP_VER" ]; then - echo 'DEQP_VER must be set to something like "gles2", "gles31" or "vk" for the test run' + echo 'DEQP_VER must be set to something like "gles2", "gles31-khr" or "vk" for the test run' exit 1 fi @@ -51,6 +51,10 @@ elif [ "$DEQP_VER" = "gles2" -o "$DEQP_VER" = "gles3" -o "$DEQP_VER" = "gles31" cp /deqp/mustpass/$DEQP_VER-$DEQP_VARIANT.txt /tmp/case-list.txt DEQP=/deqp/modules/$DEQP_VER/deqp-$DEQP_VER SUITE=dEQP +elif [ "$DEQP_VER" = "gles2-khr" -o "$DEQP_VER" = "gles3-khr" -o "$DEQP_VER" = "gles31-khr" -o "$DEQP_VER" = "gles32-khr" ]; then + cp /deqp/mustpass/$DEQP_VER-$DEQP_VARIANT.txt /tmp/case-list.txt + DEQP=/deqp/external/openglcts/modules/glcts + SUITE=dEQP else cp /deqp/mustpass/$DEQP_VER-$DEQP_VARIANT.txt /tmp/case-list.txt DEQP=/deqp/external/openglcts/modules/glcts @@ -188,7 +192,7 @@ check_renderer() { # If you're having trouble loading your driver, uncommenting this may help # debug. # export EGL_LOG_LEVEL=debug - VERSION=`echo $DEQP_VER | tr '[a-z]' '[A-Z]'` + VERSION=`echo $DEQP_VER | cut -d '-' -f1 | tr '[a-z]' '[A-Z]'` export LD_PRELOAD=$TEST_LD_PRELOAD $DEQP $DEQP_OPTIONS --deqp-case=$SUITE-$VERSION.info.\* --deqp-log-filename=$RESULTS/deqp-info.qpa export LD_PRELOAD=