Mesa (master): ci/bare-metal: Drop extra DEQP_PARALLEL settings.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jan 2 03:29:52 UTC 2021


Module: Mesa
Branch: master
Commit: 4d810df9964066573f386fd9738748ae7258a045
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d810df9964066573f386fd9738748ae7258a045

Author: Eric Anholt <eric at anholt.net>
Date:   Tue Dec 29 10:59:07 2020 -0800

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 <christian.gmeiner at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7370>

---

 .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:



More information about the mesa-commit mailing list