diff --git a/.gitlab-ci/container/build-skqp.sh b/.gitlab-ci/container/build-skqp.sh index af95eba327a..56d13cf466b 100755 --- a/.gitlab-ci/container/build-skqp.sh +++ b/.gitlab-ci/container/build-skqp.sh @@ -41,7 +41,7 @@ download_skia_source() { # Skia cloned from https://android.googlesource.com/platform/external/skqp # has all needed assets tracked on git-fs SKQP_REPO=https://android.googlesource.com/platform/external/skqp - SKQP_BRANCH=android-cts-10.0_r11 + SKQP_BRANCH=android-cts-11.0_r7 git clone --branch "${SKQP_BRANCH}" --depth 1 "${SKQP_REPO}" "${SKIA_DIR}" } diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index 34985f5a3df..9765c199e1f 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -12,7 +12,7 @@ variables: DEBIAN_X86_TEST_VK_TAG: "2022-04-05-deqp-runner" FEDORA_X86_BUILD_TAG: "2022-03-18-spirv-tools-5" - KERNEL_ROOTFS_TAG: "2022-04-07-prefix-skqp" + KERNEL_ROOTFS_TAG: "2022-04-09-prefix-skqp" WINDOWS_X64_BUILD_PATH: "windows/x64_build" WINDOWS_X64_BUILD_TAG: "2022-20-02-base_split"