Mesa (main): ci: Uprev apitrace to 790380e05854

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jun 20 22:53:03 UTC 2022


Module: Mesa
Branch: main
Commit: 9cf36089526af4ce23f8b33334f5feb33bd3dcde
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9cf36089526af4ce23f8b33334f5feb33bd3dcde

Author: David Heidelberg <david.heidelberg at collabora.com>
Date:   Mon Jun 20 15:34:53 2022 +0200

ci: Uprev apitrace to 790380e05854

Better context error reporting, fix crash for replaying PlagueIncEvolved

Reviewed-by: Guilherme Gallo <guilherme.gallo at collabora.com>
Signed-off-by: David Heidelberg <david.heidelberg at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17136>

---

 .gitlab-ci/container/build-apitrace.sh | 2 +-
 .gitlab-ci/image-tags.yml              | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci/container/build-apitrace.sh b/.gitlab-ci/container/build-apitrace.sh
index e50ff5ad968..91570b7f782 100644
--- a/.gitlab-ci/container/build-apitrace.sh
+++ b/.gitlab-ci/container/build-apitrace.sh
@@ -2,7 +2,7 @@
 
 set -ex
 
-APITRACE_VERSION="170424754bb46002ba706e16ee5404b61988d74a"
+APITRACE_VERSION="790380e05854d5c9d315555444ffcc7acb8f4037"
 
 git clone https://github.com/apitrace/apitrace.git --single-branch --no-checkout /apitrace
 pushd /apitrace
diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml
index f6870c0976f..1f0b6e70227 100644
--- a/.gitlab-ci/image-tags.yml
+++ b/.gitlab-ci/image-tags.yml
@@ -8,11 +8,11 @@ variables:
    DEBIAN_X86_TEST_BASE_IMAGE: "debian/x86_test-base"
 
    DEBIAN_X86_TEST_IMAGE_PATH: "debian/x86_test-gl"
-   DEBIAN_X86_TEST_GL_TAG: "2022-06-09-piglit-update"
+   DEBIAN_X86_TEST_GL_TAG: "2022-06-20-apitrace-update"
    DEBIAN_X86_TEST_VK_TAG: "2022-06-17-vkd3d-proton"
 
    FEDORA_X86_BUILD_TAG: "2022-04-24-spirv-tools-5"
-   KERNEL_ROOTFS_TAG: "2022-06-09-piglit-update"
+   KERNEL_ROOTFS_TAG: "2022-06-20-apitrace-update"
 
    WINDOWS_X64_VS_PATH: "windows/x64_vs"
    WINDOWS_X64_VS_TAG: "2022-06-15-vs-winsdk"



More information about the mesa-commit mailing list