summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2020-08-26 17:02:41 -0700
committerMarge Bot <eric+marge@anholt.net>2020-09-01 21:32:46 +0000
commitef807a52f132d789063ba3d5b8b090c6816c4915 (patch)
tree37556a9beeb92fbbb61c74679382323b517ca6d0 /.gitlab-ci.yml
parenteb02b311234b71b155496681f294954f3de61823 (diff)
ci: Use the same VK-GL-CTS tree for GL/GLES as VK.
There's no need to have separate build scripts here, just choose what the DEQP_TARGET is for the particular container being built. This brings in a tremendous number of GLES test fixes that haven't made it into a tagged gles CTS release. Closes: #2056 Reviewed-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6526>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2c9d53ff9c4..fbfcc26ccbd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -296,7 +296,7 @@ x86_test-base:
x86_test-gl:
extends: .use-x86_test-base
variables:
- FDO_DISTRIBUTION_TAG: &x86_test-gl "2020-08-24-gold"
+ FDO_DISTRIBUTION_TAG: &x86_test-gl "2020-08-31-deqp-version"
# Debian 10 based x86 test image for VK
x86_test-vk:
@@ -324,7 +324,7 @@ arm_build:
- .fdo.container-build@debian@arm64v8
- .container
variables:
- FDO_DISTRIBUTION_TAG: &arm_build "2020-08-13-gold"
+ FDO_DISTRIBUTION_TAG: &arm_build "2020-08-31-deqp-version"
.use-arm_build:
variables: