diff options
author | Andres Gomez <[email protected]> | 2020-03-08 23:37:23 +0200 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-03-27 13:48:17 +0000 |
commit | fb8fa83a30a1ec66982854da0a8d7870cf1d2f93 (patch) | |
tree | c15c127125be35c4ef6c4e2f19817a4126f0f977 /.gitlab-ci.yml | |
parent | 05a3b49308606fbf8c30688ece3177ad6eb17515 (diff) |
gitlab-ci: add Wine, win64's apitrace and DXVK to the Vulkan testing container
In preparation for having automated testing with DXGI traces.
v2:
- Updated DXVK version.
- Merged the new Wine container into the existing Vulkan
one (Michel).
v3:
- Updated commit log.
- Use a particular known-good apitrace version (Alexandros).
Signed-off-by: Andres Gomez <[email protected]>
Reviewed-by: Alexandros Frantzis <[email protected]>
Reviewed-by: Samuel Pitoiset <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4238>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a4cad8b40a..f370a37b9ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -140,7 +140,7 @@ x86_test-gl: x86_test-vk: extends: x86_build variables: - FDO_DISTRIBUTION_TAG: &x86_test-vk "2020-03-25" + FDO_DISTRIBUTION_TAG: &x86_test-vk "2020-03-27" # Debian 9 based x86 build image (old LLVM) x86_build_old: |