summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEmma Anholt <emma@anholt.net>2021-10-11 16:03:47 -0700
committerEric Engestrom <eric@engestrom.ch>2021-11-10 21:57:56 +0000
commit3edcd42bea036565d771b32e84cb793e80c0b7e6 (patch)
treee3bef9a2248e037374c4f41f46665739c70e9142 /.gitlab-ci.yml
parentc9fd70a57359a12553284f0a7aaf34df12e64e83 (diff)
downloadmesa-3edcd42bea036565d771b32e84cb793e80c0b7e6.tar.gz
ci/deqp-runner: Simplify the --jobs argument setup.
We can use the general "how parallel should we go on this runner?" env var and save a bunch of massaging env var names. Fixes how PIGLIT_PARALLEL looked like it was useful but actually wasn't passed through to HW runners. Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13372> (cherry picked from commit 9ddfd297e085c7cb8b7acef9cf0d2696181ade43)
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ff52beec590..7f4e6ad6e7f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1347,4 +1347,4 @@ debian-mingw32-x86_64:
.baremetal-deqp-test:
variables:
HWCI_TEST_SCRIPT: "/install/deqp-runner.sh"
- DEQP_PARALLEL: 0 # Default to number of CPUs
+ FDO_CI_CONCURRENT: 0 # Default to number of CPUs