From e0f44f817d16e4625054e605e87715c7b3c09076 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Sun, 12 May 2024 21:11:16 -0700 Subject: [PATCH] freedreno/ci: move platform to the deqp toml file for a530 Signed-off-by: David Heidelberg Part-of: --- src/freedreno/ci/deqp-freedreno-a530.toml | 3 +++ src/freedreno/ci/gitlab-ci.yml | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/freedreno/ci/deqp-freedreno-a530.toml b/src/freedreno/ci/deqp-freedreno-a530.toml index 63114c5e818..155118f5223 100644 --- a/src/freedreno/ci/deqp-freedreno-a530.toml +++ b/src/freedreno/ci/deqp-freedreno-a530.toml @@ -49,3 +49,6 @@ piglit_folder = "/piglit" # they're covered by the llvmpipe run. profile = "quick_shader" process_isolation = true + [piglit.env] + PIGLIT_PLATFORM = "gbm" + WAFFLE_PLATFORM = "gbm" diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml index f1ad6a1931b..532fe703e1a 100644 --- a/src/freedreno/ci/gitlab-ci.yml +++ b/src/freedreno/ci/gitlab-ci.yml @@ -31,7 +31,6 @@ a530_gl: - .a530-test variables: DEQP_SUITE: freedreno-a530 - PIGLIT_PLATFORM: gbm FDO_CI_CONCURRENT: 3 # if 4, sometimes "deqp-gles31, not enough memory for the allocation" appears parallel: 6