diff options
author | Eric Anholt <[email protected]> | 2020-05-28 12:33:37 -0700 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-06-09 18:28:17 +0000 |
commit | f70030d276708e85d951addd19993d967c3b71f9 (patch) | |
tree | 72a5c54936ab6151ce67ad1583bf7ab0df909a49 /.gitlab-ci.yml | |
parent | 58dd904c592850a4886c02e65b56e87641d2ecbf (diff) |
ci: Bump up to the current version of the VK CTS.
For enabling VK CTS on freedreno, I've heard there were important
stability fixes in the CTS recently.
Reviewed-by: Samuel Pitoiset <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5266>
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 00f5516d2ad..a99363bcfe8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -237,7 +237,7 @@ x86_test-gl: x86_test-vk: extends: .use-x86_test-base variables: - FDO_DISTRIBUTION_TAG: &x86_test-vk "2020-06-02" + FDO_DISTRIBUTION_TAG: &x86_test-vk "2020-06-02-new-vk-cts" # Debian 9 based x86 build image (old LLVM) x86_build_old: |