diff options
author | Eric Anholt <[email protected]> | 2020-01-30 15:53:39 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2020-02-06 15:18:24 -0800 |
commit | 658eb691fc4266cfcb6d2a7eec17469f5eae10b5 (patch) | |
tree | 269c7f713edbf1f89abfe0d20e8a056d1d6263f9 /.gitlab-ci.yml | |
parent | b37922dd1ed4bbc19b69b543a83d8fdf49532a32 (diff) |
ci: Bump the GLES CTS version to 3.2.6.1.
This brings in the surfaceless fixes so we don't need to check out the
whole repo to cherry pick any more (which was bothering me as I debugged
things late in the painfully slow ARM container build process).
Reviewed-by: Michel Dänzer <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3662>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3662>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 508ae0df36a..571d6601cbe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -125,7 +125,7 @@ x86_build: x86_test-gl: extends: x86_build variables: - DEBIAN_TAG: &x86_test-gl "2020-01-14" + DEBIAN_TAG: &x86_test-gl "2020-01-30" # Debian 10 based x86 test image for VK x86_test-vk: @@ -165,7 +165,7 @@ arm_build: - .debian@container-ifnot-exists@arm64v8 - .container variables: - DEBIAN_TAG: &arm_build "2020-02-03" + DEBIAN_TAG: &arm_build "2020-02-05" .use-arm_build: variables: @@ -178,7 +178,7 @@ arm_build: arm_test: extends: arm_build variables: - DEBIAN_TAG: &arm_test "2019-12-18" + DEBIAN_TAG: &arm_test "2020-01-30" .use-arm_test: variables: |