summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndres Gomez <agomez@igalia.com>2021-02-03 23:35:29 +0200
committerMarge Bot <eric+marge@anholt.net>2021-02-17 19:10:42 +0000
commit64ffe0ad25afeaec21c6a95eb5a0bc7bffa80a68 (patch)
tree8d3099fbc7e9753bbc6e92d695d3b741efc7dad3 /.gitlab-ci.yml
parent5ddabe00c5834ba843737b5b62b593d4ec5124e3 (diff)
ci: build gfxreconstruct v0.9.5
https://github.com/LunarG/gfxreconstruct/issues/328 and https://github.com/LunarG/gfxreconstruct/issues/402 are already fixed in the "master" branch. Updated the piglit version so it supports this version. Additionally, LunarG's VulkanTools are not built any more since GFXReconstruct is now able to generate screenshots on its own without using the VK_LAYER_LUNARG_screenshot layer. v2: - Explain the VulkanTools removal in the commit log (Martin). Signed-off-by: Andres Gomez <agomez@igalia.com> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com> Reviewed-by: Juan A. Suarez <jasuarez@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9032>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3ea9fc4f9d0..a2bde71ab28 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -384,7 +384,7 @@ android_build:
x86_test-base:
extends: x86_build-base
variables:
- MESA_IMAGE_TAG: &x86_test-base "2021-02-17-remove-pytest"
+ MESA_IMAGE_TAG: &x86_test-base "2021-02-17-gfxreconstruct-master"
.use-x86_test-base:
extends:
@@ -400,13 +400,13 @@ x86_test-base:
x86_test-gl:
extends: .use-x86_test-base
variables:
- MESA_IMAGE_TAG: &x86_test-gl "2021-02-17-remove-pytest"
+ MESA_IMAGE_TAG: &x86_test-gl "2021-02-17-gfxreconstruct-master"
# Debian 10 based x86 test image for VK
x86_test-vk:
extends: .use-x86_test-base
variables:
- MESA_IMAGE_TAG: &x86_test-vk "2021-02-17-remove-pytest"
+ MESA_IMAGE_TAG: &x86_test-vk "2021-02-17-gfxreconstruct-master"
# Debian 10 based ARM build image
arm_build:
@@ -448,7 +448,7 @@ arm64_test:
extends:
- .use-arm_test-base
variables:
- MESA_IMAGE_TAG: &arm64_test "2021-02-17-piglit-dependencies"
+ MESA_IMAGE_TAG: &arm64_test "2021-02-17-gfxreconstruct-master"
.use-arm64_test:
extends:
@@ -465,7 +465,7 @@ armhf_test:
extends:
- .use-arm_test-base
variables:
- MESA_IMAGE_TAG: &armhf_test "2021-02-17-piglit-dependencies"
+ MESA_IMAGE_TAG: &armhf_test "2021-02-17-gfxreconstruct-master"
.use-armhf_test:
extends: