diff --git a/.gitlab-ci/conditional-build-image-tags.yml b/.gitlab-ci/conditional-build-image-tags.yml index 03844f5e110..5520a5e28eb 100644 --- a/.gitlab-ci/conditional-build-image-tags.yml +++ b/.gitlab-ci/conditional-build-image-tags.yml @@ -2,6 +2,6 @@ variables: CONDITIONAL_BUILD_ANDROID_CTS_TAG: b018634d732f438027ec58c0383615e7 CONDITIONAL_BUILD_ANGLE_TAG: 9aaedd74072834a3c553656b6ddc17a7 CONDITIONAL_BUILD_CROSVM_TAG: 4079babd375b09761d59eacb25a0598a - CONDITIONAL_BUILD_FLUSTER_TAG: 3bc3afd7468e106afcbfd569a85f34f9 + CONDITIONAL_BUILD_FLUSTER_TAG: e13f8521875ebd70e207ec0f6f3d3e5b CONDITIONAL_BUILD_PIGLIT_TAG: 3dec1e03175e4cca1f644435e4e479d5 CONDITIONAL_BUILD_VKD3D_PROTON_TAG: af0d99317a3483526f9b59eac3d88451 diff --git a/.gitlab-ci/container/build-fluster.sh b/.gitlab-ci/container/build-fluster.sh index 89a45f7c1b8..79b133450c9 100644 --- a/.gitlab-ci/container/build-fluster.sh +++ b/.gitlab-ci/container/build-fluster.sh @@ -18,7 +18,7 @@ section_start fluster "Installing Fluster" # setting up the environment variables locally ci_tag_build_time_check "FLUSTER_TAG" -FLUSTER_REVISION="e997402978f62428fffc8e5a4a709690d9ca9bc5" +FLUSTER_REVISION="3dad9c71f4d5eacbb692be6b328a645822b591d6" git clone https://github.com/fluendo/fluster.git --single-branch --no-checkout @@ -38,7 +38,7 @@ else # When updating FLUSTER_REVISION, make sure to update the vectors if necessary or # fluster-runner will report Missing results. fluster/fluster.py download -j ${FDO_CI_CONCURRENT:-4} \ - JVT-AVC_V1 JVT-FR-EXT JVT-MVC JVT-SVC_V1 \ + JVT-AVC_V1 JVT-FR-EXT JVT-MVC JVT-Professional_profiles JVT-SVC \ JCT-VC-3D-HEVC JCT-VC-HEVC_V1 JCT-VC-MV-HEVC JCT-VC-RExt JCT-VC-SCC JCT-VC-SHVC \ VP9-TEST-VECTORS-HIGH VP9-TEST-VECTORS diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index 7241b8e755e..91b07b8d5b9 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -25,7 +25,7 @@ variables: DEBIAN_TEST_BASE_TAG: "20250812-crosvm" DEBIAN_TEST_ANDROID_TAG: "20250805-vkcts" DEBIAN_TEST_GL_TAG: "20250805-vkcts" - DEBIAN_TEST_VIDEO_TAG: "20250609-helper" + DEBIAN_TEST_VIDEO_TAG: "20250813-vector" DEBIAN_TEST_VK_TAG: "20250811-vkd3d" ALPINE_X86_64_BUILD_TAG: "20250722-libwayland"