From 8a8e55d6a8f18fb1ee556cf6b2eb63fa25018b8e Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 2 Apr 2021 10:38:53 -0700 Subject: [PATCH] ci/freedreno: Test dEQP-EGL against Xorg. This should help us be able to refactor core EGL code with more confidence, and increase our confidence uprevving Mesa in ChromeOS. Part of #1884 Reviewed-by: Eric Engestrom Part-of: --- src/freedreno/ci/gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml index 7fb9df1..e56b194 100644 --- a/src/freedreno/ci/gitlab-ci.yml +++ b/src/freedreno/ci/gitlab-ci.yml @@ -187,6 +187,14 @@ a630_gl: variables: DEQP_VER: gl33 +a630_egl: + extends: + - .baremetal-deqp-test + - .a630-test + variables: + DEQP_VER: egl + BM_START_XORG: 1 + a630_gles_others: extends: - .baremetal-deqp-test -- 2.7.4