From 4d810df9964066573f386fd9738748ae7258a045 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 29 Dec 2020 10:59:07 -0800 Subject: [PATCH] ci/bare-metal: Drop extra DEQP_PARALLEL settings. The .baremetal_test sets DEQP_PARALLEL: 0 (number of CPUs), so existing DEQP tasks should already be auto-configured. This means we can drop a530's single-threaded overrides, since it's non-SMP. Reviewed-by: Christian Gmeiner Part-of: --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 25efa77a8d2..1aa779c8d8c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1557,7 +1557,6 @@ arm64_a530_gles3: - .arm64-a530-test variables: DEQP_VER: gles3 - DEQP_PARALLEL: 1 DEQP_FRACTION: 40 arm64_a530_gles31: